Jump to content

Neverwinter Nights 2 - Modifying Menu UI


DigeratiPrime

Recommended Posts

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

<UIButton name="MULTIPLAYER" strref="76" x=0 y=92 style="STYLE_MENU_BUTTON"

OnLeftClick=UIButton_Input_StartMultiplayer("SCREEN_PLAYERLOGIN") >

</UIButton>

<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. :)

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...