ManaSource based on godot.

NetSysFire 920ffb7c4c add github CI file 6 ay önce
.github 920ffb7c4c add github CI file 6 ay önce
addons 3e2d559fbe Add back all import files and tries to fix the UID inconsistency 6 ay önce
data 0ceff50349 Use a panel side right/left instead of "tips" as a specific panel container theme 6 ay önce
presets a3f14eb8db Integrate the new character panel to select/create characters 6 ay önce
sources b19f81073e Unhardcode some character login logic 6 ay önce
tools f13b01607a Add missing map files on the license file 2 yıl önce
.gitattributes 2150dd1797 force eol LF through gitattributes 6 ay önce
.gitignore 3e2d559fbe Add back all import files and tries to fix the UID inconsistency 6 ay önce
BuildProfile 449da1b21a Fix the 16x16 layer of our icon and add build profiles for next builds 2 yıl önce
BuildProfile.build 449da1b21a Fix the 16x16 layer of our icon and add build profiles for next builds 2 yıl önce
CC BY-SA 4.0 e2f1029246 Add license file and contributor list 2 yıl önce
LICENSE.md 0ceff50349 Use a panel side right/left instead of "tips" as a specific panel container theme 6 ay önce
README.md d213f8893a Upgrade to Godot 4.3 9 ay önce
export_presets.cfg 3ecbd34690 Update our export preset to godot 4.3 8 ay önce
online.html ce81d812af only generate json now and add a js based site 1 yıl önce
project.godot 5c56d51159 Disable multi-threaded imports 6 ay önce

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.