Where is the Phase Lane Jump Speed Changed?

Hi,

              I'm trying to change the jump speed when phase jumping from planet to planet, anyone know where it is, and what the value is?

Any help welcome, thank you,

-Teal

 

37,681 views 7 replies
Reply #1 Top

what about baseHyperspaceRange 1000000.0

Reply #2 Top

player(race).entity:

hyperspaceData
    chargeUpEffectName "HyperspaceChargeUp"
    chargeUpEffectNameBetweenStars "HyperspaceChargeUpSolarSystem"
    chargeUpEffectNameDestabilized "HyperspaceChargeUpRed"
    chargeUpEffectSoundID "HYPERSPACE_CHARGEUP"
    travelEffectName "HyperspaceTravel"
    travelEffectNameBetweenStars "HyperspaceTravelSolarSystem"
    travelEffectNameDestabilized "HyperspaceTravelRed"
    travelEffectSoundID "HYPERSPACE_TRAVEL"
    exitEffectName "HyperspaceExit"
    exitEffectSoundID "HYPERSPACE_EXIT"
    baseHyperspaceSpeed 100500.000000
    hyperspaceSpeedBetweenStarsMultiplier 30.000000
    hyperspaceSpeedToFriendlyOrbitBodiesMultiplier 1.800000
    baseHyperspaceAntiMatterCost 100.000000
    baseHyperspaceChargeUpTime 10.000000

 

oh, btw. mine is modified, of course

+1 Loading…
Reply #3 Top

oh ya, that is what i meant, lol I couldn't think at the time I was posted lol

+1 Loading…
Reply #4 Top

:)  EvilIron and Mooster thank you for the help!!  Looks Wonderful EvilIron!!!!  Thank you very much. :)

-Teal

 

 

Reply #5 Top

Or you can use research:

 

researchFloatModifiers 3
researchModifier
    modifierType "HyperspaceSpeedPhaseGateAdjustment"
    baseValue 0.000000
    perLevelValue 0.200000
researchModifier
    modifierType "HyperspaceBetweenSystemSpeedAdjustment"
    baseValue 0.000000
    perLevelValue 0.200000
researchModifier
    modifierType "HyperspaceInSystemSpeedAdjustment"
    baseValue 0.000000
    perLevelValue 0.200000

Reply #6 Top

Thank you everyone!!!  This is great, i appreciate it.  :)

-Teal