Self made building doesn't show up in scene edit list

Users who are viewing this thread

That's pretty much the problem.

I've made a model of a wall with collision mesh and put this line into
"module_scene_props":
("german_wall_1",0,"german_wall_1","bo_german_wall_1", []),

It did compile without any errors, but the wall doesn't show up in the building list in the scene editor.



Is there something else I forgot?
I allready had this problem before, but I can't remember how I fixed it. (long time ago  :???:)

However:

Thank's in advance!  :wink:
 
Hey here's what I do with my scene prop's. For the first letter of the name I put a z so when I want to get MY scene props I hit z and then look throught what I have got there. Try that and see if that works. It doesnt look like there is anything wrong with your text there, but here what some of my entry's look like so I hope this will help you. Also make sure when in edit mode your looking in the scene props tab.

Code:
 ("zprisoncircuitbreaker",0,"prisoncellcircuitbreaker","0", []),
 ("zprisonelectricbox",0,"prisoncellelectricbox","bo_prisoncellelectricbox", []),
 ("zprisonkeypad",0,"prisoncellkeypad","0", []),
 
Oh, f*ck.

I just realized what my problem was.
I typed in the destination folder for the export wrong.
I simply forgot the "/" at the end.

However thanks for the answere. :wink:
 
Yea I thought it wasnt the sceneprops because there wasnt anything wrong with your entry. Good luck with what your doing though.
 
Back
Top Bottom