![]() |
How????????????? - 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: How????????????? (/thread-25279.html) |
How????????????? - Straxedix - 05-13-2014 Ok hello i need help it is easy really easy how the White Night change sound when use oil (battery) can't find it... -And this is most important to me i have IFCM (Isolated Full Conversion Mod) so i wanna make the when enter the .bat file (for Windows) how to make some pictures (like Frictional Games set they picture) then when those pictures done then comes Select Player ![]() ![]() RE: How????????????? - Romulator - 05-13-2014 Well, without being mean, you shouldn't really do an FC unless you know what you necessarily have to change in order to get a desired result. However: Changing the sounds revolves around this folder I believe: C:\Program Files (x86)\Amnesia - The Dark Descent\redist\sounds\player\lantern\ Changing the sounds in there, relative to your FC, you can adjust the way your "lantern" object (which in this case is a flashlight) sounds. Changing the sound for when you apply batteries (oil) is in here: C:\Program Files (x86)\Amnesia - The Dark Descent\redist\sounds\ui AND is called ui_use_oil.ogg and ui_use_oil.snt The thing about the images coming up before the actual game (select character) is called the premenu. I do not know how to configure it exactly, someone else may be able to, but I do not think many people have incorporated it into their Full Conversions. RE: How????????????? - Straxedix - 05-13-2014 I'm glad someone help me but i have a question: -Changing the sound for when you apply batteries (oil) is in here: C:\Program Files (x86)\Amnesia - The Dark Descent\redist\sounds\ui AND is called ui_use_oil.ogg and ui_use_oil.snt So i have to copy sounds to my (Fullconversion-Sounds-Ui) folders ? RE: How????????????? - Romulator - 05-13-2014 Yep! Something like: Code: C:\Program Files (x86)\Amnesia - The Dark Descent\redist\sounds\ui Code: C:\Program Files (x86)\Amnesia - The Dark Descent\redist\<myconversion>\sounds\ui You MAY also have to add this line to the resources.cfg file in your Full Conversion folder somewhere, as long as it is between the <Resources> and </Resources> lines ![]() Code: <Directory Path="<myconversion>/sounds" AddSubDirs="true" /> Just change "<myconversion>" to whatever your Full Conversion folder is called! RE: How????????????? - Straxedix - 05-13-2014 Actually i did all these 1:Have Directory Path 2:Have Myconversion\sounds\ui Still not working but sound of flashlight works ![]() But battery nope :/ RE: How????????????? - Mudbill - 05-13-2014 The premenu is configured with the premenu.cfg file in /config. You can define which images show up, how many show up, how long and also the messages for the first time starting up (the welcome and gamma screens). RE: How????????????? - Straxedix - 05-13-2014 Mudbill i love you ![]() I will try to remake some of those ![]() RE: How????????????? - Slanderous - 05-16-2014 (05-13-2014, 07:38 PM)Straxedix Wrote: Mudbill i love you RE: How????????????? - Mudbill - 05-16-2014 (05-16-2014, 01:29 PM)Lazzer Wrote:(05-13-2014, 07:38 PM)Straxedix Wrote: Mudbill i love you |