Page 1 of 1
Another question (I'm new to modding, so.......)
Posted: Thu Feb 23, 2017 10:11 pm
by NotaKlutz893
How would one go about changing the main menu music?
Re: Another question (I'm new to modding, so.......)
Posted: Fri Feb 24, 2017 10:45 pm
by SkinnyODST
That`s pretty hard. Definitely not something a new modder should be trying to do while they`re still new. In fact, I don`t even know if it`s possible
Re: Another question (I'm new to modding, so.......)
Posted: Sat Feb 25, 2017 10:58 am
by AnthonyBF2
NotaKlutz893 wrote:How would one go about changing the main menu music?
I believe the sound stream for the game's shell state is loaded from shell_interface.lua which is the first script read the by the game when it reads shell.lvl
It's not wise to replace this script or file because it can break different things. Also most people use the 1.3 patch which has a custom shell with a specially revised shell_interface.lua script and if the 1.3's shell.lvl was replaced it would break the patch's functions.
Re: Another question (I'm new to modding, so.......)
Posted: Sun Feb 26, 2017 4:32 pm
by Marth8880
The only reasonable way to change it is to replace shell.lvl in the stock sound directory.