update README and disable addons/kh_slider/plugin.cfg
This commit is contained in:
parent
388d1a5391
commit
01756f1f6b
3 changed files with 10 additions and 3 deletions
|
@ -7,14 +7,16 @@
|
||||||
We use version GODOT : 3.3.3
|
We use version GODOT : 3.3.3
|
||||||
|
|
||||||
wget https://downloads.tuxfamily.org/godotengine/3.3.3/Godot_v3.3.3-stable_x11.64.zip
|
wget https://downloads.tuxfamily.org/godotengine/3.3.3/Godot_v3.3.3-stable_x11.64.zip
|
||||||
|
unzip Godot_v3.3.3-stable_x11.64.zip
|
||||||
|
|
||||||
### Clone our project
|
### Clone our project
|
||||||
|
|
||||||
git clone https://git.khaganat.net/khaganat/mmorpg_khanat/khanat-client.git
|
git clone https://git.khaganat.net/khaganat/mmorpg_khanat/khanat-client.git
|
||||||
|
(cd khanat-client;git checkout develop)
|
||||||
|
|
||||||
### Launch Godot
|
### Launch Godot
|
||||||
|
|
||||||
godot khanat-client
|
./Godot_v3.3.3-stable_x11.64 khanat-client/project.godot
|
||||||
|
|
||||||
## Add/update your language
|
## Add/update your language
|
||||||
|
|
||||||
|
@ -33,6 +35,11 @@ After launch this script : bash khanat-client/locale/locale.sh
|
||||||
|
|
||||||
khanat-client/locale/<your locale].po
|
khanat-client/locale/<your locale].po
|
||||||
|
|
||||||
|
keyword msgid is Id used in khanat, and msgstr is translation (if you have some doubt, don't hesitate to see other translation)
|
||||||
|
|
||||||
|
* msgid "MAIN_MENU_PLAY"
|
||||||
|
* msgstr "Jouer"
|
||||||
|
|
||||||
### Push your update
|
### Push your update
|
||||||
|
|
||||||
To send your update, could you please create a branch and send us this branch?
|
To send your update, could you please create a branch and send us this branch?
|
||||||
|
|
|
@ -161,7 +161,7 @@ window/size/always_on_top=true
|
||||||
|
|
||||||
[editor_plugins]
|
[editor_plugins]
|
||||||
|
|
||||||
enabled=PoolStringArray( "res://addons/kh_slider/plugin.cfg", "res://addons/kh_window/plugin.cfg" )
|
enabled=PoolStringArray( )
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[gd_scene load_steps=5 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/interfaces/main_menu/main_menu.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://scenes/interfaces/main_menu/main_menu.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://scenes/interfaces/loading_screen/loading_screen.tscn" type="PackedScene" id=2]
|
[ext_resource path="res://scenes/interfaces/loading_screen/loading_screen.tscn" type="PackedScene" id=2]
|
||||||
|
|
Loading…
Reference in a new issue