-
Notifications
You must be signed in to change notification settings - Fork 32
Setup and Building Instructions
Instructions
Requirements:
- A copy of the original game.
- Java Oracle 8 to use the Auto-Builder (You can get it here)
- FFmpeg (You can get it here)
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
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 Instructions coming soon.
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!