Open tam241992 opened 10 hours ago
It's a pretty old project, I went back to it a while ago and re-built it from the ground-up to work with a godot project. I can't give you a definitive breakdown of how to get it to run entirely, but I can tell you some of the trouble I ran into.
C#
and C# Dev Kit
extensionsdotnet new console -o ReldawinServerMaster --force
in the terminal to create a new .csproj.program
file just open it up and do ctrl+z and it'll revert changes to the file while keeping the .csprojcd ReldawinServerMaster
in terminaldotnet build
in terminalIf you get some errors about SQL just delete the SQLite files in bin and use alexcvzz's SQLite extension.
You might also run into issues generating the map of the server, you can use https://github.com/Auburn/FastNoiseLite
if you do. If you're on Windows generating a preview image of the map might still work, but if you're on Linux you might want to use something like SkiaSharp
.
Personally I'd get rid of all the code on the server related to generating the map, and have all that be done on the client.
I can get project Client and server of you and dev continue? Can you guide me to build the server because I don't see the build file.