Reid 553118b4a1 Copy the template sql db into the user location on startup if this one is not created | 1 тиждень тому | |
---|---|---|
addons | 2 тижнів тому | |
data | 1 тиждень тому | |
presets | 2 тижнів тому | |
sources | 1 тиждень тому | |
tools | 2 роки тому | |
.gitattributes | 2 тижнів тому | |
.gitignore | 2 тижнів тому | |
BuildProfile | 1 рік тому | |
BuildProfile.build | 1 рік тому | |
CC BY-SA 4.0 | 2 роки тому | |
LICENSE.md | 1 місяць тому | |
README.md | 3 місяців тому | |
export_presets.cfg | 2 місяців тому | |
online.html | 1 рік тому | |
project.godot | 2 тижнів тому |
Client and Game development for Source of Mana, a The Mana World story.
Game editor: Godot current version is 'Godot 4.3' accessible on Godot's official website.
Level editor: Tiled current version is 'Tiled 1.10.1' accessible on Tiled's official website.
DataBase editor: SQLiteBrowser current version is '3.12.2'
From source:
cd <checkout of this repo>
godot --server --headless
With prebuilt binary:
"./Source of Mana" --server --headless
Note that SOM writes the list of online players, online.json
, next to the SOM or godot executable.
This project is distributed under the terms of the MIT license, this includes every part of this repository except the data folder that is released under the CC BY-SA 4.0 license. You can find describtion of such licenses in the LICENSE.md file.