Jump to content

Adding parts to station building contracts


Businfu

Recommended Posts

Another thread about basic cfg syntax stuff...

I've figured out how to add things to the list of station parts that can be requested in a contract by directly pasting the following into the contracts.cfg in the squad folders:


PART_REQUEST
{
Title = Have a "Spectre" lab at the outpost
KeyWord = Scientific
Part = Alnair_Orbital_C
Trivial
{
Chance = 20
FundsMultiplier = 1
ScienceMultiplier = 1.4
ReputationMultiplier = 1
}
Significant
{
Chance = 25
FundsMultiplier = 1
ScienceMultiplier = 1.4
ReputationMultiplier = 1
}
Exceptional
{
Chance = 35
FundsMultiplier = 1
ScienceMultiplier = 1.4
ReputationMultiplier = 1
}
}

What I want to do is create a standalone cfg file that will do the same thing so that it will be easier for others to use... What would be the syntax? As a little background, I'm trying to work on a gameplay/balance overhaul for Tantares, and there are two 'science' station parts that currently don't actually have a function other than holding crew.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...