ManaSource based on godot.

Reid 0434cc0525 Add some missing contributor information před 6 měsíci
addons a9a1f15c78 Add map flags support (no item drop, no spell casting, no player rejoin, spirit only, etc...) před 6 měsíci
data 79d50f4f6e Add some missing contributor information před 6 měsíci
presets af3baca9a9 Fix some UX and UI issues před 6 měsíci
sources af3baca9a9 Fix some UX and UI issues před 6 měsíci
tools f13b01607a Add missing map files on the license file před 2 roky
.gitignore e1e369c465 Add publishing folder on our gitignore list před 1 rokem
BuildProfile 449da1b21a Fix the 16x16 layer of our icon and add build profiles for next builds před 2 roky
BuildProfile.build 449da1b21a Fix the 16x16 layer of our icon and add build profiles for next builds před 2 roky
CC BY-SA 4.0 e2f1029246 Add license file and contributor list před 2 roky
LICENSE.md c117308338 Update our licensing files to include spi, manasource and godot před 6 měsíci
README.md d213f8893a Upgrade to Godot 4.3 před 8 měsíci
export_presets.cfg 3ecbd34690 Update our export preset to godot 4.3 před 7 měsíci
online.html ce81d812af only generate json now and add a js based site před 1 rokem
project.godot 26a1fd19f3 Enable physic multithreading před 6 měsíci

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.