Menu music

hholdenaz

Active member
As much as I like the music of the menu, I do get tired of it sometimes. However, I don't wish to get rid of it, I want to know something else: is it possible to change the music to something else?
 
Locate Settings (top left symbol) and the sound. I think there is an option there to turn off sound in menu.
 
But he doesn't want to turn it off, just change it to another tune.

I did a search of my Trainz TRS19 SP1 install folder (the program, not the User Data) and found it located at:-

...\resources\builtin\base\content\kuid 661281 58001\menu-theme-0.wav

But, as always, change it at your own risk (i.e. make a backup copy of the kuid folder first).
 
I did this...

Code:
kuid                                    <kuid2:661281:58001:1>
kind                                    "soundset"
username                                "Trainz Menu Sounds"
description                             "Sounds for Trainz menus"
category-class                          "YL"
trainz-build                            3.6

thumbnails
{
}

soundscript
{
  0
  {
    trigger                             "theme-music"
    repeat-delay                        0,0
    ambient                             1
    
    sound
    {
      0                                 "menu-theme-0.wav"
      1                                 "menu-theme-1.wav"
    }
  }
}
username-de                             "Trainz-Lokführer-Menü-Geräusche"
username-cz                             "Zvuky nabídky strojvůdce Trainz"
username-pl                             "Dźwięki menu maszynisty Trainz"
username-es                             "Sonidos del Menú de Trainz"
username-it                             "Menu suoni macchinista Trainz"
username-fr                             "Menu effets sonores mode Conducteur Trainz"

kuid-table
{
}

Note the KUID2 tag, which advances a version and allows my "counterfeit" asset to supersede the original. The lines in the sound container mean that I get either song at random when starting the game.

NOTE: Because this isn't my KUID, I had to create it and drag and drop the folder onto the content manager.

EDIT: FYI the original music file is VERY quiet. -30db or so, which I reduced my additional wav file to as well so I wouldn't get my ears ripped off :D
 
Last edited:
But he doesn't want to turn it off, just change it to another tune.

I did a search of my Trainz TRS19 SP1 install folder (the program, not the User Data) and found it located at:-

...\resources\builtin\base\content\kuid 661281 58001\menu-theme-0.wav

But, as always, change it at your own risk (i.e. make a backup copy of the kuid folder first).

Sorry for the late reply. Anyway, I gave your idea a try and it worked: now I have Jurassic Park with me when I open the game. Thanks mate!
 
Back
Top