https://github.com/nexusforever/nexusforever
An emulator for the defunct MMORPG WildStar which supports build 16042 (Final Patch)
https://github.com/nexusforever/nexusforever
csharp dotnet dotnetcore emulator mmorpg server-emulator wildstar
Last synced: about 1 month ago
JSON representation
An emulator for the defunct MMORPG WildStar which supports build 16042 (Final Patch)
- Host: GitHub
- URL: https://github.com/nexusforever/nexusforever
- Owner: NexusForever
- License: agpl-3.0
- Created: 2018-09-13T02:53:39.000Z (almost 7 years ago)
- Default Branch: game_rework
- Last Pushed: 2025-05-11T23:13:54.000Z (about 1 month ago)
- Last Synced: 2025-05-15T04:05:32.482Z (about 1 month ago)
- Topics: csharp, dotnet, dotnetcore, emulator, mmorpg, server-emulator, wildstar
- Language: C#
- Homepage: https://emulator.ws/
- Size: 3.86 MB
- Stars: 606
- Watchers: 69
- Forks: 181
- Open Issues: 90
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## NexusForever
[](https://discord.gg/8wT3GEQ)### Information
A server emulator for WildStar written in C# that supports build 16042.### Getting Started
[Server Setup Guide](https://www.emulator.ws/installation/server-install-guide-windows)### Requirements
* Visual Studio 2022 (.NET 8 and C# 12 support required)
* MySQL Server (or equivalent, eg: MariaDB)
* WildStar 16042 client### Branches
NexusForever has multiple branches:
* **[Master](https://github.com/NexusForever/NexusForever/tree/master)**
Latest stable release, develop is merged into master once enough content has accumulated in develop.
Compiled binary releases are based on this branch.
* **[Game Rework](https://github.com/NexusForever/NexusForever/tree/game_rework)**
Current active development branch, major refactors and updates to the project are underway in this branch.
All PR's should be targeted to this branch.
This branch will eventually be merged back into develop.
* **[Develop](https://github.com/NexusForever/NexusForever/tree/develop)**
~~Active development branch with the latest features but may be unstable.
Any new pull requests must be targed towards this branch.~~### Links
* [Website](https://emulator.ws)
* [Discord](https://discord.gg/8wT3GEQ)
* [World Database](https://github.com/NexusForever/NexusForever.WorldDatabase)## Build Status
### Windows
Automated builds that will run on Windows or Windows Server.Master:

Game Rework:

Development:

### Linux
Automated builds that will run on various Linux distributions.
See the [.NET runtime identifer documentation](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog#linux-rids) for more information on exact distributions.Master:

Game Rework:

Development:
