Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rawaho/pandora
A server emulator for the CCG Faeria
https://github.com/rawaho/pandora
ccg csharp emulator faeria server-emulator
Last synced: 7 days ago
JSON representation
A server emulator for the CCG Faeria
- Host: GitHub
- URL: https://github.com/rawaho/pandora
- Owner: Rawaho
- License: gpl-3.0
- Created: 2017-04-23T07:01:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T08:14:55.000Z (over 7 years ago)
- Last Synced: 2024-10-30T04:56:47.415Z (about 2 months ago)
- Topics: ccg, csharp, emulator, faeria, server-emulator
- Language: C#
- Size: 517 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Pandora
### Information
Pandora is a server emulator for the CCG Faeria that supports patch 1.0.6313.26946### Getting Started
*It's recommended that you perform these steps on separate Faeria installation as they will prevent you from connecting to the offical server.*
* Before you can build the solution you'll need to copy the Faeria C# assembly from `...\Faeria\Faeria_Data\Managed\Assembly-CSharp.dll` to the repository directory `...\Source\Dependencies\Assembly-CSharp.dll`.
* Once the solution is built, to patch the client run `PandoraPatcher.exe` found in the build output folder `Source\bin` with the Faeria install directory as the parameter `PandoraPatcher "C:\Program Files (x86)\Steam\steamapps\common\Faeria"`.
* With the client patched you can create a new MySQL database and apply the file `...\Database\Base\WorldDatabase.sql`, you'll also need to apply any additional files found in `...\Database\Updates`.
* Remove the .example extension from `Config.json.example` in the build output folder and set the relavent MySQL database information in the config.
* Starting `Pandora.exe` should now successfully start the server, you can either launch the client through Steam or start manually from `Faeria.exe`.### Requirements
* [Visual Studio 2015-2017 (C# 6)](https://www.visualstudio.com/)
* [MySQL Community Server](https://dev.mysql.com/downloads/mysql/) (or equivalent database)