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!

Vindictus Custom Launcher & Config Editor

Joined
Feb 26, 2010
Messages
1,374
Reaction score
780
Few things I got from the code.
1.Launcher is a glorified bat file in its current state.
2.It was built focusing around cfg modding.
3.It's missing these files which make cfg modding not work.
Code:
string ConCmds = @"docs\NA_ConCommands.txt";
            string ConVars = @"docs\NA_ConVars.txt";
            string CostumeID = @"docs\player_costume.txt";
4.The owner clearly never heard of the DRY principle, holy molly code is bad.
 
Back
Top