Jump to content
Sign in to follow this  
georgeashby123

No model appearing ingame.

Recommended Posts

I have loaded my model into Object Editor then exported it out as an .p3d. The model is failing to show when placed down but shows in the editor spawn list.


 


Ingame View: http://images.akamai...8CB93C24506892/


 


Folders and file #1: https://gyazo.com/43...a2d3f1e6798d718


 


Folders and file #2: https://gyazo.com/f1...570b9ed2209c92e


 


config.cpp: https://gyazo.com/c9...ad4defcac2edf72


 


Please let me know if i am missing any needed screenshots.


 


Share this post


Link to post
Share on other sites

Hey dude,

 

Have you tried:

 

model = "\FireHydrant\FireHydrant.p3d";

 

instead of:

 

model = FireHydrant/FireHydrant.p3d;

 

in you're config.cpp?

 

if i'm not wrong all you're missing are the quotation marks ""

 

are you getting any error message?

 

let me know if it worked ;)

 

cheer's

 

 

Share this post


Link to post
Share on other sites
model = FireHydrant/FireHydrant.p3d;

 

 

Yeah. That's not a file path.

 

Correct that first using WilliamsGSG's example.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×