mirror of
https://github.com/NexusForever/NexusForever
synced 2026-08-14 00:26:05 -04:00
No description
* * Adds Network.World.Message.AccountInventory namespace * Add all missing account inventory related messages * * Adds ServerPendingAccountItemGroupRemove message * Small style changes. --------- Co-authored-by: Rawaho <rawahodev@gmail.com> |
||
|---|---|---|
| Obsolete | ||
| Source | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
NexusForever
Information
A server emulator for WildStar written in C# that supports build 16042.
Getting Started
Requirements
- Visual Studio 2026 (.NET 10 and C# 14 support required)
- MySQL Server (or equivalent, eg: MariaDB)
- Message Broker (RabbitMQ or Azure Service Bus)
- WildStar 16042 client
Branches
NexusForever has multiple branches:
- 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
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
Active development branch with the latest features but may be unstable.
Any new pull requests must be targed towards this branch.
Links
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 for more information on exact distributions.