Sign in to follow this  
Tagnia

Edit Sound Files / Calling Location

Recommended Posts

Hi, i'm trying to edit the sound.jar for WU. I currently have been able to track the calling of some specific .ogg files, and have tested adding new soundfiles by replacing old ones. I'd like to know if:

Sound files can be played on command ingame.
Sound files can be added to the client sound.jar without having to replace names, considering they seem to be called specifically by name from what I can see.

I saw an old thread by Batty but no answers, hoping this one gets some attention. 

Share this post


Link to post
Share on other sites

With serverpacks mod, you add how many you like. No need to replace.

You can play them whenever you want using the mission system in game.

 

  • Like 1

Share this post


Link to post
Share on other sites

@JukkenThanks for the swift reply! Could you explain the process with the serverpack mod if possible? I have it installed but I have no idea what it does or how to use it to be honest. 

Share this post


Link to post
Share on other sites

You create a new jar-file with the ogg-files inside. It must also contain a mappings.txt.

In the mappings.txt you map the soundfile like so:

 

sound.chime.chime01 = chime01.ogg

 

Name the jar-file something like newsounds.jar

 

Then you go to your mods folder on server and edit the file called "serverpacks.properties"

add the line

serverPacks=newsounds.jar

 

Then make sure the jar-file is in the servers mods\serverpacks folder.

 

In game you can now add the sound to missions using 

sound.chime.chime01

Edited by Jukken

Share this post


Link to post
Share on other sites

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
Sign in to follow this