locate a file

I need help finding the file that let's you mod the phase jump inhibitor charge time. Right now it slows it by 250% does anyone know what file it is exactly?
7,020 views 4 replies
Reply #1 Top
Two things :)

First, if yours is only 250% you're using a very old game version, it was patched in 1.03 I believe to 700%.

Second, the file you need to modify (make sure you download the latest 1.05 reference data first) is BuffHyperspaceDisruptionTarget.entity.

Specifically:

entityModifier
buffEntityModifierType "HyperspaceChargeUpRate"
value
Level:0 -7.00000
Level:1 0.000000
Level:2 0.000000

Where -7 means -700%.

Hope this helps!
+1 Loading…
Reply #2 Top
thanks I been looking for this file for two days now. I have the latest version I'm modding another mod.
Reply #3 Top
If you're changing an old mod, another fair warning is to make sure you're not using an old gameplay.constants. Check to see if it has "maxShipSlots 2300" in the mod, and if it does you'll need to replace it with a new one or it will give you many problems :)

Just tossing it out there since I don't know what exactly you're doing :P