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!

[Release] Vindictus IP Loader

Newbie Spellweaver
Joined
Jul 15, 2016
Messages
14
Reaction score
9
Hello, This loader will auto run Vindictus with command :

Code:
-stage -dev [COLOR=#666666]-lang zh-tw-x-gm[/COLOR] -noupdate

And i've hook the main connect function to redirect all connections in game to the IP address stored in nmconew.ini.

Code:
ServerIp=192.168.1.15

Maybe it will useful to make sure all connections in game (pvp server, shop server,...etc) have a right endpoint, good luck.

Note : It only works with ip address format, so if your current ServerIp in nmconew.ini is "localhost", change it to "127.0.0.1".

Update 7/16/2016 (just re-download) : It doesn't need to redirect ip in hosts file now.

Update 7/25/2016 : zh-tw-x-gm parameter added.
Download :
 
Last edited:
Newbie Spellweaver
Joined
Sep 23, 2009
Messages
38
Reaction score
9
I can confirm using your launcher there's no need for modification in the hosts file to connect the server.
Tho it'd be much appreciative if you would share the launcher source.
Or at least remove the following pop up message every time launching the game as it can get annoying at times.
UGK Rise - [Release] Vindictus IP Loader - RaGEZONE Forums


Thanks.
 
Newbie Spellweaver
Joined
Jul 15, 2016
Messages
14
Reaction score
9
We do the host file redirection because we can't edit the heroes.db3 in the client. Otherwise there would be no need to do the hosts file either.

Can you try my new update ? i've added new method and tested. The result I got is all domains in hosts file are redirected to my ip.

I can confirm using your launcher there's no need for modification in the hosts file to connect the server.
Tho it'd be much appreciative if you would share the launcher source.
Or at least remove the following pop up message every time launching the game as it can get annoying at times.
UGK Rise - [Release] Vindictus IP Loader - RaGEZONE Forums



Thanks.

Thank you, i will release the source code later but i've removed this message box.

boat not working using this loader...

Fixed...
 
Legendary Battlemage
Loyal Member
Joined
Dec 13, 2007
Messages
613
Reaction score
161
Need redirect UDP too (sendto function).
 
Experienced Elementalist
Joined
Sep 23, 2008
Messages
277
Reaction score
90
possible release code -stage -dev -lang zh-tw-x-gm -noupdate

-stage -dev -lang zh-TW -noupdate no work
 
Junior Spellweaver
Joined
Feb 27, 2011
Messages
113
Reaction score
9
can someone change it to -lang zh-tw-x-gm, not -lang zh-TW
because it won't work otherwise, thanks
 
Newbie Spellweaver
Joined
Jul 15, 2016
Messages
14
Reaction score
9
Updated, parameters "-lang zh-TW" changed to "-lang zh-tw-x-gm".
 
Junior Spellweaver
Joined
Feb 27, 2011
Messages
113
Reaction score
9
read from a config file be alot easyier..

More settings for client side

Code:
-sessionid,-token,-updateonly,-localized,-privateuse

can you elaborate on those settings? what do they do? thanks
 
Experienced Elementalist
Joined
Feb 8, 2014
Messages
214
Reaction score
40

Attachments

You must be registered for see attachments list
Last edited:
Back
Top