georgeashby123 1 Posted September 7, 2016 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
Williams_OsiriZ 8 Posted September 7, 2016 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
Macser 776 Posted September 7, 2016 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