[SCRIPT] Notes with voices - 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: [SCRIPT] Notes with voices (/thread-13391.html) |
Notes with voices - GoranGaming - 02-17-2012 Hello! When you pick up diares in the Story mode in Amnesia, a voice is reading the text. Can anyone tell me how to script it? // GoranGaming RE: Notes with voices - Statyk - 02-17-2012 Make sure the note in the level editor has "narration" checked. Place the .ogg in the "CS_lang" folder in your custom story's folder. Then in the extra_english.lang, in the entry, put it like this: <Entry Name="Note_blahblah_Text">[voice NARRATION.ogg] Whatever goes in your text of the note</Entry> RE: Notes with voices - GoranGaming - 02-17-2012 Should the map be called CS_lang or like Nameofcustomstory_lang? RE: Notes with voices - Your Computer - 02-17-2012 (02-17-2012, 07:57 PM)GoranGaming Wrote: Should the map be called CS_lang or like Nameofcustomstory_lang? No, he meant to make sure you organize your files. RE: Notes with voices - Statyk - 02-17-2012 (02-17-2012, 07:57 PM)GoranGaming Wrote: Should the map be called CS_lang or like Nameofcustomstory_lang?In your main custom story's folder, make a folder named "CS_lang" but change the 'CS' to whatever you like. Then drop the .ogg file in there. RE: Notes with voices - GoranGaming - 02-17-2012 (02-17-2012, 08:17 PM)Your Computer Wrote:Ops, sorry I meant folder, in swedish "folder" is called "mapp"(02-17-2012, 07:57 PM)GoranGaming Wrote: Should the map be called CS_lang or like Nameofcustomstory_lang? RE: Notes with voices - GoranGaming - 02-20-2012 Could you make a more detailed tutorial, cause it doesn't work for me :/ RE: Notes with voices - Your Computer - 02-20-2012 Try this: http://www.youtube.com/watch?v=qoK3C4OfcnI&list=PLD326789BC99530C8&index=14 RE: Notes with voices - GoranGaming - 02-20-2012 Thank you, your tutorials are the best. I subbed |