Gamestudio Links
Zorro Links
Newest Posts
Executing Trades on Next Bar Open
by vicknick. 06/13/24 08:51
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (Akow), 710 guests, and 9 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19059 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: Error loading a TGA [Re: Blade280891] #248468
01/27/09 02:45
01/27/09 02:45
Joined: Jan 2009
Posts: 19
CT, US
V
v3c7r0n Offline OP
warned - Warez
v3c7r0n  Offline OP
warned - Warez
V

Joined: Jan 2009
Posts: 19
CT, US
I haven't tried that but I will right now.

And no I am not. The version I have was downloaded via the link in the order e-mail.

I removed the old version, deleted the program folder and registry keys left behind, installed the comm. version I bought over the weekend today (took longer to get my key due to a lot of crap involving my company's spam filter freaking out and the inability to use a free e-mail address) and it now says it's properly registered to me.

Re: Error loading a TGA [Re: v3c7r0n] #248469
01/27/09 02:56
01/27/09 02:56
Joined: Jan 2009
Posts: 19
CT, US
V
v3c7r0n Offline OP
warned - Warez
v3c7r0n  Offline OP
warned - Warez
V

Joined: Jan 2009
Posts: 19
CT, US
Ran the update fresh off the site, still broken.

Re: Error loading a TGA [Re: v3c7r0n] #248470
01/27/09 02:57
01/27/09 02:57
Joined: Jan 2008
Posts: 1,580
Blade280891 Offline
Serious User
Blade280891  Offline
Serious User

Joined: Jan 2008
Posts: 1,580
What is your sed version


My Avatar Randomness V2

"Someone get me to the doctor, and someone call the nurse
And someone buy me roses, and someone burned the church"
Re: Error loading a TGA [Re: Blade280891] #248471
01/27/09 02:58
01/27/09 02:58
Joined: Jan 2009
Posts: 19
CT, US
V
v3c7r0n Offline OP
warned - Warez
v3c7r0n  Offline OP
warned - Warez
V

Joined: Jan 2009
Posts: 19
CT, US
It says 7.10.3?

Re: Error loading a TGA [Re: v3c7r0n] #248472
01/27/09 03:04
01/27/09 03:04
Joined: Jan 2008
Posts: 1,580
Blade280891 Offline
Serious User
Blade280891  Offline
Serious User

Joined: Jan 2008
Posts: 1,580
Put the bmap = noAlpha (whtever) before the pos_x etc.


My Avatar Randomness V2

"Someone get me to the doctor, and someone call the nurse
And someone buy me roses, and someone burned the church"
Re: Error loading a TGA [Re: Blade280891] #248473
01/27/09 03:07
01/27/09 03:07
Joined: Jan 2009
Posts: 19
CT, US
V
v3c7r0n Offline OP
warned - Warez
v3c7r0n  Offline OP
warned - Warez
V

Joined: Jan 2009
Posts: 19
CT, US
It is. Noobish question, but does the format of the script itself make a difference? I tried it as a .wdl and a .c both get errors but they are different.

The .c gives me the error that just says it can't open the .bmp (the kicker is that it's a bmp I copied out of the Gstudio installation folder)

the .wdl gives me all the funky ones listed earlier.

Re: Error loading a TGA [Re: v3c7r0n] #248474
01/27/09 03:09
01/27/09 03:09
Joined: Jan 2008
Posts: 1,580
Blade280891 Offline
Serious User
Blade280891  Offline
Serious User

Joined: Jan 2008
Posts: 1,580
Nope works fine for me, what is the image size?

this is what i just tried and it works

Code:
///////////////////////////////////////////////////////////
#include <acknex.h>
#include <default.c>

BMAP* NoAlpha ="blackgril.bmp";

PANEL* TestPanel =
{
bmap = NoAlpha;
pos_x = 0;
pos_y = 0;
layer = 1;
flags = OVERLAY | VISIBLE;
}

function Config()
{
// set the mouse mode to 2
mouse_mode = 2;
video_mode = 7; // Set Res to 800x600
screen_color.blue = 150; // make background blue
}


function main()
{
var number;

Config();
}



My Avatar Randomness V2

"Someone get me to the doctor, and someone call the nurse
And someone buy me roses, and someone burned the church"
Re: Error loading a TGA [Re: Blade280891] #248475
01/27/09 03:14
01/27/09 03:14
Joined: Jan 2009
Posts: 19
CT, US
V
v3c7r0n Offline OP
warned - Warez
v3c7r0n  Offline OP
warned - Warez
V

Joined: Jan 2009
Posts: 19
CT, US
It's a 32px square bitmap. And I think I got it straightened out. I saved the script as a .c instead of .wdl and it works like a freakin champ?!

Ah well...I'll take it. Thank you very much

Re: Error loading a TGA [Re: v3c7r0n] #248476
01/27/09 03:16
01/27/09 03:16
Joined: Jan 2008
Posts: 1,580
Blade280891 Offline
Serious User
Blade280891  Offline
Serious User

Joined: Jan 2008
Posts: 1,580
This is the lite-c help forum so this is where you get help on lite-c scripts, not c-script scripts wink


My Avatar Randomness V2

"Someone get me to the doctor, and someone call the nurse
And someone buy me roses, and someone burned the church"
Page 2 of 2 1 2

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1