KSP-RO / TestFlight

KSP Mod that provides a part research and reliability system
43 stars 32 forks source link

TFRNDSETTINGS #179

Closed ghost closed 6 years ago

ghost commented 6 years ago

Are you sure setting of TFRNDSETTINGS has a function at any time?

RO and also RP-1 try to change the default Teams, but it seems to change nothing.

RP-1 use real costs for research and this result in very strange costs.

RO does it over the costs and pull it down, but for RP-1 it will be also cool if we can change the time for one cycle to maybe one week.

screenshot9

TFRNDSETTINGS
{
    updateFrequency = 86400

    TEAM
    {
        points = 10.0
        costFactor = 5
    }

    TEAM
    {
        points = 12.5
        costFactor = 7.5
    }

    TEAM
    {
        points = 15.0
        costFactor = 10
    }
}

change nothing at this point