Jump to content

Increased max number of active contracts?


tjsnh

Recommended Posts

Anyone know of a mod that simply increases the quantity of contracts you can have at one time in career mode?

(for example, doubles the max # for each "level" of building)

I've been poking around for a bit and I can't find anything that does this.

Any thoughts?

Link to comment
Share on other sites

  • 1 month later...

You can increase the number of contracts by increasing the AverageAvailableContracts parameter in Contracts.cfg in GameData/Squad/Contracts.

Here's a Module Manager patch (you must have Module Manager installed; put it anywhere in your GameData):

# Copyright 2015 Michael "Micha" WERLE <micha@**obfuscated**.com>

#

# This Module Manager config file modifies the number of contracts

# offered by Mission Control.

#

# LICENSE

# Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)

# http://creativecommons.org/licenses/by-nc-sa/4.0/

#

# This patch increases the number of contracts

@Contracts:Final

{

# Default: 10

@AverageAvailableContracts = 20

}

Link to comment
Share on other sites

  • 1 year later...
On 7/26/2015 at 10:19 AM, micha said:

You can increase the number of contracts by increasing the AverageAvailableContracts parameter in Contracts.cfg in GameData/Squad/Contracts.

Here's a Module Manager patch (you must have Module Manager installed; put it anywhere in your GameData):

 

 

Thank you very much for posting this example.

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...