Skip to content

Commit

Permalink
Added Orion suit
Browse files Browse the repository at this point in the history
  • Loading branch information
benjee10 committed Aug 29, 2022
1 parent 81475f4 commit aa4213d
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 6 deletions.
Binary file added GameData/Benjee10_Suits/Orion/Icons/OCSS_F.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GameData/Benjee10_Suits/Orion/Icons/OCSS_M.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions GameData/Benjee10_Suits/Orion/Suits.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
SUITCOMBOS
{
SUITCOMBO
{
displayName = OCSS
suitType = Default
gender = Male
name = benjee10_OCSS_M
suitTexture = Benjee10_Suits/Orion/Textures/orionSuit_diff
normalTexture = Benjee10_Suits/Orion/Textures/orionSuit_nrm
sprite = Benjee10_Suits/Orion/Icons/OCSS_M
primaryColor = #c06127
secondaryColor = #333c72
IVA
{
suitTexture = Benjee10_Suits/Orion/Textures/orionSuit_diff
normalTexture = Benjee10_Suits/Orion/Textures/orionSuit_nrm
}
}
SUITCOMBO
{
displayName = OCSS
suitType = Default
gender = Female
name = benjee10_OCSS_F
suitTexture = Benjee10_Suits/Orion/Textures/orionSuit_diff
normalTexture = Benjee10_Suits/Orion/Textures/orionSuit_nrm
sprite = Benjee10_Suits/Orion/Icons/OCSS_F
primaryColor = #c06127
secondaryColor = #333c72
IVA
{
suitTexture = Benjee10_Suits/Orion/Textures/orionSuit_diff
normalTexture = Benjee10_Suits/Orion/Textures/orionSuit_nrm
}
}
}
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions GameData/Benjee10_Suits/Version/Benjee10Suits.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"VERSION":
{
"MAJOR":1,
"MINOR":0,
"MINOR":1,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":11,
"PATCH":2
"MINOR":12,
"PATCH":3
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
8 changes: 5 additions & 3 deletions ReadMe.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Historical Kerbal Suits 1.0.1
Historical Kerbal Suits 1.1.0
A set of custom historical-inspired space suits & props for KSP 1.10.0+ by Benjee10.]

FEATURES
- 6 custom, highly detailed spacesuit types based on real historical spacesuits. Includes ACES (orange & blue variants), Apollo (A7L & A7LB variants), EMU (multiple variants), Sokol (Soyuz) suit and Stirzh (Buran) suit.
- 7 custom, highly detailed spacesuit types based on real historical spacesuits. Includes ACES (orange & blue variants), Apollo (A7L & A7LB variants), EMU (multiple variants), Sokol (Soyuz) suit, Strizh (Buran) suit, and OCSS (Orion/Artemis) suit.
- Replaceable IVA suits. Thanks to a custom plugin, SuitCombos are able to override the spacesuits Kerbals wear in IVA.
- Wearable props utilising the stock inventory system (requires KSP 1.11 or later): ACES helmet with adjustable black sun visor; EMU helmet light (attaches to stock suit helmets)

Expand All @@ -25,6 +25,8 @@ Requires the following (bundled with install):
- Module Manager (tested against 4.1.4)

CHANGELOG
1.1.0 - PUBLIC RELEASE
- Added Orion Crew Survival Suit
1.0.1 - HOTFIX
- Fixed parachute deployment issue
- Prevent EMU helmet light being attached to incorrect suit type
Expand All @@ -33,6 +35,6 @@ CHANGELOG

LICENSE
WearableProps plugin written by ValiZockt.
Artwork is copyright Benedict Jewer 2020-2021.
Artwork is copyright Benedict Jewer 2020-2022.
All Rights Reserved.

0 comments on commit aa4213d

Please sign in to comment.