ManaSource based on godot.

Reid a0d1c8a5aa New news entry for 0.0.5 1 سال پیش
addons 4e98f95d5c Add some new parsing informations within the TMX file to spawn some glow effects 1 سال پیش
android 50697127e1 Add a default debug keystore for android builds and add iphone target 2 سال پیش
data a0d1c8a5aa New news entry for 0.0.5 1 سال پیش
presets d37c87efde Doesn't hide the lineedit node on android and ios on the chat window 1 سال پیش
sources cef6789054 Prevent to resize a window from top-left, left and top corners below a 0 position value 1 سال پیش
tools f13b01607a Add missing map files on the license file 2 سال پیش
.gitignore b2d700bf2a Add to gitignore all import and godot local files 2 سال پیش
BuildProfile 449da1b21a Fix the 16x16 layer of our icon and add build profiles for next builds 2 سال پیش
BuildProfile.build 449da1b21a Fix the 16x16 layer of our icon and add build profiles for next builds 2 سال پیش
CC BY-SA 4.0 e2f1029246 Add license file and contributor list 2 سال پیش
LICENSE.md d3a753b062 Add new sparkle particle effect sprite 1 سال پیش
README.md bf7bc72a49 Add sqlitebrowser tool in our readme 1 سال پیش
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 سال پیش
default_env.tres 2e9c15130c Initial commit. 3 سال پیش
export_presets.cfg 93b87b092b Use a different icon on android 1 سال پیش
online.html ce81d812af only generate json now and add a js based site 1 سال پیش
project.godot 6ad1d5e087 Switch to a compatibility renderer for mobile and improve some light parameters 1 سال پیش

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.