Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Something every guide missed

Newbie Spellweaver
Joined
Jun 30, 2008
Messages
6
Reaction score
0
yea.. i got a question...
none of the guides show how i can let other people play in my server?
They will need to install an o2jam and then replace or add some
files so that they can access my server right ?

well, i need to know what those files are !!
can anyone just tell me what files i need ?

like for example in maplestory,
i just need to give people a localhost and my ip in the load.bat
and its done !

What about this ?? o.0
 
You need launchserv.bat or similar to launch your client (well, that's the easy way). It is something like this:

OTwo.exe 1 <YOUR IP> o2jam/patch <WEBSERVER IP>:<WEBSERVER PORT> 1 1 1 1 1 <YOUR IP> <YOUR PORT> <YOUR IP> <YOUR PORT> <YOUR IP> <YOUR PORT> <YOUR IP> <YOUR PORT> <YOUR IP> <YOUR PORT> <YOUR IP> <YOUR PORT> <YOUR IP> <YOUR PORT> <YOUR IP> <YOUR PORT>

If you don't have a webserver, just input any IP/Port instead of webserver IP/Port.

Eg (this allows to connect to localhost, port 15010):

OTwo.exe 1 127.0.0.1 o2jam/patch 127.0.0.1:15000 1 1 1 1 1 127.0.0.1 15010 127.0.0.1 15010 127.0.0.1 15010 127.0.0.1 15010 127.0.0.1 15010 127.0.0.1 15010 127.0.0.1 15010 127.0.0.1 15010
 
so can i just get them to install any o2jam but i give them my OTwo.exe, the launchserver ?
 
You have to use the client here because some files packed in other O2Jam are incompatible with this OTwo1.exe.
 
You have to use the client here because some files packed in other O2Jam are incompatible with this OTwo1.exe.

so that means in the guide to make a server, i just nid to give them the client files ?

http://forum.ragezone.com/showthread.php?t=151997

like from that thread, the very 1st part he ask ppl to download the files
so i just need to give people the 3 client files izzit ??

-edit- nvm... i found the solution
 
Last edited:
Back