Compare commits

...
10 Commits
16 changed files with 125 additions and 27 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -2,7 +2,7 @@ AGENT
{ {
name = Guard13007 Empire name = Guard13007 Empire
description = A conglomerate company with lots of funds and no ethics. There's something shadowy behind them, but they distract with shiny funds. description = A conglomerate with lots of funds and limited ethics. There's something shadowy behind them, but everyone is distracted by their shiny products.
logoURL = Guard13007/Agencies/Guard13007Empire logoURL = Guard13007/Agencies/Guard13007Empire
logoScaledURL = Guard13007/Agencies/Guard13007Empire_scaled logoScaledURL = Guard13007/Agencies/Guard13007Empire_scaled
@@ -18,4 +18,4 @@ AGENT
mentality = EasyGoing 1 mentality = EasyGoing 1
mentality = Kerbalminded 0 mentality = Kerbalminded 0
mentality = Moral 0 mentality = Moral 0
} }
@@ -0,0 +1,21 @@
{
"NAME": "Guard13007 Empire Agency",
"URL": "https://raw.githubusercontent.com/Guard13007/KerbalStuff/master/Guard13007%20Empire%20Agency/GameData/Guard13007/Guard13007EmpireAgency.version",
"DOWNLOAD": "http://beta.kerbalstuff.com/mod/68",
"VERSION": {
"MAJOR": 1,
"MINOR": 1,
"PATCH": 5,
"BUILD": 0
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 5
},
"KSP_VERSION_MIN": {
"MAJOR": 0,
"MINOR": 24,
"PATCH": 0
}
}
+23 -2
View File
@@ -1,2 +1,23 @@
This mod adds a simple agency. Read the [KerbalStuff](http://beta.kerbalstuff.com/mod/68) This mod adds an agency representing the somewhat evil Guard13007 Empire.
description about it for more info.
The Guard13007 Empire is a hasty, scientific, pioneering group that doesn't
really care about Kerbal life and will pay you greatly for your assistance. Do
well for them and you will be rewarded. Do badly, and they don't really care,
but you won't be paid.
#### Mentalities
- Commercial 0.8
- Competitive 0.9
- Conglomerate 0.7
- Hasty 0.6
- Industrial 0.7
- Perfectionist 1
- Pioneer 0.8
- Scientific 0.9
- EasyGoing 1
- Kerbalminded 0
- Moral 0
Note that I may not understand how these actually work and some are not
implemented in the stock game, and thus, do nothing.
+14 -11
View File
@@ -1,11 +1,14 @@
## 1.1.1 1.1.5
- Updated .version for 1.0.5.
Critical fix cause I made a stupid error. 1.1.4
- Updated .version for 0.90.
## 1.1 1.1.3
- Fixed error with .version file, update checks should work now.
Fixed flag on small list view thingie. 1.1.2
- Added support for KSP-AVC, which alerts you in game of mod updates if you have it.
## 1.0 1.1.1
- Critical fix cause I made a stupid error.
Init commit. 1.1
- Fixed flag on small list view thingie.
1.0
- Init commit.
Binary file not shown.
Binary file not shown.
@@ -2,11 +2,11 @@ AGENT
{ {
name = Kerbal Insurance Agency 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 logoURL = SlowCPU/Agencies/KerbalInsuranceAgency
//flag created by /u/SlowCPU and stolen without permission, sorry //flag created by /u/SlowCPU and stolen without permission, sorry
logoScaledURL = Squad/Agencies/DinkelsteinKermansConstructionEmporium_scaled logoScaledURL = SlowCPU/Agencies/KerbalInsuranceAgency_scaled
mentality = Competitive 0.8 mentality = Competitive 0.8
mentality = Economic 1 mentality = Economic 1
@@ -15,4 +15,4 @@ AGENT
mentality = Stern 1 mentality = Stern 1
mentality = Kerbalminded 0.9 mentality = Kerbalminded 0.9
mentality = Moral 0.4 mentality = Moral 0.4
} }
@@ -0,0 +1,21 @@
{
"NAME": "Kerbal Insurance Agency",
"URL": "https://raw.githubusercontent.com/Guard13007/KerbalStuff/master/Kerbal%20Insurance%20Agency/GameData/Guard13007/KerbalInsuranceAgency.version",
"DOWNLOAD": "http://beta.kerbalstuff.com/mod/95",
"VERSION": {
"MAJOR": 1,
"MINOR": 1,
"PATCH": 3,
"BUILD": 0
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 5
},
"KSP_VERSION_MIN": {
"MAJOR": 0,
"MINOR": 24,
"PATCH": 0
}
}
+17
View File
@@ -0,0 +1,17 @@
This mod adds a simple agency representing an insurance company.
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.
#### Mentalities:
- Competitive 0.8
- Economic 1
- Hasty 0.6
- Perfectionist 0.1
- Stern 1
- Kerbalminded 0.9
- Moral 0.4
-1
View File
@@ -1 +0,0 @@
The flag comes from Reddit user SlowCPU (which is why I put it in a different GameData folder from my own). I asked for permission to use it and never got a reply. I will remove this if they demand it.
+10
View File
@@ -0,0 +1,10 @@
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.
+14 -8
View File
@@ -1,11 +1,17 @@
Read Me # Read Me
=======
So what is this? It is a small collection of minor mods that I have either This is a small collection of minor mods that I have either created or adapted
created or adapted or done something to and released. Currently consisting of or done something to and released.
two agencies and a flag.
#### Where download release? This repo is hosted at https://gitea.tangentfox.com/tangent/Simple-Kerbal-Mods and force-pushed to GitHub when commits are made.
I release these at [KerbalStuff](http://beta.kerbalstuff.com/), however you can Feel free to submit pull requests or whatever, but know that I would have to manage them over there.
also find zip files in the stuff here, which are the same thing.
## Downloads
I release these at [KerbalStuff](http://kerbalstuff.com/profile/Guard13007),
however you can also find zip files in the stuff here, which are the same thing.
The exception to this rule is for the Guard13007 Empire Flag zip file, that is
only here, because it's just a flag and doesn't deserve a place at KerbalStuff.
Also I'm probably the only one wanting to use it anyhow.