here is how to set this up (hopefully)
- download and install haxe from here
- might need to restart idk
- run the following commands in cmd:
haxelib install godot
,haxelib install hxcs
- download godot mono from here
- dont use github desktop for this setup (it might break something idk, but if you really want to after you set it up it should be fine)
- in cmd,
cd
to the dir you want to have the repository be in (its basically the same ascd
on linux) - run the following commands:
git clone --recurse-submodules https://github.com/Team-Prism/ranodm.git
,code ./ranodm
- if running
code
doesnt open vscode just open theranodm
folder with vscode manually - download the Haxe, C# Tools for Godot, godot-tools, and C# extensions
- open the mono build of godot and open the
project.godot
file in the repository folder. - it should work