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] Simple and Customizable Launcher

Newbie Spellweaver
Joined
Jul 9, 2009
Messages
29
Reaction score
16
It is simple to use guys just follow my instruction.

harlcreeds - [Release] Simple and Customizable Launcher - RaGEZONE Forums


You can customize your:

- Game launcher title
- Background of the launcher
- Parameters

How to Setup:

1. Unpack all files to your client folder
2. Edit "Launcher.ini" with notepad for compatibility to your game.
Code:
[launcher]
title=You Launcher title here

[param]
type=exe

[game]
param=parameters to your game

Explanation here:

Launcher Title - The title of your launcher.
Parameter Type - This is the parameter of your game wither it is an "exe" or "cmd".

Game parameter type: (This is very important.)

EXE - means executable file like. (game.exe, main.exe, etc.).
-If your using "exe" then it well goes like this as an example ( \bin\game.exe or \game.exe ).

CMD - means parameter use for cmd commands like in java (if your using pokenet.bat batch file), or you running the game in command prompt mode.
-If your using "cmd" then this is like an example parameter of pokenet.batch file. ( Djava.library.path=dist/native -jar dist/pokenet.jar > pokenet.log ) as parameters.

Launcher Background- 500x250.jpg file, you can edit it or use another .jpg file same as that filename or it wont work.

Download:
 
Last edited:
Back
Top