Music Won't Play [solved] - 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 (https://www.frictionalgames.com/forum/forum-35.html) +--- Thread: Music Won't Play [solved] (/thread-7737.html) |
Music Won't Play [solved] - D3AD UPR1S1NG - 05-01-2011 Hey I have been working on a remake of Resident Evil 3 however the music will not play even after being converted on audacity so does anyone know what's wrong with this script? void OnStart() { PlayMusic("12_The_City_of_Ruin.ogg", true, 100.0, 0.0, 1, true); } //=========================================== // This runs when the player enters the map void OnEnter() { } //=========================================== // This runs when the player leaves the map void OnLeave() { } [Edit] fixed. turns out I had to put it in the games audio directory lol noobism kicking in RE: Music Won't Play - Tanshaydar - 05-01-2011 PlayMusic("12_The_City_of_Ruin.ogg", true, 100.0, 0.0, 1, true); Not needed. RE: Music Won't Play - D3AD UPR1S1NG - 05-01-2011 (05-01-2011, 06:31 PM)Tanshaydar Wrote: PlayMusic("12_The_City_of_Ruin.ogg", true, 100.0, 0.0, 1, true); It's alright I fixed it I just needed to drag it into the games proper audio directory RE: Music Won't Play [solved] - Tanshaydar - 05-01-2011 BTW if you can show us a couple of in-game image I'm really intrigued by the idea. Especially if someone manages to convert Nemesis - Brute RE: Music Won't Play [solved] - D3AD UPR1S1NG - 05-01-2011 (05-01-2011, 06:42 PM)Tanshaydar Wrote: BTW if you can show us a couple of in-game image I'm really intrigued by the idea. Especially if someone manages to convert Nemesis - BruteYeah it's looking good so far |