Jump to content

Extending the deadline on a contract via save file editing


Recommended Posts

I have a mission on the way to Dres that will complete a contract, however said contract will expire about a year before I get there. I've tried and failed this specific contract several times and I really want to complete it, so I'd like to edit the save file to extend the deadline by maybe two years.

I've found the following block of code in quicksave.sfs:

Quote

            CONTRACT
            {
                guid = 08e967e1-e473-4dce-bba1-248b637d8389
                type = PartTest
                prestige = 2
                seed = -1434224947
                state = Active
                viewed = Read
                agent = Research & Development Department
                agentName = Research & Development Department
                deadlineType = Floating
                expiryType = Floating
                values = 21600,55209600,145800,364500,243000,8,16,20,55817425.7046501,55795893.6116578,111005493.611658,0
                part = solidBooster.v2
                haul = False
                dest = 15
                sit = SUB_ORBITAL
                exp = False
                PARAM
                {
                    name = PartTest
                    state = Incomplete
                    values = 0,0,0,0,0
                    part = solidBooster.v2
                    body = Dres
                    situation = SUB_ORBITAL
                    uniqueID = 0.97885183663054054
                    haul = False
                    repeatability = ONCEPERPART
                    notes = To perform the test, activate the part through the staging sequence when all test conditions are met.
                    PARAM
                    {
                        name = ReachDestination
                        state = Incomplete
                        disableOnStateChange = False
                        values = 0,0,0,0,0
                        dest = 15
                        title =
                    }
                    PARAM
                    {
                        name = ReachSituation
                        state = Incomplete
                        disableOnStateChange = False
                        values = 0,0,0,0,0
                        sit = SUB_ORBITAL
                        title =
                    }
                    PARAM
                    {
                        name = ReachAltitudeEnvelope
                        state = Incomplete
                        disableOnStateChange = False
                        values = 0,0,0,0,0
                        minAlt = 40000
                        maxAlt = 50000
                    }
                }
            }

How do I access and change the actual date that the contract expires on?

Link to comment
Share on other sites

11 hours ago, Spricigo said:

 


deadlineType = None

 

Didn't work, sorry. :P

EDIT: It did work after all, despite the deadline text still appearing in the Mission Control building. Thanks! :D

Edited by Mitchz95
derp
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...