Hello,
I have been putting together some mods and decided to create a custom preset to go along with them. Most values I can determine. However, there are a few variables that I need help finding what they represent. I have checked the KCT Guide PDF and the GitHub Wiki for these variables and have yet to find anything.
ProceduralPartFormula = (([c]-[A]) + ([A]*10/max([I],1))) / max([B]*([U]+1),1) *[MV]*[PV]
In the above section, I want to find what MV and PV represent.
ReconditioningFormula = min([M]*[O]*[E], [X])*abs([RE]-[S]) / ([LM]-[L]+1)
I am also looking for what LM represents in the above formula.
I will likely have to create a post on the Realistic Progression Zero (RP-0) forum for some of the variables they used in their KCT preset configuration formulas. Still, I will include them below in case anyone knows them too.
EffectivePartFormula = [PV]*[RV]*[MV]*[C]
ProceduralPartFormula = [PV]*[RV]*[MV]*[C]
I am looking for what RV represents above.
KSCUpgradeFormula = ((([C]*0.2)^(0.75))*5000*([Adm]+[AC]+[MC]+[RD]+[RW]+[TS]+[SPH]+[VAB]))+(max((((([C]+100000)*0.2)^0.85)*4500-23000000), 750000)*[LP])
And what Adm, AC, MC, RD, RW, TS, SPH, and VAB represent.
ReconditioningFormula = 0.5*(abs([RE]-[S])*(([BP]*3-400000) * (0.7 + (([SN]^0.5)*0.05) + (([SP]^0.5)*0.05)) * (([L]+4)^2) * 0.00012)*50)
Also, what do SN and SP represent?
RushCostFormula = ([TC]+((max(0,2000-[TC]))^0.9))*(1.15^[RC])
Lastly, what do TC and RC represent?
Again, I will gladly ask the RP-0 questions in their related forum, but if I could get a response about the first three variables found in the default preset, I would appreciate it.