Warning
This repository is currently pre-alpha, breaking changes happen frequently, there have not been any security audits, and data loss is expected.
Client is the interface used to connect and interact with the virtual world of OpenMinerva.
For cloning this project on Linux:
# Clone this repository.
git clone --recurse-submodules https://github.com/OpenMinerva/client This repository does not ship some required addons in order to prevent unnecessary weight in the git history. Instead there is a script /src/setup_environment.sh (Linux only) that can be executed to automatically download the addons. Windows users will need to install these addons manually for now.
For simplicity, here is a list of the missing addons:
- godot-sqlite - Tagged
v4.8- Download
Download these addons into the /src/addons/ folder of this repository.
Example:
/src
/addons
/godot-sqlite
/discord-rpc-gd
/rpc-await
- Open your copy of the Godot Engine.
- Click on "Import" near the top of the application window.
- Navigate to the location where the source code was downloaded to.
- Navigate to the sub-directory
/src. - Select
project.godotto import this project.
See CONTRIBUTING.md for guidelines, and information.
