Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1 KB

README.md

File metadata and controls

22 lines (17 loc) · 1 KB

Wireless Sun Project

The combination of WirelessRPG and LawlessIsland, made with Godot.

Running the game

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.