Advertisement
Guest User

Untitled

a guest
Jul 10th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. I did as you said - made a file called "Buildtags.cfg", put it in GameData/RP-O, with the following text
  2.  
  3. @PART{*]:HAS[@MODULE[ModuleAvionics]]:AFTER[RP-0] { MODULE { name = ModuleTagAvionics } }
  4.  
  5. Then restarted the game. My RP-0_KCTPresets.cfg has the following - just the last bit is new.
  6.  
  7. KCT_Preset
  8. {
  9. name = KCT Settings for RP-0
  10. shortName = RP0
  11. description = The recommended config for using KCT with RP-0
  12. author = RP-0 Devs
  13. allowDeletion = False
  14. career = True
  15. science = True
  16. sandbox = True
  17. KCT_Preset_General
  18. {
  19. Enabled = True
  20. BuildTimes = True
  21. ReconditioningTimes = True
  22. TechUnlockTimes = True
  23. KSCUpgradeTimes = True
  24. Simulations = True
  25. SimulationCosts = True
  26. RequireVisitsForSimulations = True
  27. TechUpgrades = True
  28. StartingPoints = 15,50,5000
  29. SharedUpgradePool = True
  30. }
  31. KCT_Preset_Time
  32. {
  33. OverallMultiplier = 25
  34. BuildEffect = 1
  35. InventoryEffect = 100
  36. ReconditioningEffect = 576
  37. MaxReconditioning = 13500000
  38. RolloutReconSplit = 0.5
  39. }
  40. KCT_Preset_Formula
  41. {
  42. UpgradeFundsFormula = 10000
  43. 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.
  44. EffectivePartFormula = min([C]/([I] + ([B]*(max([U]*0.125,1)+1))), [C])
  45. ProceduralPartFormula = (([C]-[A]) + ([A]*10/max([I],1))) / max([B]*(max([U]*0.125,1)+1),1)
  46. BPFormula = (10000 + ([E]*60))*[O]
  47. KSCUpgradeFormula = ([C]^(3/4))*200*[O]
  48. ReconditioningFormula = (min(7200+((([M]*[O]*[E]*[C]*0.001)^(1/2))*60), [X])*abs([RE]-[S]))*([L]+4)*([L]+4)/25
  49. BuildRateFormula = (1+([L]*0.25))*(([I]+1)*0.05*[N] + max(0.1-[I], 0))*sign([L]-[I])
  50. SimCostFormula = max([C]/50 * ([PM]/[KM]) * ([S]/10 + 1) * ([A] + 1) * ([L]^0.5), 100)
  51. KerbinSimCostFormula = max([C]/500 * ([L]^0.5), 5) // at ^.5, 15min = 30x
  52. InventorySaleFormula = 0
  53. ResearchFormula = -1
  54. UpgradeResetFormula = -1
  55. UpgradeScienceFormula = -1
  56. NewLaunchPadCostFormula = 25000*(0.75 + ([N]^1.25)*.25)
  57.  
  58. KCT_Preset_Part_Variables
  59. {
  60. Module_Variables
  61. {
  62. ModuleTagAvionics = 10000000000
  63. }
  64. }
  65.  
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement