The second part of the topic, the question is in the bottom of post.
I am not sure if this is the appropiate forum for this kind of stuff, but software is software, whether it's a simple script or a bigger compiled application. So I found this forum the best place for this.
Here's the script (download to mIRC's folder):
[URL]
I have tested it on mIRC 6.03 and 6.16 myself, so I assume it works on all mIRC 6.0+ versions fine, might even work on lower versions. But then again, who uses one? :P
And how to load it (type in mIRC):
If you downloaded it to another dir than mIRC.exe's folder, you have to specify the path as well.
This is a little script I created for mIRC to ease the process of starting soldat, copying/pasting/remembering IPs & ports & passwords from mIRC/other converstations to Soldat. I made it for [GW] clan members in the first place, but I thought that it'd be nice idea to share it, if anyone wants to have it.
Simply put, by using this you will be able to double click soldat:// links (just like http:// links) in mIRC, and by doing so it will launch Soldat with the appropiate information.
Usage:
soldat://host:port/pass
Port and password are optional (you can also have a trailing / in the end of the address optionally).
Examples:
soldat://gwsoldat.net - Joins gwsoldat.net on default port, using no password.
soldat://65.254.45.137:23074 - Joins IP 65.254.45.137 on port 23074, using no password.
soldat://gwsoldat.net/secret - Joins gwsoldat.net on default port, using secret as a password.
soldat://65.254.45.137:23074/secret - Joins IP 65.254.45.137 on port 23074, using secret as a password.
If you find any bugs, or you have ideas for improvements, please share. I have been thinking of adding an option to decide whether to join as a spectator or a player (right now it joins as a spectator if you were previously a spectator, or player if you were previously a player). If you have a good idea to syntactically support this, I'd appreciate your input (I still want port/pass parameters to be optional).
EDIT. Fixed the color tags
I am not sure if this is the appropiate forum for this kind of stuff, but software is software, whether it's a simple script or a bigger compiled application. So I found this forum the best place for this.
Here's the script (download to mIRC's folder):
[URL]
I have tested it on mIRC 6.03 and 6.16 myself, so I assume it works on all mIRC 6.0+ versions fine, might even work on lower versions. But then again, who uses one? :P
And how to load it (type in mIRC):
/load -rs soldat.mrc
If you downloaded it to another dir than mIRC.exe's folder, you have to specify the path as well.
This is a little script I created for mIRC to ease the process of starting soldat, copying/pasting/remembering IPs & ports & passwords from mIRC/other converstations to Soldat. I made it for [GW] clan members in the first place, but I thought that it'd be nice idea to share it, if anyone wants to have it.
Simply put, by using this you will be able to double click soldat:// links (just like http:// links) in mIRC, and by doing so it will launch Soldat with the appropiate information.
Usage:
soldat://host:port/pass
Port and password are optional (you can also have a trailing / in the end of the address optionally).
Examples:
soldat://gwsoldat.net - Joins gwsoldat.net on default port, using no password.
soldat://65.254.45.137:23074 - Joins IP 65.254.45.137 on port 23074, using no password.
soldat://gwsoldat.net/secret - Joins gwsoldat.net on default port, using secret as a password.
soldat://65.254.45.137:23074/secret - Joins IP 65.254.45.137 on port 23074, using secret as a password.
If you find any bugs, or you have ideas for improvements, please share. I have been thinking of adding an option to decide whether to join as a spectator or a player (right now it joins as a spectator if you were previously a spectator, or player if you were previously a player). If you have a good idea to syntactically support this, I'd appreciate your input (I still want port/pass parameters to be optional).
EDIT. Fixed the color tags