Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ on:
- 'README.md'

env:
GODOT_BASE_DOWNLOAD_URL: https://github.com/godotengine/godot
GODOT_VERSION: 4.5
GODOT_VERSION_TYPE: stable
GODOT_BASE_DOWNLOAD_URL: https://github.com/godotengine/godot-builds
GODOT_VERSION: 4.6
GODOT_VERSION_TYPE: beta2
OPENVIC_BASE_BRANCH: master

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Main Repo for the OpenVic Project
For detailed instructions, view the Contributor Quickstart Guide [here](docs/contribution-quickstart-guide.md)

## System Requirements
* [Godot 4.5](https://github.com/godotengine/godot/releases/tag/4.5-stable)
* [Godot 4.6](https://github.com/godotengine/godot/releases/tag/4.5-stable)
* [scons](https://scons.org/)

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

## Build/Run Instructions
1. Install [Godot 4.5](https://github.com/godotengine/godot/releases/tag/4.5-stable) and [scons](https://scons.org/) for your system.
1. Install [Godot 4.6](https://github.com/godotengine/godot/releases/tag/4.5-stable) 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 libopenvic file in `game/bin/openvic`.
4. Open with Godot 4, click import and navigate to the `game` directory.
Expand Down
2 changes: 1 addition & 1 deletion docs/contribution-quickstart-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
![](images/installation/scons-install.png)

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

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

Expand Down
Loading
Loading