{"id":15039232,"url":"https://github.com/nexusforever/nexusforever","last_synced_at":"2025-05-15T04:05:41.082Z","repository":{"id":37444384,"uuid":"148573122","full_name":"NexusForever/NexusForever","owner":"NexusForever","description":"An emulator for the defunct MMORPG WildStar which supports build 16042 (Final Patch)","archived":false,"fork":false,"pushed_at":"2025-05-11T23:13:54.000Z","size":4046,"stargazers_count":606,"open_issues_count":90,"forks_count":181,"subscribers_count":69,"default_branch":"game_rework","last_synced_at":"2025-05-15T04:05:32.482Z","etag":null,"topics":["csharp","dotnet","dotnetcore","emulator","mmorpg","server-emulator","wildstar"],"latest_commit_sha":null,"homepage":"https://emulator.ws/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NexusForever.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-09-13T02:53:39.000Z","updated_at":"2025-05-11T23:13:59.000Z","dependencies_parsed_at":"2023-01-23T04:30:32.319Z","dependency_job_id":"a2ca7ff5-2445-41c0-afca-6126d950a905","html_url":"https://github.com/NexusForever/NexusForever","commit_stats":{"total_commits":426,"total_committers":38,"mean_commits":"11.210526315789474","dds":0.5375586854460094,"last_synced_commit":"1e56c01980f6171ea74ff69d5920a696c1549ad7"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexusForever%2FNexusForever","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexusForever%2FNexusForever/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexusForever%2FNexusForever/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexusForever%2FNexusForever/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NexusForever","download_url":"https://codeload.github.com/NexusForever/NexusForever/tar.gz/refs/heads/game_rework","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254270645,"owners_count":22042859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dotnet","dotnetcore","emulator","mmorpg","server-emulator","wildstar"],"created_at":"2024-09-24T20:42:03.039Z","updated_at":"2025-05-15T04:05:36.060Z","avatar_url":"https://github.com/NexusForever.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## NexusForever\n[![Discord](https://img.shields.io/discord/499473932131500034.svg?style=flat\u0026logo=discord)](https://discord.gg/8wT3GEQ)\n\n### Information\nA server emulator for WildStar written in C# that supports build 16042.\n\n### Getting Started\n[Server Setup Guide](https://www.emulator.ws/installation/server-install-guide-windows)\n\n### Requirements\n * Visual Studio 2022 (.NET 8 and C# 12 support required)\n * MySQL Server (or equivalent, eg: MariaDB)\n * WildStar 16042 client\n\n### Branches\nNexusForever has multiple branches:\n* **[Master](https://github.com/NexusForever/NexusForever/tree/master)**  \nLatest stable release, develop is merged into master once enough content has accumulated in develop.  \nCompiled binary releases are based on this branch.\n* **[Game Rework](https://github.com/NexusForever/NexusForever/tree/game_rework)**  \nCurrent active development branch, major refactors and updates to the project are underway in this branch.  \nAll PR's should be targeted to this branch.  \nThis branch will eventually be merged back into develop.  \n* **[Develop](https://github.com/NexusForever/NexusForever/tree/develop)**  \n~~Active development branch with the latest features but may be unstable.  \nAny new pull requests must be targed towards this branch.~~\n\n### Links\n * [Website](https://emulator.ws)\n * [Discord](https://discord.gg/8wT3GEQ)\n * [World Database](https://github.com/NexusForever/NexusForever.WorldDatabase)\n\n## Build Status\n### Windows\nAutomated builds that will run on Windows or Windows Server.\n\nMaster:  \n![Master](https://dev.azure.com/NexusForever/NexusForever/_apis/build/status/NexusForever%20Master%20Windows)  \nGame Rework:  \n![Game Rework](https://dev.azure.com/NexusForever/NexusForever/_apis/build/status/NexusForever%20Develop%20Windows?branchName=game_rework)  \nDevelopment:  \n![Development](https://dev.azure.com/NexusForever/NexusForever/_apis/build/status/NexusForever%20Develop%20Windows?branchName=develop)\n### Linux\nAutomated builds that will run on various Linux distributions.  \nSee the [.NET runtime identifer documentation](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog#linux-rids)  for more information on exact distributions.\n\nMaster:  \n![Master](https://dev.azure.com/NexusForever/NexusForever/_apis/build/status/NexusForever%20Master%20Linux)  \nGame Rework:  \n![Game Rework](https://dev.azure.com/NexusForever/NexusForever/_apis/build/status/NexusForever%20Develop%20Linux?branchName=game_rework)  \nDevelopment:  \n![Development](https://dev.azure.com/NexusForever/NexusForever/_apis/build/status/NexusForever%20Develop%20Linux?branchName=develop)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexusforever%2Fnexusforever","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnexusforever%2Fnexusforever","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexusforever%2Fnexusforever/lists"}