Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Guide] O2Jam Login Tool to Launch your client.

Newbie Spellweaver
Joined
Jan 12, 2007
Messages
71
Reaction score
0
Hi..

I've just released this thingie..
O2Jam Login Tool v1.0
as a replacement for your old 'connect.bat'..

This is an outdated project
Please do not ask for a new download link.

Download Link : Download Here - This software is no longer available
Benefits:
- Show Game Notices to keep your players up-to-date
- Ghost application (if you are using 'connect.bat', the 'connect.bat' console will stay on the taskbar while you are playing)
- Pretty small filesize

How to use?
1. Of course, download the program first =_=
2. Edit 'conf.ini' using a text-editor. Notepad is fine.
3. You will see 6 configurable options with some comments. Now look at
Code:
Name=""
Change it to your Server Name. For example,
Code:
Name="My O2Jam Server"
and keep the quotes ("").
4. Look at
Code:
Server=""
Change it to your Server IP address. For example,
Code:
Server="192.168.0.1"
5. Look at
Code:
Notice=""
Change it to your Game Notice URL. If you have entered an invalid URL, an IE's "The page cannot be displayed" error will be displayed. For example,
Code:
Notice="http://myserverwebsite.com/notice.html"
6. Finally, Look at
Code:
Exec=""
Change it to your Game Executable. For example,
Code:
Exec="OTwo1.exe"

Alright.. now you're done!

Please tell me if there's any bugs or feature improvements/suggestions.. thx ^^
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Sep 4, 2004
Messages
2,817
Reaction score
10
I see , is that a launcher?
 
Newbie Spellweaver
Joined
Nov 8, 2007
Messages
5
Reaction score
0
this is really nice~!
it makes the private server a better feel from the users.
replacing the launching from a .bat file sounds good since people will be shocked when a dos window hanging around when they're playing.
but the problem with the o2private folder pop-ing up after exiting the game still there.
i personally using a windows shortcut pointing to otwo1.exe with the command lines in the .bat file appended to the shortcut, it lacks the welcome notice but it won't make any dos window running in the background either.

but with this i can make announcement and maybe put a link to a registration page.this is really nice. thx for the program =) thumbs up
 
Back
Top