MSFN Forum: Neverwinter Nights 2 - Modifying Menu UI - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Neverwinter Nights 2 - Modifying Menu UI Rate Topic: -----

#1 User is offline   DigeratiPrime 

  • MSFN Junkie
  • Group: Patrons
  • Posts: 3,490
  • Joined: 18-August 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 January 2009 - 01:00 AM

I was looking for a way to skip the gamespy login and go straight to the full multiplayer menu, turns out its very easy to do :)

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>


Quote

<UIButton name="MULTIPLAYER" strref="76" x=0 y=92 style="STYLE_MENU_BUTTON"
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. :)


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy