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!

Certification Config Generator tool

Joined
Oct 12, 2011
Messages
554
Reaction score
318
Hi all!
It has been a long time since I released anything here, here is my next one, which I hope will be useful.
Credits:
to me for coding the tool
CodeProject.com for the ini handler class.
megaman963 for his diagrams (http://forum.ragezone.com/f475/sharing-vsro-structure-diagrams-844676/)
the linking is not 100% correct on those diagrams, but it helped me a lot to understand the linking structure

I tested some configurations, others should work as well, since the logic is the same.
You can customize the number of shards (servers in list), gameservers and agent servers per shard.
For example: 3 shards, 2 gs and 1 agent each

Pics from the tool:
sladlejrhfpq - Certification Config Generator tool - RaGEZONE Forums

sladlejrhfpq - Certification Config Generator tool - RaGEZONE Forums

the tool generates only the neccessary files, so just copy them to your existing ini folder



should work with all files
it also creates a log file, where you can see all modules by order, and the ports that each of them use.
If you like it, give me a like, it wasnt easy to create it.
 

Attachments

You must be registered for see attachments list
Last edited:
In the Emperor name
Loyal Member
Joined
Jun 25, 2011
Messages
1,605
Reaction score
238
Re: CertGen - Certification Config Generator tool

nice!, going to test it later
 
Always Trolling Around
Joined
Dec 11, 2011
Messages
457
Reaction score
58
Re: CertGen - Certification Config Generator tool

well cant compile those ini's when replaced with original ones
 
Joined
Oct 12, 2011
Messages
554
Reaction score
318
Re: CertGen - Certification Config Generator tool

well cant compile those ini's when replaced with original ones

what config did you generate? note that it generates only 5 files, the others you should copy from your existing one since it is the same for all
also dont forget to add your IP to srNodeType.ini
 
Elite Diviner
Joined
Sep 15, 2011
Messages
497
Reaction score
6
Re: CertGen - Certification Config Generator tool

What does it do?
 
Always Trolling Around
Joined
Dec 11, 2011
Messages
457
Reaction score
58
Re: CertGen - Certification Config Generator tool

indeed i did everything config was just a for testing like 5x of all 2x 3x 1x and etc maybe for creating new one needs a restart or something
 
Joined
Oct 12, 2011
Messages
554
Reaction score
318
Re: CertGen - Certification Config Generator tool

It's working with only 1 machine manager right?

no, some examples:
1shard 1gs 1agent = 1 machine manager
1shard 3gs 1agent = 3 machine manager
1shard 1gs 5agent = 5 machine manager
5shard 2gs 3agent = 15 machine manager
it generates one for all different machine, or virtual machine

anyway machine managers are just for remote module starts
 
Back
Top