[Ro2 MultiLauncher] Development

Experienced Elementalist
Joined
Apr 3, 2004
Messages
240
Reaction score
19
V1.0 Beta has been released in the "Release" section and i'm working on improving it some more.

Currently the launcher looks like this:

Mausie - [Ro2 MultiLauncher] Development - RaGEZONE Forums


I am adding some more things to make the launcher more "usefull".
Like you can only use the launcher after accepting Terms of Service.
Getting rid of the fact that bat-files need a specific name.

I just started to learn C#, so it's probably not well coded, but well, i'm trying ^^

Here everyone can discuss the launcher, give tips / ideas etc.
 
you should add an ini file to it so others can configure the server file names and anything...

if you can...^_^
 
you should add an ini file to it so others can configure the server file names and anything...

if you can...^_^

yes, i had that exact same idea.
I didn't figure out how to let the launcher insert lines from a .ini file into the code yet though.
But i did manage to use a "workaround".

Currently my developed Launcher looks like this:

Mausie - [Ro2 MultiLauncher] Development - RaGEZONE Forums


As you can see, some things are added.

In the textboxes, the user can type the complete path to their batch-files and it automatically gets coded into the button's action.

I also coded the launcher in such a way that the user is only able to edit the textbox when the Terms of Service are agreed to.
 
[Update]

Posted V3 Launcher in Release section.

- Reads from config.ini file to check .bat locations
- Button names editable in config.ini
 
It's not simple to "teach" this.
I had to study C# for a few days to be able to create this, and even needed help from my father who graduated in C#.
If you want to learn how to make this i suggest you start learning the basics of C#.
 
Back