Class SimConfig
java.lang.Object
com.prineside.tdi2.utils.simulation.SimConfig
-
Field Summary
Modifier and TypeFieldDescriptionint
boolean
boolean
long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncpy()
static GameSystemProvider
Does not save preferences snapshot and can not produce a valid replaystatic GameSystemProvider
initGSP
(SimConfig sCfg, ProgressManager.ProgressSnapshotForState progressSnapshot) Allows to set a preferences snapshot and save a replay
-
Field Details
-
difficultyMode
-
difficultyModeMultiplier
public int difficultyModeMultiplier -
gameMode
-
basicLevelName
-
userMapName
-
lootBoost
public boolean lootBoost -
rarityBoost
public boolean rarityBoost -
startTimestamp
public long startTimestamp
-
-
Constructor Details
-
SimConfig
public SimConfig()
-
-
Method Details
-
getShortDescription
-
cpy
-
initGSP
Does not save preferences snapshot and can not produce a valid replay -
initGSP
public static GameSystemProvider initGSP(SimConfig sCfg, ProgressManager.ProgressSnapshotForState progressSnapshot) Allows to set a preferences snapshot and save a replay
-