I'm not writing this looking at the file with u-99 TDC mod so this can be irrelevant but I guess the below would work for I think that part in quetion belongs to sim-feeling-mod which was released previously TDC mod.
But as I'm writing this without actually trying and testing; just to help since no one seems doing yet, so don't shoot me if it doesn't work - back up the file first.
Hope it works (I suppose it will..)
Edit the menu_1024_768.cfg file manually.
---------------------------------------------------------------
For slideout function.
To make officers icons and textfield not slide out find this section:
[G3F I33]
Name=Slideout Konsole; FLB Sale`s 6 Anzeigen
Type=1026;Menu group
ItemID=0x3F0C0000
ParentID=0x3F000000
Pos=0,141,670,140
Color=0xFFFFFFFF
;VertSlide=-130
and put a semicolon in front of VertSlide=-130 line, like the above.
To make clock bar not slideout find this section:
[G3F I375]
Name=Group feedback; FLB Sale`s 6 Anzeigen, Konsole & Uhrfeld
Type=1026;Menu group
ItemID=0x3F010000
ParentID=0x3F000000
Pos=0,145,733,145
Color=0xFFFFFFFF
;VertSlide=-144
and put a semicolon in front of VertSlide=-144 line, like the above.
This semicolon is means anything after (to the right in derection) semicolon will be disregarded by the program. In other words, putting a semicolon in front of a line effectively kills the entire line.
--------------------------------------------------------------
By the way, now find this section:
[G31 I25]
...
Drag=true
...
And if this is set as "Drag=true" then change this to:
Drag=false
It is obviously unintended that to be draggable. This is a background texture of textarea (if my memory is correct) and which should be not-draggable but it is set draggable by default. It's probably a mistake.
---------------------------------------------------------------
For changing background... that's probably possible but without handy reference of menu_1024_768.cfg, figuring it out is a bit of tough work for me at the moment.. sorry.
|