How to make a big jumphold ?
Locked
Speciality Modding
-
I mean is:
When I use a capital ship and go in the jumphold, I always can see the jumphole effects has black area in effects around.
How to make the jumphole effects more big then vanilla and fit effects in all screen (no any black area) ?
Thanks for your time and help.
-
Open up fx/gate_tunnel.ini, and try playing around with values in there. Specifically, the x_range, y_range, and z_range variables. Here’s what Flak uses to ensure all craft have a non-glitchy tunnel:
x_range = 5000.0 y_range = 5000.0 z_range = 300000.0 ```While this technically makes the tunnel huge, it still looks pretty normal, as long as you resize the three values to scale.