diff options
author | George L. Albany <Megacake1234@gmail.com> | 2023-02-25 03:10:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-25 03:10:18 +0100 |
commit | 32a4c0fd1fbd5707f9f1e8b0aa9bb9e95b6ecb95 (patch) | |
tree | 13cb66dcf52a2f2027b478148bf790719b9af842 /README.md | |
parent | c57c9fea0084bcab41b142465d27b2abed65888b (diff) |
Update to Godot 4 Release Candidate 4 (#20)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,22 +5,22 @@ Main Repo for the OpenVic2 Project For detailed instructions, view the Contributor Quickstart Guide [here](docs/contribution-quickstart-guide.md) ## Required -* [Godot 4 RC 2](https://downloads.tuxfamily.org/godotengine/4.0/rc2/) +* [Godot 4 RC 4](https://downloads.tuxfamily.org/godotengine/4.0/rc4/) * [scons](https://scons.org/) ## [Godot Documentation](https://docs.godotengine.org/en/latest/) ## Build/Run Instructions -1. Install [Godot 4 RC 2](https://downloads.tuxfamily.org/godotengine/4.0/rc2/) and [scons](https://scons.org/) for your system. +1. Install [Godot 4 RC 4](https://downloads.tuxfamily.org/godotengine/4.0/rc4/) and [scons](https://scons.org/) for your system. 2. Run the command `git submodule update --init --recursive` to retrieve all related submodules. 3. Run `scons` in the project root, you should see a libopenvic2 file in `game/bin/openvic2`. -4. Open with Godot 4 RC 2, click import and navigate to the `game` directory. +4. Open with Godot 4 RC 4, click import and navigate to the `game` directory. 5. Import and edit. 6. Once loaded, click the play button at the top right, if you see `Hello GDExtension Singleton!` in the output at the bottom then it is working. ## Project Export 1. Build the extension with `scons` or `scons target=template_debug`. (or `scons target=template_release` for release) -2. Open `game/project.godot` with Godot 4 RC 2. +2. Open `game/project.godot` with Godot 4 RC 4. 3. Click `Project` at the top left, click `Export`. 4. If you do not have the templates, you must download the templates, there is highlighted white text at the bottom of the Export subwindow that opens up the template manager for you to download. 5. Click `Export All`: |