Jump to content

Change difficulty options of a career save .24,2 to .25


Gfurst

Recommended Posts

Hey Folks, how are ya?

So I'm porting my current career game from .24 to the new version. This is painfully a lot of work, specially because I'm doing some mission reports (check out on my sig) and don't to lose stuff or break game.

Now I did know about it somewhere, the super+f12 key opens a debug menu. Supposedly I could alter some settings there, and I can. Also on the in-game options I can choose some options as well.

But specifically, I didn't found the "initial entry purchase cost", since its career mode and I'm already swimming in funds relatively early, I like a more costly setting.

So has anyone else noticed this? Could it be that save ported from previous version is restricted on some options?

Please share if anyone knows about this, and how to workaround it.

Link to comment
Share on other sites

If anywhere, it would probably be somewhere in the persistence file. Look through the start of there somewhere.

EDIT: It's there, right near the start. It should look something like this:


PARAMETERS
{
preset = Hard
FLIGHT
{
CanQuickSave = True
CanQuickLoad = False
CanAutoSave = True
CanUseMap = True
CanSwitchVesselsNear = True
CanSwitchVesselsFar = True
CanTimeWarpHigh = True
CanTimeWarpLow = True
CanEVA = True
CanIVA = True
CanBoard = True
CanRestart = False
CanLeaveToEditor = False
CanLeaveToTrackingStation = True
CanLeaveToSpaceCenter = True
CanLeaveToMainMenu = False
}
EDITOR
{
CanSave = True
CanLoad = True
CanStartNew = True
CanLaunch = True
CanLeaveToSpaceCenter = True
CanLeaveToMainMenu = False
startUpMode = 0
craftFileToLoad =
}
TRACKINGSTATION
{
CanFlyVessel = True
CanAbortVessel = True
CanLeaveToSpaceCenter = True
CanLeaveToMainMenu = False
}
SPACECENTER
{
CanGoInVAB = True
CanGoInSPH = True
CanGoInTrackingStation = True
CanLaunchAtPad = True
CanLaunchAtRunway = True
CanLeaveToMainMenu = True
}
DIFFICULTY
{
AutoHireCrews = False
MissingCrewsRespawn = False
BypassEntryPurchaseAfterResearch = False
AllowStockVessels = False
IndestructibleFacilities = False
}
CAREER
{
StartingFunds = 10000
StartingScience = 0
StartingReputation = 0
FundsGainMultiplier = 0.6
RepGainMultiplier = 0.6
ScienceGainMultiplier = 0.6
FundsLossMultiplier = 2
RepLossMultiplier = 2
}
}

This is the Hard difficulty preset. What each number does is pretty obvious.

Edited by Holo
Link to comment
Share on other sites

If anywhere, it would probably be somewhere in the persistence file. Look through the start of there somewhere.

EDIT: It's there, right near the start. It should look something like this:

This is the Hard difficulty preset. What each number does is pretty obvious.

Much thanks, I'll try it.

Though it made me wonder what all of these settings are for....

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