Trade Lane effect in jump tunnel
Locked
Conventional Modding
-
Is it possible to remove the stupid Trade Lane effect from the jumping animation?
EDIT: No need I think I found it.
-
Ok, it seems like I don’t know it anymore. Any help?
-
its to do with what FX are attached to the jump FX, i think you can take it out in ini’s
vis_effect = gf_jumpgate_tunnel
thats the entry in effects.ini just hunt it down and there should be a list of FX used, just take out the one for the tradelane, that should help.
-
[Effect] nickname = jumpgate_tunnel effect_type = EFT_JUMP_EFFECTS vis_effect = gf_jumpgate_tunnel
It is not here (the list) that’s the problem.
-
I think this is it:
In jumpeffect.ini,
[JumpGateEffect] nickname = jump_effect_bretonia glow_ring_effect = gf_jumpgate_2_tunnel_A, gf_jumpgate_2_tunnel_C, gf_jumpgate_2_tunnel_B, gf_jumpgate_2_tunnel_D glow_ring_hp = HpFX2, HpFX5, HpFX4, HpFX5 glow_create_time = 1, 1, 2, 4 jump_out_time = 1.500000 jump_out_tunnel_time = 7 jump_in_tunnel_time = 3 jump_in_time = 3 kill_time_before_done = 0.600000 jump_tunnel_effect = jumpgate_in_rings_2 ;;;;;;;;;<--- That line, comment it, blank it, put an empty effect jump_tunnel = gate_tunnel_bretonia jump_ambient = 30,70,98 ;25, 25, 50 jump_background_color = 255, 255, 255
It’s been a while, so I might be wrong, but I do believe this is the good param.
-