Okay, i see
two solutions.
First: overwrite lot of code in your custom player class, if you using it. I never tried this but i know what to do.
Second: Use modified DeusEx.Ini file.
Menu background maps is
Dx.DX and
DxOnly.DX
You'll see
Dx.DX as backgroung when game just loaded. You'll see
DXONLY.DX when you disconnected, finished game, etc.
So, create uour own DX.DX and DXONLY.DX and put these mapt to separate folder. For example into MAPS\MY_SplashMaps\
Then you'll need to edit your DeusEx.Ini
Find this:
- Code: Select all
[Core.System]
PurgeCacheDays=30
SavePath=.\Save
CachePath=.\Cache
CacheExt=.uxx
Paths=.\System\*.u
Paths=.\Maps\*.dx
Paths=.\Textures\*.utx
Paths=.\Sounds\*.uax
Paths=.\Music\*.umx
Suppress=DevLoad
Suppress=DevSave
Suppress=DevNetTraffic
Suppress=DevGarbage
Suppress=DevKill
Suppress=DevReplace
Suppress=DevSound
Suppress=DevCompile
Suppress=DevBind
Suppress=DevBsp
and add this:
Paths=.\MAPS\MY_SplashMaps\
beforePaths=.\Maps\*.dx
Here is example:
- Code: Select all
[Core.System]
PurgeCacheDays=30
SavePath=.\Save
CachePath=.\Cache
CacheExt=.uxx
Paths=.\System\*.u
[b]Paths=..\MAPS\MY_SplashMaps\[/b]
Paths=.\Maps\*.dx
Paths=.\Textures\*.utx
Paths=.\Sounds\*.uax
Paths=.\Music\*.umx
Suppress=DevLoad
Suppress=DevSave
Suppress=DevNetTraffic
Suppress=DevGarbage
Suppress=DevKill
Suppress=DevReplace
Suppress=DevSound
Suppress=DevCompile
Suppress=DevBind
Suppress=DevBsp
Yes, and make copy of your modified DeusEx.ini and rename it to. for example to MY_DeusEx.ini
And then start the game with this modified My_deusex.ini.