[problem]meteroid control

i was playing entrenchment 1.02 the other day and i had an advent star base with meteroid control on level 1 so i decided to get the next level of it while my starbase was bombing the planet with its final judgement, when the upgrade was done i went to use final judgement but it didnt work it said the starbase couldnt move into position so i looked at the range of the ability and it had shrunk from the whole gravity well to a small area around the base

 

 

before

after

is this just happening to me or are other people getting this too?

 

24,821 views 3 replies
Reply #1 Top

Haha no one is ever going to build the starbase that close to a enemy planet that quickly and upgrade final judgement.  I don't know if this is happening to me,  I don't use this ability often.  I have to check.

Reply #2 Top

Confirmed.  There is a bug in AbilityMeteorStrikePlanet.entity;

 

range
    Level:0 40000.000000
    Level:1 0.000000
    Level:2 0.000000

 

If you can mod, here is the corrected code;

 

range
    Level:0 40000.000000
    Level:1 40000.000000
    Level:2 0.000000

 

Email to IC sent.

+1 Loading…
Reply #3 Top

thanks varekraith for looking into this for me im glad im not alone with this problem.