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
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (RealSerious3D, AndrewAMD, BrainSailor, 1 invisible), 1,233 guests, and 7 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: PRAGMA_PATH doesn't work with the published ga [Re: Zelek] #200014
04/02/08 07:11
04/02/08 07:11
Joined: Jul 2000
Posts: 27,987
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,987
Frankfurt
Yes, there seems to be indeed something wrong. I have not yet determined the reason but we'll fix this for the next release.

Re: PRAGMA_PATH doesn't work with the published ga [Re: jcl] #200257
04/03/08 09:14
04/03/08 09:14

M
mercuryus
Unregistered
mercuryus
Unregistered
M



[lite-c v7.07.6]
Same thing creating an image (not a model) from within a folder.

-> ERROR: "Bad file format" /or/ "File not found" with ent_create()
 Code:
STRING* str_model	= "data\\red.tga";
void main(){
	
	wait(1);
	video_set(800, 600, 32, 1);
	level_load("img_err.wmb");
	wait(3);
	
	vec_set(camera.x, vector(0,0,500));
	vec_set(camera.pan, vector(90,270,0));
	
	you=ent_create(str_model, nullvector, NULL);
	you.tilt=90;
	
}



data\\model.mdl works fine. (model in subdir)
red.tga works fine. (image in root)



Page 2 of 2 1 2

Moderated by  jcl, Nems, Spirit, Tobias 

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