amg-argh Posted June 28, 2015 Share Posted June 28, 2015 Hey guys, was hoping somebody would be able to help me out. I'm creating a custom rampage mod but really struggling to get some audio playing (I can make some sounds play, but not others). I've tried a bunch of different variations as per below, but will never any luck. I'm currently doing something along the lines of: AUDIO::REQUEST_SCRIPT_AUDIO_BANK("SCRIPT\RAMPAGE_01", 0);AUDIO::START_AUDIO_SCENE("RAMPAGE_REDNECKS_SCENE");AUDIO::PLAY_SOUND_FRONT_END(-1, "RAMPAGE_ROAR_MASTER", 0, 1); It might be worth noting that, REQUEST_SCRIPT_AUDIO_BANK always returns 0/false, START_AUDIO_SCENE returns 1/true Also I don't know if it is relevant, but where I'm testing this custom rampage is at the stripclub, which does have music playing? I can manage to get the following to play sounds AUDIO::TRIGGER_MUSIC_EVENT("RAMPAGE_1_OS");AUDIO::PLAY_SOUND_FRONT_END(-1, "10_SEC_WARNING", "HUD_MINI_GAME_SOUNDSET", 1); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now