Skip to content

Commit 2c64c3a

Browse files
munktron239Phantomical
authored andcommitted
Add descriptions and mentalities to added Agents: Clamp-O-Tron, FreeFall Parachutes, LightYear Tire Company, Stratus Corporation (#333)
All agencies are given descriptions and mentalities close to stock agencies. For mentalities, I wanted to give them ones mainly focused on earning Reputation, since almost every other agency is cash-focused (and nobody does contracts for science anyway). The average number of mentalities across the 27 stock agencies was ~3, so I gave each new agent 2-4 mentalities. There is also one manufacturer change - the Inline Docking Port's manufacturer has changed from Clamp-O-Tron to C7 Aerospace Division. This is to match with the Mk2 Docking Port, and is also reflected by Clamp-O-Tron having a good standing with C7 Aerospace (product collaboration). --- I also gave most of the agencies' standings with some other manufacturers (a feature only used a few times in the stock game) - Clamp-O-Tron likes C7, as they have collaborated to make both of the inline docking ports. - LightYear is competitive with Kerbal Motion, the only other wheel company, and strongly dislikes the C7 monopoly. - Stratus has a good relationship with their parent company, Jeb's Junkyard, and is open to working together with them. --- Here are a few more of the thoughts I came up with while brainstorming: - Clamp-O-Tron references the now-unused "Found lying by the side of the road" manufacturer in their description - FreeFall's chute policy is based on a real joke from the U.S. Navy about returning parachutes. - Since most of the monopropellant tanks were changed from being made by Jeb's Junkyard to Stratus Corporation, I headcannoned that Stratus was a subsection of Jeb's that split off and started their own business. - LightYear Tire Company references both Cars and Toy Story, due to that most likely being where the name came from. --- No other languages other than English are added for now, but anyone who knows how to properly translate can add on to this PR if they want to. I didn't want to just run these descriptions through Google Translate and hope for the best...
1 parent 0bcefb0 commit 2c64c3a

1 file changed

Lines changed: 47 additions & 2 deletions

File tree

GameData/KSPCommunityFixes/MMPatches/StockTweaks/ManufacturerFixes.cfg

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,45 +6,90 @@
66
@PART[externalTankCapsule]:FOR[KSPCommunityFixes] { %manufacturer = #autoLOC_501633 }
77
@PART[RCSFuelTank|rcsTankMini|RCSTank1-2]:FOR[KSPCommunityFixes] { %manufacturer = #autoLOC_6004000 }
88
@PART[landerCabinSmall]:FOR[KSPCommunityFixes] { %manufacturer = #autoLOC_501632 }
9+
@PART[dockingPortLateral]:FOR[KSPCommunityFixes] { %manufacturer = #autoLOC_501624 }
910
@PART[EnginePlate4]:FOR[KSPCommunityFixes]:NEEDS[SquadExpansion/MakingHistory] { %manufacturer = #autoLOC_501682 }
1011
@PART[Mk2Pod]:FOR[KSPCommunityFixes]:NEEDS[SquadExpansion/MakingHistory] { %manufacturer = #autoLOC_501630 }
1112

1213
@PART[evaChute|parachuteSingle|parachuteRadial|radialDrogue|parachuteLarge|parachuteDrogue]:FOR[KSPCommunityFixes] { %manufacturer = #KSPCF_Agents_freeFallTitle }
13-
@PART[stackPoint1|dockingPort1|dockingPort2|dockingPort3|dockingPortLarge|dockingPortLateral]:FOR[KSPCommunityFixes] { %manufacturer = #KSPCF_Agents_clampOTronTitle }
14+
@PART[stackPoint1|dockingPort1|dockingPort2|dockingPort3|dockingPortLarge]:FOR[KSPCommunityFixes] { %manufacturer = #KSPCF_Agents_clampOTronTitle }
1415

1516
AGENT {
1617
name = Clamp-O-Tron
1718
title = #KSPCF_Agents_clampOTronTitle
19+
description = #KSPCF_Agents_clampOTronDescription
20+
1821
logoURL = KSPCommunityFixes/MMPatches/StockTweaks/Icons/Clamp-O-Tron
1922
logoScaledURL = KSPCommunityFixes/MMPatches/StockTweaks/Icons/Clamp-O-Tron_scaled
23+
24+
// Collabs with C7 - Inline Docking Port, Mk2 Docking Port
25+
standing = C7 Aerospace Division, 1.3
26+
27+
// A loud and proud company, things move fast at Clamp-O-Tron
28+
mentality = Hasty 0.8
29+
mentality = Pioneer
30+
mentality = Perfectionist
31+
mentality = Stern
2032
}
2133

2234
AGENT {
2335
name = FreeFall Parachutes
2436
title = #KSPCF_Agents_freeFallTitle
37+
description = #KSPCF_Agents_freeFallDescription
38+
2539
logoURL = KSPCommunityFixes/MMPatches/StockTweaks/Icons/FreeFallParachutes
2640
logoScaledURL = KSPCommunityFixes/MMPatches/StockTweaks/Icons/FreeFallParachutes_scaled
41+
42+
// Pretty laid back, FreeFall doesn't sweat the smaller details
43+
mentality = EasyGoing 0.6
44+
mentality = Economic 0.3
45+
mentality = Patient
2746
}
2847
2948
AGENT {
3049
name = LightYear Tire Company
3150
title = #autoLOC_501653
51+
description = #KSPCF_Agents_lightYearDescription
52+
3253
logoURL = KSPCommunityFixes/MMPatches/StockTweaks/Icons/LightYearTireCompany
3354
logoScaledURL = KSPCommunityFixes/MMPatches/StockTweaks/Icons/LightYearTireCompany_scaled
55+
56+
// Strongly dislikes C7 - stop trying to buy us!
57+
standing = C7 Aerospace Division, -0.4
58+
59+
// Slightly competitive with Kerbal Motion
60+
standing = Kerbal Motion LLC, 0.8
61+
62+
// LightYear focuses on *landing* gear, please don't crash any planes...
63+
mentality = Kerbalminded 1.25
64+
mentality = Stern
65+
mentality = Moral
3466
}
3567

3668
AGENT {
3769
name = Stratus Corporation
3870
title = #autoLOC_6004000
71+
description = #KSPCF_Agents_stratusCorpDescription
72+
3973
logoURL = KSPCommunityFixes/MMPatches/StockTweaks/Icons/StratusCorporation
4074
logoScaledURL = KSPCommunityFixes/MMPatches/StockTweaks/Icons/StratusCorporation_scaled
75+
76+
// Good relationship with their parent company
77+
standing = Jebediah Kerman's Junkyard and Spacecraft Parts Co, 1.2
78+
79+
// Some similar mentalities to Jeb's Junkyard
80+
mentality = Hasty 0.6
81+
mentality = Moral 0.8
4182
}
4283

4384
Localization
4485
{
4586
en-us {
4687
#KSPCF_Agents_clampOTronTitle = Clamp-O-Tron
4788
#KSPCF_Agents_freeFallTitle = FreeFall Parachutes
89+
#KSPCF_Agents_clampOTronDescription = Originally an admittedly boring magnet company, Clamp-O-Tron expanded into the aerospace industry after an engineer suggested using their magnets to "stick things together... but in SPACE!". The famed Clamp-O-Tron Docking Port has received numerous collaborations with well-known conglomerates, such as C7 Aerospace Division, to help bring the joy of clamping things together to your own space program and beyond. Clamp-O-Tron representatives would also like to remind the general public to "Please stop leaving our products on the side of the road", and to browse their online catalog instead if they wish to purchase any of their world-renowned docking ports.
90+
#KSPCF_Agents_freeFallDescription = For when you find yourself free-falling through life (or out of a malfunctioning rocket), FreeFall Parachutes has you covered. Metaphorically, that is. From skydiving on Kerbin to landing probes on distant worlds, their parachutes are the go-to option for any budding space program. Despite their insistence on using 100% reclaimed materials for their chutes, having the brand is generally recognized as being a better option than lithobraking. They boast a generous policy on all their products: Any chute that fails to open during flight can be returned after landing for a partial refund! This policy has proven to be surprisingly unpopular with KSC astronauts, for some reason. FreeFall executives are still working on why that is.
91+
#KSPCF_Agents_lightYearDescription = The major competitor with Kerbal Motion LLC in the "Round Wheels" market, LightYear Tire Company provides Piston Cup-rated rubber tires to the space center, at wholesale prices nonetheless. If you've ever smelled the sweet, sweet scent of burning rubber on the KSC tarmac, there's a good chance that it was from a LightYear tire. Their range of products includes multiple sizes of space-grade landing gear - shock absorbers and spotlights included at no additional cost, their brochure advertises. LightYear is currently locked in a struggle with C7 Aerospace as the conglomerate repeatedly attempts to acquire the company. LightYear is one of the few independent manufacturers left that hasn't been absorbed by the titan of the aerospace world.
92+
#KSPCF_Agents_stratusCorpDescription = Originally part of Jebediah Kerman's Junkyard and Spacecraft Parts Co., the Stratus Corporation has only recently left the nest to pursue bigger goals out in the aerospace world. While not the largest fuel supplier in the market, Stratus earned its reputation by cementing itself as one of the few manufacturers to experiment with Monopropellant. They've effectively cornered the market due to the apparent lack of interest in this fuel type. Regardless, they currently have a lucrative deal with the KSC to supply all Monopropellant fuel for our astronauts' EVA packs and command pods. Their flagship line, the 'Stratus-V' series of tanks, won them several awards at last year's 3rd annual Fuel Tanks & Swimming Pools Expo.
4893
}
4994

5095
fr-fr {
@@ -61,4 +106,4 @@ Localization
61106
#KSPCF_Agents_clampOTronTitle = 夹具奥创
62107
#KSPCF_Agents_freeFallTitle = 自由落体降落伞
63108
}
64-
}
109+
}

0 commit comments

Comments
 (0)