https://github.com/bigboot/giganticemu
https://github.com/bigboot/giganticemu
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bigboot/giganticemu
- Owner: BigBoot
- License: bsd-2-clause
- Created: 2021-06-02T12:40:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T21:20:59.000Z (over 2 years ago)
- Last Synced: 2025-02-28T07:54:08.531Z (over 1 year ago)
- Language: C#
- Size: 7.14 MB
- Stars: 12
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README




# GiganticEmu
A backend emulator for the game Gigantic by Motiga.

## GiganticEmu.Launcher (Mistforge Launcher)
Avalonia based launcher application for connecting to the emulated backend.

## GiganticEmu.Agent
Provides a WebInterface and a REST api for hosting private Servers.

## GiganticEmu.Web
Provides a Rest API for user account creation/login.
As well as some methods required for authenticating the game clients.
## GiganticEmu.Mice
Implements the TCP based MICE protocol used by the client to talk to the backend.
## Instructions
* Download the Misfroge Launcher from the [latest release](https://github.com/BigBoot/GiganticEmu/releases/latest) into your Gigantic folder.
* Start the MistforgeLauncher.exe
## Building
Requirements:
* MSVC 2019 (e.g. Visual Studio 2019 with C++ Build Tools)
* CMake
* .NET SDK 7.0
* Powershell 7.x
```
./dist.ps1
```
The resulting files will be in dist/
## Troubleshooting
#### The game crashes with an error report:
Install the latest vc_redist: https://aka.ms/vs/16/release/vc_redist.x64.exe