Jump to content

[Share]Aion Server Launcher


Recommended Posts

Hello MaxCheaters. Today i Will Share a AION Launcher To Help. Here Are The Informations About Launcer.

 

[+] Requirements

 

   * Windows OS

   * .Net Framework 4 (Get it here)

 

 

[+] Project Description

 

This is a simple launcher that starts and stops your server for you with a single click of a button. It will directly invoke java with the proper arguments on the Aion server packages. You must place it in the parent directory of the game and login servers. (See example below).

 

This launcher was coded in C# on the .Net Framework 4 with WPF (Windows Presentation Foundation). I haven't done much development work on it since this is a side thing and I have other projects to tend to. Development will pick up in the summer.

 

[+] Features

 

   * Output boxes for each server (No Command Prompt)

   * Custom Launcher Skin for style

   * Custom Animations for dynamic UI

   * Dynamic Font Size Adjustment

   * Minimize to tray area

   * Different server start up options

   * Configuration for multiple server instances

   * Error reports for better error support

   * Configuration auto-generation (first run only)

   * Support for Aion Lightning.

 

 

[+] Examples & Screenshots

 

Setup-2.png

Figure 1. Setup (Note that the batch files are no longer needed and can be deleted.)

 

LauncherUI.png

Figure 2. Launcher UI

 

RunningServer.png

Figure 3. Launcher Started

 

[+] Multiple GameServers

 


<?xml version="1.0" encoding="utf-8"?>
<ArrayOfConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 <Configuration>
   <ServerVersion>1.9</ServerVersion>
   <LoginServer>
     <ServerPath>.\loginserver</ServerPath>
     <MaxStartTime>32</MaxStartTime>
     <MinStartTime>8</MinStartTime>
   </LoginServer>
   <ChatServer>
     <ServerPath>.\chatserver</ServerPath>
     <MaxStartTime>128</MaxStartTime>
     <MinStartTime>128</MinStartTime>
   </ChatServer>
   <GameServer>
     <ServerPath>.\gameserver</ServerPath>
     <MaxStartTime>1536</MaxStartTime>
     <MinStartTime>512</MinStartTime>
   </GameServer>
 </Configuration>
</ArrayOfConfiguration>

Just make another copy of the configuration like so with the loginserver path empty:

 


<?xml version="1.0" encoding="utf-8"?>
<ArrayOfConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 <Configuration>
   <ServerVersion>1.9</ServerVersion>
   <LoginServer>
     <ServerPath>.\loginserver</ServerPath>
     <MaxStartTime>32</MaxStartTime>
     <MinStartTime>8</MinStartTime>
   </LoginServer>
   <ChatServer>
     <ServerPath>.\chatserver</ServerPath>
     <MaxStartTime>128</MaxStartTime>
     <MinStartTime>128</MinStartTime>
   </ChatServer>
   <GameServer>
     <ServerPath>.\gameserver</ServerPath>
     <MaxStartTime>1536</MaxStartTime>
     <MinStartTime>512</MinStartTime>
   </GameServer>
 </Configuration>
 <Configuration>
   <ServerVersion>1.9</ServerVersion>
   <LoginServer>
     <ServerPath>.</ServerPath>
     <MaxStartTime>0</MaxStartTime>
     <MinStartTime>0</MinStartTime>
   </LoginServer>
   <ChatServer>
     <ServerPath>.\chatserver01</ServerPath>
     <MaxStartTime>128</MaxStartTime>
     <MinStartTime>128</MinStartTime>
   </ChatServer>
   <GameServer>
     <ServerPath>.\gameserver01</ServerPath>
     <MaxStartTime>1536</MaxStartTime>
     <MinStartTime>512</MinStartTime>
   </GameServer>
 </Configuration>
</ArrayOfConfiguration>

 

 

[+] Download

 

Working for Aion Lightning. Aion Unique support removed. Please use versions prior to 1.5.1 if you are still using the Aion Unique files.

 

Download

 

[+] Older Versions

 

 

Older Versions

 

[+] Known Issues

 

   * Some hover colors do not match

   * Multiple gameserver messages go to one box

   * No Skin for Output Box Scroll Bars

 

 

[+] Changes

 

Updated to version 1.5.1

 

   * Support for Aion Lightning. Aion unique support removed.

   * Support for version 1.5 removed.

   * Code improvement.

   * Corrected error reports for better viewing.

 

 

Updated to version 1.5 BETA!

 

   * New UI!!!

   * Configuration file available to launcher (portable)

   * Error reporting available

   * New server start up options

   * Launch multiple game server instances

   * Minimize to tray button

   * No prompt to close servers unless window is closing

   * Auto generate a configuration file if it does not exist

 

 

Updated to version 1.3!

 

   * Working with version 1.9.

 

 

Updated to version 1.2!

 

   * Update that prevents launcher from closing when GameServer cannot start due to in sufficient memory. (Pressing start again will launch the other two servers even when the launcher crashes.)

   * Minimize will now send to tray area.

 

 

Credits:SoulDrag0n

Link to comment
Share on other sites

  • 2 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...