Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (AndrewAMD, TipmyPip), 12,420 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Imported model won't work #148257
08/16/07 03:28
08/16/07 03:28
Joined: Aug 2007
Posts: 4
E
ETOX Offline OP
Guest
ETOX  Offline OP
Guest
E

Joined: Aug 2007
Posts: 4
I imported a 3ds model that I made, and then saved it as .mdl, it imported into WED just fine, but when I went to run the game, it would not load that model. What am I doing wrong?

Re: Imported model won't work [Re: ETOX] #148258
08/16/07 14:17
08/16/07 14:17
Joined: Sep 2003
Posts: 208
Michael_McCrickard Offline
Member
Michael_McCrickard  Offline
Member

Joined: Sep 2003
Posts: 208
How many polygons are in the model?

Re: Imported model won't work [Re: Michael_McCrickard] #148259
08/16/07 17:12
08/16/07 17:12
Joined: Aug 2007
Posts: 4
E
ETOX Offline OP
Guest
ETOX  Offline OP
Guest
E

Joined: Aug 2007
Posts: 4
The most we've had are 5000 so far, but even the low poly models won't load.

Re: Imported model won't work [Re: ETOX] #148260
08/16/07 17:33
08/16/07 17:33
Joined: Apr 2005
Posts: 67
InnerSpace
dudeBot Offline
Junior Member
dudeBot  Offline
Junior Member

Joined: Apr 2005
Posts: 67
InnerSpace
When you run the game are you getting any error messages?

Re: Imported model won't work [Re: dudeBot] #148261
08/16/07 21:14
08/16/07 21:14
Joined: Aug 2007
Posts: 4
E
ETOX Offline OP
Guest
ETOX  Offline OP
Guest
E

Joined: Aug 2007
Posts: 4
no, the game runs fine, the only error is a message telling me that it can't load the model

Re: Imported model won't work [Re: ETOX] #148262
08/16/07 21:20
08/16/07 21:20
Joined: Aug 2007
Posts: 4
E
ETOX Offline OP
Guest
ETOX  Offline OP
Guest
E

Joined: Aug 2007
Posts: 4
by the way, this is the trial version, I'm trying to work out all the kinks before I buy it.

Re: Imported model won't work [Re: ETOX] #148263
08/16/07 22:17
08/16/07 22:17
Joined: Apr 2005
Posts: 67
InnerSpace
dudeBot Offline
Junior Member
dudeBot  Offline
Junior Member

Joined: Apr 2005
Posts: 67
InnerSpace
If the error says that it can't load the model,
usually it means that it cant find it.

If your model is in a folder called "models" for instance,
in cScript, you need to include that information in one of your .wdl files.

I usually do this in the .wdl that contains my "main" function.

Adding the script...

Code:
   
PATH "models\\";



...will let the engine know to look in that folder for game assets.

If you are using liteC you will have to set these paths in a .wdl
file, and if I'm not mistaken, the name of that .wdl needs to be
the same as the .c file that contains the "main" function.
If I am mistaken, I'm sure that someone here will set me straight

Anyway, you need to make sure that at the very least any models that
you are using are at the same level as the script with the "main" function.

This error usually means "I can't find the model" not "There's something
wrong with your model and I refuse to load it"


Moderated by  HeelX, rvL_eXile 

Gamestudio download | 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