» Index > Modding Archive > MOD - Menus (UDLGAlien.txt)
MOD - Menus (UDLGAlien.txt)
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:
[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:
[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: https://www.owsupport.com/forum/viewtopic.php?t=250
» Index > Modding Archive > MOD - Menus (UDLGAlien.txt)



