No description
Find a file
krakal dade7f0dc0
Account Inventory messages (#520)
* * 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>
2026-08-08 18:53:43 +12:00
Obsolete Replaced with Azure DevOps Pipeline 2021-08-25 17:01:54 +12:00
Source Account Inventory messages (#520) 2026-08-08 18:53:43 +12:00
.gitattributes Standarize on CR LF line endings (#69) 2018-12-13 04:49:14 +13:00
.gitignore Fixed .NET Aspire host not starting with default configuration. 2025-08-21 19:50:27 +12:00
LICENSE Initial commit 2018-09-13 14:53:39 +12:00
README.md Updated to .NET 10. 2025-11-17 22:50:18 +13:00

NexusForever

Discord

Information

A server emulator for WildStar written in C# that supports build 16042.

Getting Started

Server Setup Guide

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.

Build Status

Windows

Automated builds that will run on Windows or Windows Server.

Master:
Master
Game Rework:
Game Rework
Development:
Development

Linux

Automated builds that will run on various Linux distributions.
See the .NET runtime identifer documentation for more information on exact distributions.

Master:
Master
Game Rework:
Game Rework
Development:
Development