If you followed most tutorials on Youtube on how to change Round Music and the Game Over music you may have noticed that whenever you pause your game while one of the .wav files is playing it will keep playing which really throws off the flow of your map. Here is the fix to this little bug.
Step 1. Locate your user_aliases.csv file usually under ROOT\share\raw\sound\aliases Step 2. Locate the lines of code that you want to change. Step 3. Copy this line of code
If you followed most tutorials on Youtube on how to change Round Music and the Game Over music you may have noticed that whenever you pause your game while one of the .wav files is playing it will keep playing which really throws off the flow of your map. Here is the fix to this little bug.
Step 1. Locate your user_aliases.csv file usually under ROOT\share\raw\sound\aliases Step 2. Locate the lines of code that you want to change. Step 3. Copy this line of code
It would also be helpful to tell us what was actually changed to make it work, it isn't needed I'm just interested to how you decided to do this.
This tutorial was a bit simplified for people but basically I CTRL+F the word 'PAUSE' in the .csv file because at the top of the code there is the variables to tell you what you can change
(I counted up the commas and the words and they are the same amount)
So I counted the words backwards and I found out that Pauseable was 34th word from RowSourceLineNumber. I then found the audio code I was editing and counted 34 commas backwards then put the word 'yes' before the 34th comma. Then it worked. The other edits in the code I provided in the first post can be edited if you like they are just personal preferences.
Hope this gave a bit of a better understanding sorry about the confusion
This tutorial was a bit simplified for people but basically I CTRL+F the word 'PAUSE' in the .csv file because at the top of the code there is the variables to tell you what you can change
(I counted up the commas and the words and they are the same amount)
So I counted the words backwards and I found out that Pauseable was 34th word from RowSourceLineNumber. I then found the audio code I was editing and counted 34 commas backwards then put the word 'yes' before the 34th comma. Then it worked. The other edits in the code I provided in the first post can be edited if you like they are just personal preferences.
Hope this gave a bit of a better understanding sorry about the confusion
I suggest using UGX Alias Editor, can easily get this info without counting, lol. Or use Excel, either one works