Frictional Games Forum (read-only)

Full Version: Custom Models/Entities
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I get my model/entity to show up in the level editor model/entity list? I edited an existing model and it loads correctly in the model editor/viewer. Thanks.
Place it in SOMA/Entities/[folder].

Rename it if you get the original instead of yours.
(06-22-2016, 05:06 AM)Daemian Wrote: [ -> ]Place it in SOMA/Entities/[folder].

Rename it if you get the original instead of yours.

What about when I distribute the mod? Would I just place it into the corresponding folder inside my mod and will it just work?
Placing the files in SOMA's main entities folder would allow it to show up and be used in the editor, but storing it in your mod's folders just allows the data to show up for other people as they now have copies of your entities files to be used by the game. But that will only work if you have it in a directory that the resources file for your mod has indentified. Unless you already knew that last part, though, but you get the idea.