The combination of WirelessRPG and LawlessIsland, made with Godot.
The repo uses git lfs to store images and sounds, so start by installing it on your computer. Then you can clone the repository with
git lfs clone [email protected]:UselessTeam/wireless-sun.git
You need to install the Godot 3.2.1, Mono Version. It requires MSBuild, so make sure to follow all the steps on the page. You should be able to call the following command with no error:
msbuild -version
Then, you need to download and add the C# packages to the project. You can execute the following command at the root of the project to do so.
nuget restore
Finally, open the project through the Godot editor. You should be able to run it by pressing 'F5', or clicking on the triangle on the top right.