ManaSource based on godot.

Reid 553118b4a1 Copy the template sql db into the user location on startup if this one is not created vor 1 Woche
addons 3e2d559fbe Add back all import files and tries to fix the UID inconsistency vor 2 Wochen
data 553118b4a1 Copy the template sql db into the user location on startup if this one is not created vor 1 Woche
presets 748ebacab8 Re-import all scenes and resources vor 2 Wochen
sources 553118b4a1 Copy the template sql db into the user location on startup if this one is not created vor 1 Woche
tools f13b01607a Add missing map files on the license file vor 2 Jahren
.gitattributes 2150dd1797 force eol LF through gitattributes vor 2 Wochen
.gitignore 3e2d559fbe Add back all import files and tries to fix the UID inconsistency vor 2 Wochen
BuildProfile 449da1b21a Fix the 16x16 layer of our icon and add build profiles for next builds vor 1 Jahr
BuildProfile.build 449da1b21a Fix the 16x16 layer of our icon and add build profiles for next builds vor 1 Jahr
CC BY-SA 4.0 e2f1029246 Add license file and contributor list vor 2 Jahren
LICENSE.md c117308338 Update our licensing files to include spi, manasource and godot vor 1 Monat
README.md d213f8893a Upgrade to Godot 4.3 vor 3 Monaten
export_presets.cfg 3ecbd34690 Update our export preset to godot 4.3 vor 2 Monaten
online.html ce81d812af only generate json now and add a js based site vor 1 Jahr
project.godot 5c56d51159 Disable multi-threaded imports vor 2 Wochen

README.md

Source of Mana

Client and Game development for Source of Mana, a The Mana World story.

Tools

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'

How to run the server

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.

License

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.