5 Commits

Author SHA1 Message Date
c15aacd364 Merge branch 'master' of https://github.com/PorktoberRevolution/ReStocked 2021-01-23 19:00:50 -08:00
2cceb95dac Fix for small linear RCS 2021-01-23 15:30:54 -08:00
cbe7a3845c Merge pull request #936 from vinix38/master
French loc for 1.3
2021-01-23 15:23:41 -08:00
c9c13ea232 French loc for 1.3 2021-01-22 21:33:25 +01:00
76fc72e6a5 Fix the deploy script 2021-01-21 11:04:51 -08:00
9 changed files with 27 additions and 11 deletions

View File

@ -43,5 +43,7 @@ jobs:
run: python build-deploy/src/package.py --f "Distribution/RestockPlus/.mod_data.yml"
- name: Staging package
run: python build-deploy/src/stage.py --f "Distribution/Restock/.mod_data.yml" # Run the staging script
- name: Deploying Restock
name: Deploying Restock
run: python build-deploy/src/deploy.py --f "Distribution/Restock/.mod_data.yml" # Deploy package to spacedock, curse, github
- name: Deploying RestockPlus
run: python build-deploy/src/deploy.py --f "Distribution/RestockPlus/.mod_data.yml" # Deploy package to spacedock, curse, github

View File

@ -6,7 +6,7 @@
{
"MAJOR":1,
"MINOR":3,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":
@ -17,8 +17,8 @@
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":10,
"PATCH":1
"MINOR":11,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,

View File

@ -1,3 +1,8 @@
v1.3.1
------
- Fixed small linear RCS collider
- Fixed compatability marked for 1.10.1, it isn't, really
v1.3.0
------
- 1.11.0

View File

@ -1,5 +1,5 @@
=============
RESTOCK 1.3.0
RESTOCK 1.3.1
=============
Restock is a project to improve the art of the Kerbal Space Program part set. Some of the revisions are based on the canceled Part Overhaul project by Porkjet.

View File

@ -93,10 +93,14 @@ Localization
#LOC_RestockPlus_restock-engine-srb-mallet_description = Production interrompue suite à un manque de composants. Le petit maillet répond à la demande d'un booster à poudre miniature utilisable comme booster auxiliaire additionnel ou étage inférieur pour des petits lanceurs. Le concierge du personnel du CSK, un certain O. Trag Kerman, a même proposé d'en atacher des dizaines entre eux pour faire des vehicules super pas chers!
#LOC_RestockPlus_restock-engine-srb-mallet_tags = (plus propulseur fusée solide éap eap restock maillet
#LOC_RestockPlus_restock-engine-srb-striker_title = Propulseur à ergol solide RT-2 'Attaquant' //j'ai hesité avec grêviste, mais il faut savoir etre raisonnable :)
#LOC_RestockPlus_restock-engine-srb-striker_title = Propulseur à ergol solide RT-2 'Attaquant' //j'ai hesité avec grêviste, mais il faut savoir être raisonnable :)
#LOC_RestockPlus_restock-engine-srb-striker_description = Production interompue suite à un manque de composants. Étendre le maillet avec des segments additionnels peut fournir plus de booms que votre équipe d'intégration ne peut gérer!
#LOC_RestockPlus_restock-engine-srb-striker_tags = (plus propulseur fusée solide éap eap restock striker attaquant
#LOC_RestockPlus_restock-engine-les-2_title = Tour de sauvetage Jr.
#LOC_RestockPlus_restock-engine-les-2_description = Une tour à ergol solide plus petite pour projeter l'équipage loin d'une mort certaine.
#LOC_RestockPlus_restock-engine-les-2_tags = annuler booster urgence explo ?les l.e.s panne défaillance ?rud secur solide survivre restock junior 625
// Radial
#LOC_RestockPlus_restock-engine-panda_title = Propulseur Vernier RK-1 'Raton laveur'
#LOC_RestockPlus_restock-engine-panda_description = Ce petit propulseur a un très grand cardan dans un seul axe qui permet un excellent contrôle à tous les régimes de vol.

View File

@ -6,7 +6,7 @@
{
"MAJOR":1,
"MINOR":3,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":
@ -17,8 +17,8 @@
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":10,
"PATCH":1
"MINOR":11,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,

View File

@ -1,3 +1,8 @@
v1.3.1
------
- Updated French localization (vinix38)
- Fixed compatability marked for 1.10.1, it isn't, really
v1.3.0
------
- KSP 1.11

View File

@ -1,5 +1,5 @@
==============
RESTOCK+ 1.3.0
RESTOCK+ 1.3.1
==============
Restock+ is a complement to Restock which adds useful parts that we feel are missing from the base game. Functionally, these parts additions allow better flexibility in craft construction and not add new gameplay systems or form factors. Some examples might include:
@ -21,7 +21,7 @@ DEPENDENCIES
============
Required:
- Restock (1.3.0)
- Restock (1.3.1)
- ModuleManager (4.1.4)
=============