Copy
mainmenu.xml
mainmenux1.xml
mainmenux2.xml
From
Atari\Neverwinter Nights 2\UI\default
To
Documents\Neverwinter Nights 2\ui\default
Edit
Quote
<UIButton name="MULTIPLAYER" strref="76" x=0 y=92 style="STYLE_MENU_BUTTON"
OnLeftClick=UIButton_Input_StartMultiplayer("SCREEN_PLAYERLOGIN") >
</UIButton>
OnLeftClick=UIButton_Input_StartMultiplayer("SCREEN_PLAYERLOGIN") >
</UIButton>
Quote
<UIButton name="MULTIPLAYER" strref="76" x=0 y=92 style="STYLE_MENU_BUTTON"
OnLeftClick=UIButton_Input_StartMultiplayer("SCREEN_MULTIPLAYERMENU") >
</UIButton>
OnLeftClick=UIButton_Input_StartMultiplayer("SCREEN_MULTIPLAYERMENU") >
</UIButton>
Alternatively you could have it go straight to the LAN menu (LANBROWSER) or DirectConnect (DIRECTCONNECT).
Since the menus are all XML you can really redo them any way you want, e.g changing graphics or adding and removing buttons.



Help
Back to top








