Page 1 of 1

MOD - Menus (UDLGAlien.txt)

Posted: Wed Jun 03, 2015 9:27 pm
by zoNE
Stucuk wrote:Note: Interface\UdlgAlien.txt is the file discussed below

Making a window not centered. With most windows you can just use NoCenter Added to the end of the windows decleration bit. For others you need to change its size.

Code: Select all

[TEMPLATE MainMenu] 
[FrameFlow window] 
53 240 
7 16 
"window_mainmenu" 
NoCenter 
[end]
To hide the campaign buttons or show them you need to add or remove NotVisible.

Code: Select all

[Button amer] 
202 199 
"button_amer_side" 
"Button text" 
NotVisible 
[end] 

[Button arab] 
131 217 
"button_arab_side" 
"Button text" 
[end] 

[Button rus] 
131 217 
"button_rus_side" 
"Button text" 
NotVisible 
[end]
Author: Stucuk
Topic: http://www.owsupport.com/forum/viewtopic.php?t=250