Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Music Won't Play [solved]
D3AD UPR1S1NG Offline
Member

Posts: 64
Threads: 21
Joined: Apr 2011
Reputation: 0
#1
Music Won't Play [solved]

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

The Harrowing Tale Of Redendrew Mansion
(This post was last modified: 05-01-2011, 06:31 PM by D3AD UPR1S1NG.)
05-01-2011, 06:10 PM
Find
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#2
RE: Music Won't Play

PlayMusic("12_The_City_of_Ruin.ogg", true, 100.0, 0.0, 1, true);

Not needed.

05-01-2011, 06:31 PM
Website Find
D3AD UPR1S1NG Offline
Member

Posts: 64
Threads: 21
Joined: Apr 2011
Reputation: 0
#3
RE: Music Won't Play

(05-01-2011, 06:31 PM)Tanshaydar Wrote: PlayMusic("12_The_City_of_Ruin.ogg", true, 100.0, 0.0, 1, true);

Not needed.

It's alright I fixed it I just needed to drag it into the games proper audio directory Big Grin

The Harrowing Tale Of Redendrew Mansion
05-01-2011, 06:32 PM
Find
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#4
RE: Music Won't Play [solved]

BTW if you can show us a couple of in-game image Smile I'm really intrigued by the idea. Especially if someone manages to convert Nemesis - Brute Smile

05-01-2011, 06:42 PM
Website Find
D3AD UPR1S1NG Offline
Member

Posts: 64
Threads: 21
Joined: Apr 2011
Reputation: 0
#5
RE: Music Won't Play [solved]

(05-01-2011, 06:42 PM)Tanshaydar Wrote: BTW if you can show us a couple of in-game image Smile I'm really intrigued by the idea. Especially if someone manages to convert Nemesis - Brute Smile
Yeah it's looking good so far Big Grin

The Harrowing Tale Of Redendrew Mansion
05-01-2011, 06:43 PM
Find




Users browsing this thread: 1 Guest(s)