Skip to content

Multiboxing

Is there a method for multiboxing this game?
I have a work around, which is to comment out one CD key and swap as I load the game. My goal is to be able to log in as both a player and a DM at the same time so I can run RP events and not have to activate/deactivate DM mode constantly. It would also help me with editing and debugging.

Comments

  • SnottlingSnottling Member Posts: 85
    edited April 2023
    EDIT: Void
  • alexreisalexreis Member Posts: 1
    Yes, you can multibox it. First you need more then one CD-Key.
    1) make copies of the cdkey.ini file... lets say cdkey.1.ini and cdkey.2.ini
    2) Make copies of the settings.tml file in the same way
    3) Edit one of the cdkey files and change the key for the second one
    4) make a bat file for each account: nwn.1.bat and nwn.2.bat containing:
    @echo off
    del cdkey.ini
    del settings.tml
    copy cdkey.1.ini cdkey.ini
    copy settings.1.tml settings.tml
    
    rem ******************************************************
    rem ** YOU MAY HAVE TO CHANGE THE FOLDER BELOW          **
    rem ******************************************************
    
    C:
    cd "C:\Program Files (x86)\Steam\steamapps\common\Neverwinter Nights\bin\win32"
    
    rem *** replace xxx.xxx.xxx.xxx for the server address
    rem *** replace ppp for the server port
    nwmain.exe +connect xxx.xxx.xxx.xxx:ppp
    

    5) make a copy of the bat file for the second account replacing .1 for .2

    Done: run the first bat, after logged in, run the second bat.
    You may have to change those files to log as a DM as you want
Sign In or Register to comment.