Jump to content

Recommended Posts

Youtuber OrangE posted a video where he put all 100 videos playing each over each other and someone commented someone should make the insanity sound the audio of the video.
I want to do this but I have no idea how, so I'm just asking for assistance. How do i change an audio in the game?
I want to do this before Zaptrap beats me to the punch by one minute again like he did with the Walter reading creepy pasta mod :mad:

 

You can use Remap Sound Event:

RemapSoundEvent( "original path", "path of your audio" )


How to know the correct path I don't know.

After creating your sound from some tutorial like THIS ONE, you need to register your asset via:

Assets = {
    Asset("SOUNDPACKAGE", "soundpackage_path.fev"),
    Asset("SOUND", "sound_path.fsb"),
}

Maybe something is wrong, but I believe it is.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...