Frictional Games Forum (read-only)

Full Version: Acies Random things
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Sorry no video of animations Wink

To use the painting;
Go to your entities folder, create a new folder. Move the contents of the zip file there. Then use an Image Editing software --> Gimp/Photoshop. Replace the gray area in the .dds file (= image file) with whatever you would like to have on the painting Smile
When I put the custom painting in my game entities folder and load it in level editor from there, and use it in my custom story, will anyone who will play it be able to see it? I mean, I don't need to put it somewhere in the custom story folder..?
Yeah, that's more about how you organize your custom story - but I can answer it anyway (people prefer different things). There are 2 things to think of when organizing for using custom assets in amnesia.
1. Does my entity/model show up in the level editor?
2. Does it show up in game when I export the custom story?

To solve point 1: I usually create a folder named "Insert name of your custom story" inside
Amnesia - The Dark Descent\redist\entities
Amnesia - The Dark Descent\redist\static_objects

Then place whatever custom assets I intend to use there. That will cause them to show up as placeable when I work with the level editor.

At the time of release I simply cut-paste the folders to my custom story. Meaning the folders will now be located here:
Amnesia - The Dark Descent\redist\custom_stories\"Name of your story"\entities
Amnesia - The Dark Descent\redist\custom_stories\"Name of your story"\static_objects

Then .zip the story.

------------------------------------------------

There is another way to do step 1. You add the custom_stories folder, so that entities etc. located there will show up in the level editor. I'm not entirely sure, but my guess would be to open up the file named:
Amnesia - The Dark Descent\redist\resources.cfg

It's a textfile, so you can open it with notepad++ or notepad. Add this line:
<Directory Path="/custom_stories" AddSubDirs="true" />
Thanks for the answer! Smile
By the way - It somehow doesn't show up in my editor. I think there is an .ent file missing. Or am I wrong?
The painting is a static object Smile Place in /Static_Objects.
(09-10-2012, 01:27 AM)Acies Wrote: [ -> ]The painting is a static object Smile Place in /Static_Objects.
Yessir, that works! Thanks Smile Great work btwSmile
yeah umm...it still has that gray part.Doesnt have my picture.You mean I have to actually replace the gray part with my picture or I just scale my pic on the gray area?
The .dds file is the file you are supposed to modify - the grayscaled area is an indicator of where you should place your image. So you would need the .dds plugin for either gimp/photoshop :]

The .psd is a "helper" for replacement.
Hmm So I did it right.But still doesnt show up.Weird.
Pages: 1 2 3 4