mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Compare commits
5 Commits
1.3.0
...
c15aacd364
Author | SHA1 | Date | |
---|---|---|---|
c15aacd364 | |||
2cceb95dac | |||
cbe7a3845c | |||
c9c13ea232 | |||
76fc72e6a5 |
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -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
|
Binary file not shown.
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
=============
|
||||
|
Reference in New Issue
Block a user