command line switches for hosting/connecting

Want to play with a friend over the net? Find out all the info you need on how to configure your PC, network and of course ZSNES. Also the correct place to find people to play with and what software they use.

Moderator: ZSNES Mods

Post Reply
Tabuk

command line switches for hosting/connecting

Post by Tabuk »

Hi, i have checked ui.asm to find a switch that allows the loading of a rom and starting of a server but no luck.

So does anyone know of a command line switch (windows) that will allow me to run the exe and have it load a rom and run a server?
The same goes for the other end, loading and connecting to an ip?

thank you.

tabuk
Nach
ZSNES Developer
ZSNES Developer
Posts: 3904
Joined: Tue Jul 27, 2004 10:54 pm
Location: Solar powered park bench
Contact:

Post by Nach »

put_line(" --Netplay Parameters--");
put_line(" Commandline: /ABCDE <nickname> <fname> <IP Addy>");
put_line(" nickname = user nickname");
put_line(" fname = filename w/ full path (if L) or path name (if C)");
put_line(" IP Addy = IP Address (Client Only)");
put_line(" A = U (UDP - Recommended if works), T (TCP/IP)");
put_line(" B = S (Server), C (Client)");
put_line(" C = C (Chat first), L (load game first)");
put_line(" D = N (Stay in ZSNES after disconnect), Q (Quit after disconnect)");
put_line(" E = # of connections (Keep it 2 for now)");
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
Tabuk

Post by Tabuk »

excellent thank you :D
Post Reply