updated stuffs for 1.0.5

This commit is contained in:
Paul Liverman III
2015-11-10 14:08:23 -08:00
parent 1b82bece2b
commit db6cfebf32
11 changed files with 39 additions and 51 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -2,7 +2,7 @@ AGENT
{
name = Kerbal Insurance Agency
descrition = The Kerbal Insurance Agency was formed before Kerbals realized that going into space was very dangerous. Due to legal issues, the company still exists, despite having tried to go backrupt several times.
descrition = The Kerbal Insurance Agency was formed before it was determined that going into space is very dangerous. Due to legal issues, the company still exists, despite having tried to go backrupt several times.
logoURL = SlowCPU/Agencies/KerbalInsuranceAgency
//flag created by /u/SlowCPU and stolen without permission, sorry
@@ -15,4 +15,4 @@ AGENT
mentality = Stern 1
mentality = Kerbalminded 0.9
mentality = Moral 0.4
}
}

View File

@@ -5,13 +5,13 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 1,
"PATCH": 1,
"PATCH": 3,
"BUILD": 0
},
"KSP_VERSION": {
"MAJOR": 0,
"MINOR": 90,
"PATCH": 0
"MAJOR": 1,
"MINOR": 0,
"PATCH": 5
},
"KSP_VERSION_MIN": {
"MAJOR": 0,

View File

@@ -1,6 +1,8 @@
This mod adds a simple agency representing an insurance company.
The Kerbal Insurance Agency was formed before Kerbals realized that going into space was very dangerous. Due to legal issues, the company still exists, despite having tried to go backrupt several times.
The Kerbal Insurance Agency was formed before it was determined that going into
space is very dangerous. Due to legal issues, the company still exists, despite
having tried to go backrupt several times.
Based on a flag created by Reddit user SlowCPU.

View File

@@ -1,15 +1,10 @@
## 1.1.2
Updated .version file
## 1.1.1
Added support for KSP-AVC, which alerts you in game of mod updates if you have it.
## 1.1
Fixed scaled image.
## 1.0
Init commit.
1.1.3
- Updates .version file for 1.0.5
1.1.2
- Updated .version file
1.1.1
- Added support for KSP-AVC, which alerts you in game of mod updates if you have it.
1.1
- Fixed scaled image.
1.0
- Init commit.