Skip to content

[Not Ready to Merge] Hover group contracts and agencies #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions GameData/ContractPacks/kOS-Contract-Pack/kos-agencies.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
//kOS-Contract-Pack
//Agencies

AGENT
{
name = Kerbal Micro Devices

description = KMD started out making small electronic components for spaceflight-rated internal circuits. Now they just make really small spacecraft.

logoURL = kOS-Contract-Pack/logos/KMD-large.png

logoScaledURL = kOS-Contract-Pack/logos/KMD-small.png

}

AGENT
{
name = Lovelace Labs

description = Lovelace Labs, a software engineering company that is famous for their devotion to backwards-compatibility for hilariously outdated hardware, has been the largest player in Kerbin's silicon valley for longer than computers have been in spaceships.

logoURL = kOS-Contract-Pack/logos/LL-large.png

logoScaledURL = kOS-Contract-Pack/logos/LL-small.png

}

AGENT
{
name = Turing Machinations

description = Founded less than a year ago, Turing Machinations has already made a big name for themselves with their invention of a radially-symmetrical USB port.

logoURL = kOS-Contract-Pack/logos/TM-large.png

logoScaledURL = kOS-Contract-Pack/logos/TM-small.png

}

AGENT
{
name = vonNeumann Architects

description = A loose collaboration between programmers that haven't actually met each other in person. They're really more of a D&D group than anything else.

logoURL = kOS-Contract-Pack/logos/VNA-large.png

logoScaledURL = kOS-Contract-Pack/logos/VNA-small.png

}
Loading