ManaSource based on godot.

Reid a0d1c8a5aa New news entry for 0.0.5 1 yıl önce
addons 4e98f95d5c Add some new parsing informations within the TMX file to spawn some glow effects 1 yıl önce
android 50697127e1 Add a default debug keystore for android builds and add iphone target 2 yıl önce
data a0d1c8a5aa New news entry for 0.0.5 1 yıl önce
presets d37c87efde Doesn't hide the lineedit node on android and ios on the chat window 1 yıl önce
sources cef6789054 Prevent to resize a window from top-left, left and top corners below a 0 position value 1 yıl önce
tools f13b01607a Add missing map files on the license file 2 yıl önce
.gitignore b2d700bf2a Add to gitignore all import and godot local files 2 yıl ö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 d3a753b062 Add new sparkle particle effect sprite 1 yıl önce
README.md bf7bc72a49 Add sqlitebrowser tool in our readme 1 yıl önce
default_bus_layout.tres 89e5e94305 Remove the Setting service, add render and audio settings and fix a lot of rescaling and widget placement issues 1 yıl önce
default_env.tres 2e9c15130c Initial commit. 3 yıl önce
export_presets.cfg 93b87b092b Use a different icon on android 1 yıl önce
online.html ce81d812af only generate json now and add a js based site 1 yıl önce
project.godot 6ad1d5e087 Switch to a compatibility renderer for mobile and improve some light parameters 1 yıl ö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.1' 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 prebuild binary:

"./Source of Mana" --server --headless

Note that SOM writes the list of online players 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.