Skip to content

Commit ceeb77a

Browse files
committed
Update to Godot 4.5 RC 1 Release
1 parent 8345c01 commit ceeb77a

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ on:
2424
- 'README.md'
2525

2626
env:
27-
GODOT_BASE_DOWNLOAD_URL: https://github.com/godotengine/godot
28-
GODOT_VERSION: 4.4.1
29-
GODOT_VERSION_TYPE: stable
27+
GODOT_BASE_DOWNLOAD_URL: https://github.com/godotengine/godot-builds
28+
GODOT_VERSION: 4.5
29+
GODOT_VERSION_TYPE: rc1
3030
OPENVIC_BASE_BRANCH: master
3131

3232
concurrency:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Main Repo for the OpenVic Project
77
For detailed instructions, view the Contributor Quickstart Guide [here](docs/contribution-quickstart-guide.md)
88

99
## System Requirements
10-
* [Godot 4.4.1](https://github.com/godotengine/godot/releases/tag/4.4.1-stable)
10+
* [Godot 4.5](https://github.com/godotengine/godot/releases/tag/4.5-stable)
1111
* [scons](https://scons.org/)
1212

1313
> [!WARNING]
@@ -26,7 +26,7 @@ See [Cloning](docs/contribution/cloning.md).
2626
## [Godot Documentation](https://docs.godotengine.org/en/latest/)
2727

2828
## Build/Run Instructions
29-
1. Install [Godot 4.4.1](https://github.com/godotengine/godot/releases/tag/4.4.1-stable) and [scons](https://scons.org/) for your system.
29+
1. Install [Godot 4.5](https://github.com/godotengine/godot/releases/tag/4.5-stable) and [scons](https://scons.org/) for your system.
3030
2. Run the command `git submodule update --init --recursive` to retrieve all related submodules.
3131
3. Run `scons` in the project root, you should see a libopenvic file in `game/bin/openvic`.
3232
4. Open with Godot 4, click import and navigate to the `game` directory.

docs/contribution-quickstart-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
![](images/installation/scons-install.png)
3535

3636
## 4. [Godot](https://github.com/godotengine/godot/releases/latest)
37-
- Download Godot 4.4 The current version for the project will be on the [main README](../README.md) page.
37+
- Download Godot 4.5 The current version for the project will be on the [main README](../README.md) page.
3838

3939
![](images/installation/godot-dl-page.png)
4040

game/project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ config/name="OpenVic"
1414
config/description="A faithful recreation of Victoria 2: Heart of Darkness with a focus on enhancing performance, multiplayer stability, and modability for modern machines."
1515
run/main_scene="res://src/Systems/Startup/GameStart.tscn"
1616
config/use_custom_user_dir=true
17-
config/features=PackedStringArray("4.4", "Forward Plus")
17+
config/features=PackedStringArray("4.5", "Forward Plus")
1818
boot_splash/bg_color=Color(0, 0, 0, 0)
1919
boot_splash/show_image=false
2020
boot_splash/image="res://assets/graphics/splash_image.png"

godot-cpp

Submodule godot-cpp updated 138 files

0 commit comments

Comments
 (0)