ThimbleFire / Unity2D_MMORPG_Reldawin2

1 stars 0 forks source link

How to build ReldawinServerMaster not see run visual. Thank you. #6

Open tam241992 opened 10 hours ago

tam241992 commented 10 hours ago

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.

ThimbleFire commented 1 hour 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.

If 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.