Back to Browse

WildStar Server

84 views
Oct 24, 2025
1:12:59

One I never played before. Below is the list in order of things to do. When you get to the Database (near the end) select the one you want to use, if you want instances to explore use the one i did, otherwise select th one for questing. Video I used: https://www.youtube.com/watch?v=h1fIVfuHx6I Server docs: https://www.emulator.ws/installation/server-guide Commands: STEP 1 - Get Programs & Install (In this order) Websites https://visualstudio.microsoft.com/downloads/ https://mariadb.org/download/ https://www.heidisql.com/download.php https://www.erlang.org/downloads https://github.com/rabbitmq/rabbitmq-server Step 2 - Setup RabbitMQ Copy the erlang cookie from: C:\Windows\System32\config\systemprofile to c:\users\(Your user id) overwrite the existing erlang // note: change the version to match what you installed cd C:\Program Files\RabbitMQ Server\rabbitmq_server-4.1.4\sbin rabbitmqctl add_user nexusforever nexusforever rabbitmqctl set_user_tags nexusforever administrator rabbitmqctl set_permissions -p / nexusforever "." "." ".*" Step 3 - Create a user in MariaDB (Use HeidiSQL name session WildStar or command line) If using HeidiSQL name session WildStar and check Global Privileges on user created COMMAND LINE Option: cd C:\Program Files\MariaDB 12.0\bin mysql -u root CREATE USER 'nexusforever' IDENTIFIED BY 'nexusforever'; GRANT ALL PRIVILEGES ON * . * TO 'nexusforever'; Step 4 (The one he went to in his video) https://github.com/NexusForever/NexusForever/tree/game_rework https://github.com/NexusForever/NexusForever/tree/0daf3f1af9ec618785ac6b85656201849135cc9b Step 5 Compile server Open the folder you just extracted and double click the SLN file inside the SOURCE folder VS will open In Solutions Explorer LOAD ALL PROJECTS (only if it says 0 of 38) Select top SOLUTION and select BUILD Step 6 - Open a command prompt in the MapGenerator Folder /bin/Debug/net9.0 (Change the install path to fit yours) NexusForever.MapGenerator.exe --i "C:\Program Files(x86)\NCSOFT\WildStar\Patch" --e NexusForever.MapGenerator.exe --i "C:\Program Files (x86)\NCSOFT\WildStar\Patch" --g Step 7 - Copy Copy the TBL and MAP folders to: NexusForever.WorldServer\bin\Debug\net9.0 Copy TBL folder to: NexusForever.Server.ChatServer\bin\Debug\net9.0 Step 8 - Rename json files (using command prompt) or just change the name (or copy and paste changing that name so you have a backup) cd C:\nexusforever\NexusForever-game_rework\Source\NexusForever.AuthServer\bin\Debug\net9.0\ copy AuthServer.example.json AuthServer.json cd C:\nexusforever\NexusForever-game_rework\Source\NexusForever.StsServer\bin\Debug\net9.0\ copy StsServer.example.json StsServer.json cd C:\nexusforever\NexusForever-game_rework\Source\NexusForever.WorldServer\bin\Debug\net9.0\ copy WorldServer.example.json WorldServer.json cd C:\nexusforever\NexusForever-game_rework\Source\NexusForever.Server.ChatServer\bin\Debug\net9.0\ copy ChatServer.example.json ChatServer.json cd C:\nexusforever\NexusForever-game_rework\Source\NexusForever.Server.GroupServer\bin\Debug\net9.0\ copy GroupServer.example.json GroupServer.json cd C:\nexusforever\NexusForever-game_rework\Source\NexusForever.API.Character\bin\Debug\net9.0\ copy CharacterAPI.example.json CharacterAPI.json Step 9 - Shortcuts or a BAT file Right click create shortcut for: (all start with NexusForever found in bin/debug/net9.0) .API.Character.exe .AuthServer.exe .StsServer.exe .Server.ChatServer .Server.GroupServer.exe .WorldServer.exe Create a txt file. @ECHO off start (full file path) start (full file path) etc... Rename and delete txt and type bat Step 10 - Dotnet use dotnet tool install dotnet-ef --global // note: change to location of the server cd C:\nexusforever\NexusForever-game_rework\Source\NexusForever.WorldServer dotnet-ef database update --context AuthContext dotnet-ef database update --context CharacterContext dotnet-ef database update --context WorldContext cd C:\nexusforever\NexusForever-game_rework\Source\NexusForever.Server.ChatServer dotnet-ef database update cd C:\nexusforever\NexusForever-game_rework\Source\NexusForever.Server.GroupServer dotnet-ef database update Step 11 - Download server tables (He says if you use his branch you will need to run AllinOne.sql to fill in the missing tables) Main branch, no questing: https://github.com/NexusForever/NexusForev... er/tree/game_rework Best instance branch: https://github.com/LaughingWS/NexusForever (you want the New instance branch) Best questing branch: https://github.com/LaughingWS/NexusForever/tree/Questing-and-more Database data, Laughing Michael branch: https://github.com/LaughingWS/NexusForever.WorldDatabase.New-Zones-and-more Main Branch: https://github.com/NexusForever/NexusForever.WorldDatabase Step 11 - Add to Database use heidiSQL 14 folders in map folder 1 in store folder 1 in loot folder Live events only if you want them active World Server command: account create yournamehere password 3

Download

0 formats

No download links available.

WildStar Server | NatokHD