Setup and Building Instructions - acedogblast/Project-Uranium-Godot GitHub Wiki

Instructions

Current version of the project uses Godot 3.X. Porting to Godot 4.X is a work in progress.

Requirements:

To simplify the building process we have created an Auto-Builder program what will automatically build the game for you.Auto-Builder Download

Cool looking logo

You can get a cool looking logo for the game here: https://www.deviantart.com/fungumars/art/Pokemon-URANIUM-ICON-602858793 Link is dead. :(

Android instructions

Download and Install Android SDK here: https://developer.android.com/studio/ Download and Install a Java JDK (Oracle Jave 8 JDK recommended here: https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)

Additional Information on how to build for Android here : http://docs.godotengine.org/en/3.0/getting_started/workflow/export/exporting_for_android.html

What about iOS? While I have coded in support for iOS (at least in the Godot Engine side), building for iOS is possible but is even more complicated due to the lack of a .apk file counterpart on Apple devices.

Check here for more infomation: http://docs.godotengine.org/en/3.0/getting_started/workflow/export/exporting_for_ios.html You will be on your own at this point. Good Luck!