Frictional Games Forum (read-only)

Full Version: Custom Models in a story
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all-

To add custom models, does it have to be a full conversion, or can we just have an entities folder in our custom story folder that will automatically make the models show for other players?
A common misunderstanding here. You DO NOT need to make it a Full Conversion to have custom models. If it is a simple custom story, make a folder labelled "entities" in it and drop the custom models in there. The game will read the models through the files in the custom story folder.

THOUGH, to apply custom models through the level editor, you need to do one of two things:

1) make a folder in the root "entities" folder labelled whatever you want, drop the custom models in there and it will load through the entities tool in the level editor (this is simpler, but a little more confusing for disorganized people)
2) go into the root "resources.cfg" and add a directory leading to your custom story folder. Then in the level editor, place any entity down, click the "Mesh '...' " button on the bottom right and find the entity through your custom story folder. (this is more time-consuming to do, but space-saving)

(04-16-2012, 01:06 AM)Statyk Wrote: [ -> ]2) go into the root "resources.cfg" and add a directory leading to your custom story folder. Then in the level editor, place any entity down, click the "Mesh '...' " button on the bottom right and find the entity through your custom story folder. (this is more time-consuming to do, but space-saving)

I would always recommend this method over any other, just make sure the folder is at the end of the list in the resources.cfg file.
Awesome. The two most helpful people on the forum come to my rescue within 10 mins. Thanks so much guys!

~Slade
(04-16-2012, 01:13 AM)Your Computer Wrote: [ -> ]I would always recommend this method over any other, just make sure the folder is at the end of the list in the resources.cfg file.
See, I like the first one better =]

I'm curious, Why do you prefer the second option?
Yeah, I agree, I am more a fan of option one so far.
(04-16-2012, 01:31 AM)Statyk Wrote: [ -> ]See, I like the first one better =]

I'm curious, Why do you prefer the second option?

Potentially, it would help avoid conflict between any of Amnesia's files and between multiple copies of the custom files (whether for your story or someone else's). For distribution and organization, it would ease and speed up the process of archiving the story. Plus, if they're going to be moved or copied to the story's folder anyway, why have them anywhere else simply to avoid a few more clicks in the level editor?
(04-16-2012, 01:53 AM)Your Computer Wrote: [ -> ]
(04-16-2012, 01:31 AM)Statyk Wrote: [ -> ]See, I like the first one better =]

I'm curious, Why do you prefer the second option?

Potentially, it would help avoid conflict between any of Amnesia's files and between multiple copies of the custom files (whether for your story or someone else's). For distribution and organization, it would ease and speed up the process of archiving the story. Plus, if they're going to be moved or copied to the story's folder anyway, why have them anywhere else simply to avoid a few more clicks in the level editor?
Is the resource.cfg Amnesias or your own CS's?