Advertisement
Guest User

Untitled

a guest
Jul 30th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. KCT_Preset
  2. {
  3. name = KCT Settings for RP-0
  4. shortName = RP0
  5. description = The recommended config for using KCT with RP-0
  6. author = RP-0 Devs
  7. allowDeletion = False
  8. career = True
  9. science = True
  10. sandbox = True
  11. KCT_Preset_General
  12. {
  13. Enabled = True
  14. BuildTimes = True
  15. ReconditioningTimes = True
  16. TechUnlockTimes = True
  17. KSCUpgradeTimes = True
  18. Simulations = True
  19. SimulationCosts = True
  20. RequireVisitsForSimulations = True
  21. TechUpgrades = True
  22. StartingPoints = 15,50,5000
  23. SharedUpgradePool = True
  24. }
  25. KCT_Preset_Time
  26. {
  27. OverallMultiplier = 25
  28. BuildEffect = 1
  29. InventoryEffect = 100
  30. ReconditioningEffect = 576
  31. MaxReconditioning = 13500000
  32. RolloutReconSplit = 0.5
  33. }
  34. KCT_Preset_Formula
  35. {
  36. UpgradeFundsFormula = 10000
  37. NodeFormula = (((5+((min([N],30)*min([N],30)*0.025))+(min([N],30)*0.025)+(max(0,([N]-30))*1.5)) / 86400 / 365) * sign(-[I]) * (1+([R] * 0.25))) // 5 science/year, + 0.05 to 1.5 sci per upgrade (levels at 30), only one rate, and 1/1.25/1.5x etc from R&D upgrades.
  38. EffectivePartFormula = [MV]*min([C]/([I] + ([B]*(max([U]*0.125,1)+1))), [C])
  39. ProceduralPartFormula = (([C]-[A]) + ([A]*10/max([I],1))) / max([B]*(max([U]*0.125,1)+1),1)
  40. BPFormula = (10000 + ([E]*60))*[O]
  41. KSCUpgradeFormula = ([C]^(3/4))*200*[O]
  42. ReconditioningFormula = (min(7200+((([M]*[O]*[E]*[C]*0.001)^(1/2))*60), [X])*abs([RE]-[S]))*([L]+4)*([L]+4)/25
  43. BuildRateFormula = (1+([L]*0.25))*(([I]+1)*0.05*[N] + max(0.1-[I], 0))*sign([L]-[I])
  44. SimCostFormula = max([C]/50 * ([PM]/[KM]) * ([S]/10 + 1) * ([A] + 1) * ([L]^0.5), 100)
  45. KerbinSimCostFormula = max([C]/500 * ([L]^0.5), 5) // at ^.5, 15min = 30x
  46. InventorySaleFormula = 0
  47. ResearchFormula = -1
  48. UpgradeResetFormula = -1
  49. UpgradeScienceFormula = -1
  50. NewLaunchPadCostFormula = 25000*(0.75 + ([N]^1.25)*.25)
  51. }
  52.  
  53. KCT_Preset_Part_Variables
  54. {
  55.  
  56. Module_Variables
  57. {
  58. ModuleTagEngineLiquidTurbo = 5
  59. }
  60. }
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement