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!

[Share] my ran launcher with dns capability

Junior Spellweaver
Joined
Jul 12, 2007
Messages
102
Reaction score
2
can i request that i sir?? if you dont mind.. >.< im tired always making a patch for param hehehe
 
Junior Spellweaver
Joined
Apr 12, 2004
Messages
197
Reaction score
0
can i request that i sir?? if you dont mind.. >.< im tired always making a patch for param hehehe


AFAIK, WEP has nothing to do with your param.ini, and the my launcher is capable of handling Dynamic IP, yes the launcher will actually detect what is your real ip is (provided you have a DNS account such as no-ip and alike).

just configure launcher's svr.ini and patch.ini and you are done.

about WEP, you have to do it manually (if you are on Dynamic).
 
Junior Spellweaver
Joined
Jul 12, 2007
Messages
102
Reaction score
2
hmmm... dont mind WPE on my server side.. just asking if i put my dynamic IP on their param, they can still connect? i tried this on ianz launcher but not working..
 
Junior Spellweaver
Joined
Apr 12, 2004
Messages
197
Reaction score
0
hmmm... dont mind WPE on my server side.. just asking if i put my dynamic IP on their param, they can still connect? i tried this on ianz launcher but not working..

you don't need to put your dynamic address in your param.ini anymore, all you have to do is to configure your server's svr.ini subsdir[ and your patch.ini's server_ini with your patch directory.


e.g.

srv.ini

Code:
[game]
ver=1
subdir=http://ranoffline.no-ip.org/ran/patch
news=http://ranoffline.no-ip.org/ran

[patch]
0001=patch1.rar
0002=patch2.rar

patch.ini

Code:
[config]
server_ini=http://ranoffline.no-ip.org/patch
patch_ver=1

NOTE: you must have a copy of your srv.ini and patch.ini in your client

upon launching 'ranlauncher.exe' your client user must tick the "DNS Lookup" and the launcher will do the param update, that's it.
 
Junior Spellweaver
Joined
Apr 12, 2004
Messages
197
Reaction score
0
what is the difference in beta2?

Nothing much, i've just labeled it beta because I don't want it to overlapped with my previous working release (fallback), sure beta2 will have new features like highly customizeble, skining, etc, but as of this moment, I would like to make sure beta2 will work better/stable than the initial release.
 
Junior Spellweaver
Joined
Jul 12, 2007
Messages
102
Reaction score
2
beta 1 and beta 2 seems to be 100% working for me..

cruzades said:
AFAIK, WEP has nothing to do with your param.ini, and the my launcher is capable of handling Dynamic IP, yes the launcher will actually detect what is your real ip is (provided you have a DNS account such as no-ip and alike).

just configure launcher's svr.ini and patch.ini and you are done.

about WEP, you have to do it manually (if you are on Dynamic).

tried.. 100% working too. thx for this.. >.<
 
Newbie Spellweaver
Joined
Feb 4, 2007
Messages
88
Reaction score
0
Nothing much, i've just labeled it beta because I don't want it to overlapped with my previous working release (fallback), sure beta2 will have new features like highly customizeble, skining, etc, but as of this moment, I would like to make sure beta2 will work better/stable than the initial release.
you read my pm bro ?? plz put int your launcher status.php in

u can see my idea in my pic

cruzades - [Share] my ran launcher with dns capability - RaGEZONE Forums
 
Junior Spellweaver
Joined
Apr 12, 2004
Messages
197
Reaction score
0
@alsyundawy

Yup, that is possible already, you need to put it on your svr.ini's news= your status page.

e.g.

Code:
[config]
subdir=http://yourdomain.no-ip.org/patch
news=http://yourdomain.no-ip.org/ran/status.php
...
...

the eye candying to follow.
 
Junior Spellweaver
Joined
Jul 12, 2007
Messages
102
Reaction score
2
beta2 og your launcher giving me wrong IP address on param in DNS lookup >.< always giving me this IP -> 38.96.245.6
 
Newbie Spellweaver
Joined
Feb 4, 2007
Messages
88
Reaction score
0
@alsyundawy

Yup, that is possible already, you need to put it on your svr.ini's news= your status page.

e.g.

Code:
[config]
subdir=http://yourdomain.no-ip.org/patch
news=http://yourdomain.no-ip.org/ran/status.php
...
...

the eye candying to follow.

my idea is

Code:
[config]
subdir=http://yourdomain.no-ip.org/patch
news=http://yourdomain.no-ip.org/notice/index.php
status=http://yourdomain.no-ip.org/server/index.php
reg=http://yourdomain.no-ip.org/ran/index.php?page=register
...
...


cruzades - [Share] my ran launcher with dns capability - RaGEZONE Forums


My Question

1. can ur launcher use backgoround image ?
2. Can use english ?
3. why option ([option] title=RanKo 2) not in patchini files ? u see ur note : Copy svr.ini into your server's patch directory, and change entry right there.
 
Junior Spellweaver
Joined
Apr 12, 2004
Messages
197
Reaction score
0
@smarkies

they can custom made their interface, as you can see, button caption is configurable in any language they want.

e.g.

title=shiwani ranni online
...
...
start_caption=Entrada
...
 
Junior Spellweaver
Joined
Apr 12, 2004
Messages
197
Reaction score
0
my idea is

Code:
[config]
subdir=http://yourdomain.no-ip.org/patch
news=http://yourdomain.no-ip.org/notice/index.php
status=http://yourdomain.no-ip.org/server/index.php
reg=http://yourdomain.no-ip.org/ran/index.php?page=register
...
...


cruzades - [Share] my ran launcher with dns capability - RaGEZONE Forums


My Question

1. can ur launcher use backgoround image ?
2. Can use english ?
3. why option ([option] title=RanKo 2) not in patchini files ? u see ur note : Copy svr.ini into your server's patch directory, and change entry right there.

1. do you need this one?
2. you can use any language you want (see beta2-1)
3. check beta2-1 sir, and patch.ini has nothing to do with title, it's on the svr.ini Beta2-1 (server owner have the control to change the name on anything he wants)


yup, you need to retain a copy of svr.ini and patch.ini in your client's folder
 
Back
Top