Aller au contenu

Photo

New & Fixed Account Connexion UI + Direct Connect personnalisation


  • Veuillez vous connecter pour répondre
Aucune réponse à ce sujet

#1
Mythyzyn

Mythyzyn
  • Members
  • 17 messages

http://neverwinterva...ersonnalisation

 

NWN2 Players :

Unzip this UI in your override folder and set the name and IP of your favorite server (edit with notepad)

C:\Users\"USER"\Documents\Neverwinter Nights 2\Override

 

 

NWN2 PW Admin :

You can preconfigure it and share it on your website.

 

 

Update log (preview only, dont copy/paste) :

 

<!-- 2015-05-18 - Updated by Mythyzyn (www.lyncya.fr (link is external)) due to Gamespy down -->
<!-- Removing password input (dont needed anymore) -->
<!-- UI Ergonomics improvement -->
<!-- Adding a direct connect button, passing off timeout error message due to Gamespy down -->
<!-- Direct Connect personnalisation -->
<!-- Options : If no password, set it to 00 to pass off Gamespy timeout error
<!-- -->

...

<!-- PERSONNALIZE HERE -->    
        
        <!-- Change direct button name here (instead of "YOUR SERVER") -->
        <UIButton name="CONNECT_MOD" text="YOUR SERVER" x=0 y=92 style="STYLE_MENU_BUTTON"
            OnLeftClick0=UIButton_Input_PlayerLogin(local:0,local:1)
            OnLeftClick1=UIButton_Input_MultiplayerDirectConnect("SERVER_IP","SERVER_PASSWORD") >
            <!-- If no password, set it to 00 to pass off Gamespy timeout error
            <!--EXAMPLE : OnLeftClick1=UIButton_Input_MultiplayerDirectConnect("127.0.0.1","mypassword") -->
            <!--EXAMPLE with DNS : OnLeftClick1=UIButton_Input_MultiplayerDirectConnect("serveur.lyncya.fr","00") -->
        </UIButton>        
        
        <!-- END OF PERSONNALISATION -->