disco_fighter
Potential Patron
- Joined
- Jul 11, 2025
I have been playing around with the audio replacer , and i was able to get this working, let me share some information so hopefully this can make the modders life easier:
Specifications on your compute/laptop:
Let's dive in :
Configure AIR SDK :
Once that's done - open up your main.as and make necessary changes by adding removing sounds.
Click on the gear icon to Build/Compile,
You should see warnings but NO ERRORS,
This means a success and you have compiled your project.
Now open SDT through the loader and in the modding tab in game, load the 'audioreplacerV1_flashdev.swf' file
Now change the Voice like how you would normally change in game and That's it !! your sounds should now work.
Specifications on your compute/laptop:
- Java 8 minimum
- flash develop (Download the .exe 5.3.3)
- AIR SDK manager (any version) , we wil use this manager to install a specific version of AIR SDK itself.
- AIR SDK version 33.1.1.935
Let's dive in :
Configure AIR SDK :
- Please note that the audio replacer WILL NOT WORK with the latest version of AIR SDK,
- Refer to screen shot and by the side of the refresh button in AIR SDK manager , click the 3 lines button and then click Selct SDK,
- A new sub window will open and Select the version AIR SDK 33.1.1.935 mentioned above.
-
- Open audioreplacerV1.as3proj file provided.
- In the top panel , go to 'Project' --> 'Properties'
- Please refer to screen shot Just below after you have Opened SDK section and follow along.
- Referring to Screen shot Just below- in the location section , select the 'root' folder of where you AIR SK is installed- Eg: C:\Users\<your_name>\Downloads\AIR_SDK_33.1.1.935
- Same way Following screen shot Just above - browse the path for AIR SDK under 'Custom SDK'
Once that's done - open up your main.as and make necessary changes by adding removing sounds.
Click on the gear icon to Build/Compile,
You should see warnings but NO ERRORS,
This means a success and you have compiled your project.
Now open SDT through the loader and in the modding tab in game, load the 'audioreplacerV1_flashdev.swf' file
Now change the Voice like how you would normally change in game and That's it !! your sounds should now work.