Frictional Games Forum (read-only)
overlay screen with .tga-file - 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: overlay screen with .tga-file (/thread-19916.html)

Pages: 1 2


RE: overlay screen with .tga-file - Your Computer - 01-14-2013

Images can be stored in the binary, but that's not what i meant. If i remember correctly, in order for a replacement to work you have to overwrite the original files.


RE: overlay screen with .tga-file - palistov - 01-15-2013

Yeah but you can make the game use your own images with the resources config file right? So that should work ok. Only hurdle for you (Raven) is gonna be making the conversion work and then making sure the player damage function behaves the way you want. Good luck


RE: overlay screen with .tga-file - Adrianis - 01-15-2013

... and then making certain the player character won't slap his gas-mask on when falling from a great height, or when getting savaged by some horrible beast


RE: overlay screen with .tga-file - Ravenskull - 01-15-2013

(01-15-2013, 02:26 AM)palistov Wrote: Yeah but you can make the game use your own images with the resources config file right? So that should work ok. Only hurdle for you (Raven) is gonna be making the conversion work and then making sure the player damage function behaves the way you want. Good luck

what is the "resources config file" ? Smile


RE: overlay screen with .tga-file - palistov - 01-16-2013

Adrianis, you can avoid that by changing all damage the player receives to a type which doesn't have the goggles. For example, he could use the acid damage for the goggles; that one is rarely used.

Ravenskull, the resources file is a file which the game uses to load up resources from the subdirectories, like other configuration files, maps and images. Go check out Your Computer's tutorial, it should walk you through making a full conversion. But as always, tread lightly. Full conversions can mess with your default Amnesia installation if you're not careful.