DigeratiPrime Posted January 22, 2009 Posted January 22, 2009 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.xmlmainmenux1.xmlmainmenux2.xmlFrom Atari\Neverwinter Nights 2\UI\defaultToDocuments\Neverwinter Nights 2\ui\defaultEdit<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.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now