Open the solution and build it
- Dotnet CLI (In your terminal)
dotnet build
(execute it in the same directory as SaltyEmu.sln)
- Visual Studio
- Ctrl + Shift + B
- Right click on solution "Build all projects"
Executable paths :
- World :
dist/Debug/World/
- Login :
dist/Debug/Login/
- Toolkit :
dist/Debug/Toolkit/
- Microservices (under development)
- GiftService :
dist/Debug/SaltyEmu.GiftService/
// not finished yet - FamilyService :
dist/Debug/SaltyEmu.FamilyService/
// not finished yet - FriendService :
dist/Debug/SaltyEmu.FriendService/
// not finished yet - NosBazaarService :
dist/Debug/SaltyEmu.NosBazaarService/
// not finished yet
- GiftService :
Pull the given images :
Use given scripts
Use SSMS or Blowa's Docker
Pull the following repository
dotnet dist/Debug/Toolkit/Toolkit.dll parse all -i {parsingDirectory}
dist/Debug/Toolkit/plugins/config/DatabasePlugin/conf.json
dist/Debug/{Login|World|Toolkit}/plugins/config/DatabasePlugin/conf.json
Have fun !