Frictional Games Forum (read-only)
Custom Paintings - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Custom Paintings (/thread-20865.html)



Custom Paintings - User01 - 02-27-2013

How do I put a custom painting in the game with just any picture I wish?


RE: Custom Paintings - Kreekakon - 02-27-2013

Use Acies's "Make your Own Painting Kit", found here under "Other":

http://www.frictionalgames.com/forum/thread-15613.html


RE: Custom Paintings - User01 - 02-27-2013

Thanks but can you please explain me clearly what I need to do? Because I really have no clue I'm sorry


RE: Custom Paintings - User01 - 02-27-2013

Please anyone I really don't know what to do but I'm sure this isn't that complicated is it?
Is it possible to make a custom painting moveable?


RE: Custom Paintings - User01 - 02-28-2013

Why is no one helping me Sad
I saved it now as a dds file if its right(?), and now I guess I have to save it as a .ent file to upload it in game?
Or do I need to somehow open a .dae file?


RE: Custom Paintings - Acies - 02-28-2013

The .dae is the geometry of the model. The .dds is the image file which is laid onto that geometry. All you need to do it "Replace the gray area on the .dds and place (all of) it inside a folder within /static_objects".

Create an .ent file using the "modeleditor" if you want to give it physics.


RE: Custom Paintings - User01 - 02-28-2013

(02-28-2013, 01:02 AM)Acies Wrote: The .dae is the geometry of the model. The .dds is the image file which is laid onto that geometry. All you need to do it "Replace the gray area on the .dds and place (all of) it inside a folder within /static_objects".

Create an .ent file using the "modeleditor" if you want to give it physics.

sorry dont get it. I want to make the picture moveable. So I need to open the dds file in Model Editor, right?
But how?
And what do you mean, all of it? Do I need to create more files than just .dds? How?
And why to static opbejcts insteadt of entities where the paintings are?


RE: Custom Paintings - NaxEla - 02-28-2013

No, you don't need to open the dds file in the model editor. The dds file is an image file, so you can open it in a program like Photoshop, or GIMP. By "all of it", he means replace all of the grey part of the image. The grey part is where you put your custom photo into.

If it is a static object, it won't have any physics, and will act just like a wall. As as a static object, the player won't be able to interact with it at all. If you want the player to be able to take the painting off the wall, you will need to create a .ent file for the painting. Looking at painting03_dynamic in the Model Editor should help you out.


RE: Custom Paintings - User01 - 02-28-2013

the painting file is a dds file and i cant open it on model editor. what now?


RE: Custom Paintings - ExpectedIdentifier - 02-28-2013

A simpler way may be to just create a billboard and put it over the current painting.
-Open the material editor and create a new solid diffuse using your dds file
-Create a billboard and use the material you just created (change it to a FixedAxis type)
-Resize the billboard to fit the frame

If you don't know how to do this I can explain in more detail.
There are multiple ways around things when using the level editor Smile

[Image: Mona.jpg]