I noticed that there was no Windows method given, so I made a method of my own to decrease the time needed to connect to and play on a server, and I'm posting here to share it with you.

It is a batch file as shown below:
- Code: Select all
cd "\Game Program Files\Nexuiz\"
nexuiz.exe +connect 208.43.251.170:26002
Copy and paste the code into a blank text file.
Replace \Game Program Files\Nexuiz\ with the location of your own Nexuiz directory, and replace 208.43.251.170:26002 with the server ip address and port you want to connect to.
The server ip and port given will connect you to Nexuiz Ninjaz CTF hook server.
Once you are finished copying, pasting, and editing the code, save the text file, give it a suitable name and the .bat extension.
Once you change the text document's extension to .bat, the files icon will change, and opening it will open up Nexuiz and immediatly connect to the server specified in the ip and port given in the code.
You can edit this batch file to change the server it will take you to by right clicking the batch file, and selecting edit.
You can then change the ip address and port it specifies using the text editor that appears.
Tell me what you think, and enjoy.
