ACEmulator is a custom, completely from-scratch open source server implementation for Asheron's Call built on C#.
ACEManager is a server wrapper GUI tool, that can be used to control the functionality of the ACEMulator server. This tool only supports ACEmulator.
- Wraps the ACEMulator processes letting you control and interact with the console using a windows gui.
- Starts, Stops, and Auto-Restarts crashed or failed ACEMulator processes.
- Displays the raw output from the ACEMulator console, for easier debugging.
- Automates the database steps needed when setting up a new ACEMulator server.
- Downloads the latest ACEMulator server master data packages, from Github.
- MySQL/MariaDB Database Maintenance and data uploader.
- Allows for rudimentary user importing through an active console.
- Compiling with Visual Studio 2015
- Run the program once to create a new config file and then Close the application.
- Edit the
Config.json
file and re-run the application. - Click on the UPPER LEFT menu Icon, to display additional functions:
- The preferred way to contribute is to fork the repo and submit a pull request on GitHub.
- Code style information can be found on the Wiki.
- A modified version of ConsoleControl (MIT License) was used with this tool is included in the repository.
- C# ConsoleControl library was originaly written by Dave Kerr (http://www.dwmkerr.com/). Additional interface disposal contributions taken from @webmaster442, on github.
- Please use the issue tracker provided by GitHub to send us bug reports.
- Discord Channel (best option)