3D Game client developed with Godot Engine. Please check https://khaganat.net/wikhan/fr:godot:collaborer page for instructions.
Find a file
2021-09-23 00:50:40 +02:00
addons adding icon jukebox 2021-06-22 18:22:58 +02:00
assets update gitignore to auhtorize .bin file, and add arche.bin 2021-09-09 22:39:43 +02:00
locale adding panel to create creature, adding model arche & isodor 2021-06-29 00:33:56 +02:00
logs Ajout d'un modele de personnage temporaire basé sur makehuman et amélioration du systeme de chargement de scene et diverses autre petites chose. reste a nettoyer certaine partie du vieux code. 2020-10-15 19:23:55 +02:00
ressources adding raference 2021-09-03 23:27:28 +02:00
scenes show menu after key <menu> pressed (default Escape) 2021-09-23 00:50:40 +02:00
.gitignore update gitignore to auhtorize .bin file, and add arche.bin 2021-09-09 22:39:43 +02:00
AUTHORS update 1st page - adding option to update/configure video/sound, show information and locale (fr & en) 2021-05-27 23:56:16 +02:00
default_bus_layout.tres update 1st page - adding option to update/configure video/sound, show information and locale (fr & en) 2021-05-27 23:56:16 +02:00
default_env.tres Initial commit. 2020-03-21 10:10:26 +01:00
icon.png update 1st page - adding option to update/configure video/sound, show information and locale (fr & en) 2021-05-27 23:56:16 +02:00
LICENSE Add LICENSE 2020-03-21 10:00:15 +01:00
NEWS update 1st page - adding option to update/configure video/sound, show information and locale (fr & en) 2021-05-27 23:56:16 +02:00
NEWS_fr show menu after key <menu> pressed (default Escape) 2021-09-23 00:50:40 +02:00
project.godot update animation + adding multiple creature + escape to stop instance when are playing 2021-09-08 23:19:32 +02:00
README.md show menu after key <menu> pressed (default Escape) 2021-09-23 00:50:40 +02:00

Khanat

Launch Game

Download Version Godot

We use version GODOT : 3.3.3

wget https://downloads.tuxfamily.org/godotengine/3.3.3/Godot_v3.3.3-stable_x11.64.zip

Clone our project

git clone https://git.khaganat.net/khaganat/mmorpg_khanat/khanat-client.git

Launch Godot

godot khanat-client

Add/update your language

Welcome to help us to improve our translation. We need clone our project.

Create a new language

  • On Linux :

Edit file : khanat-client/locale/locale.sh (You need add in section [# LIST LANGUAGE] your locale) After launch this script : bash khanat-client/locale/locale.sh

Edit your local

khanat-client/locale/<your locale].po

Push your update

To send your update, could you please create a branch and send us this branch?