ManaSource based on godot.

Reid 932dcd1e2c Enable zoom action on touch screens hai 16 horas
addons 633ec29b99 Use a default UI preset agnostic of client/server mode, switch FSM and Network services into singletons and refactor the launcher singletons hai 2 meses
data a15814246e Add weapon sprites from EJlol, Micksha and me and fill in some basics palettes for rock, iron and bone weapon materials hai 1 semana
presets f290c346cd Add a basic stat modifier to handle our usable items and skills. Does not support equipment permanent modifiers yet hai 6 días
sources 932dcd1e2c Enable zoom action on touch screens hai 16 horas
tools f13b01607a Add missing map files on the license file %!s(int64=2) %!d(string=hai) anos
.gitattributes 2150dd1797 force eol LF through gitattributes hai 3 meses
.gitignore 3e2d559fbe Add back all import files and tries to fix the UID inconsistency hai 3 meses
BuildProfile 449da1b21a Fix the 16x16 layer of our icon and add build profiles for next builds %!s(int64=2) %!d(string=hai) anos
BuildProfile.build 449da1b21a Fix the 16x16 layer of our icon and add build profiles for next builds %!s(int64=2) %!d(string=hai) anos
CC BY-SA 4.0 e2f1029246 Add license file and contributor list %!s(int64=2) %!d(string=hai) anos
LICENSE.md a15814246e Add weapon sprites from EJlol, Micksha and me and fill in some basics palettes for rock, iron and bone weapon materials hai 1 semana
README.md d213f8893a Upgrade to Godot 4.3 hai 6 meses
export_presets.cfg b698aaea9f Fix web export by enabling gd extensions hai 1 mes
online.html ce81d812af only generate json now and add a js based site hai 1 ano
project.godot 932dcd1e2c Enable zoom action on touch screens hai 16 horas

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.