MOD - Wyłączanie przycisków danej kampanii, (UDLGAlien.txt)

Gotowe kody SAIL'a, informacje na temat moddingu, itd.

Moderator: zoNE

Post Reply
User avatar
zoNE
The Great Uniter & Site Administrator
The Great Uniter & Site Administrator
Posts: 2059
Joined: Fri Feb 17, 2006 3:44 pm
Location: Poland
Contact:

MOD - Wyłączanie przycisków danej kampanii, (UDLGAlien.txt)

Post 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
Post Reply