Jump to content

Recommended Posts

Posted

OpenBETA 2.5.6.55960:

 

Oil rig generates an error message when hit (with 4*Mk84):

https://drive.google.com/file/d/1GEEOzj9WCUHl1K9FLiibD9pj9FdFVcS6/view?usp=sharing

 

Oil rigs and Gas platforms sometimes have their respective type reflected on the F10 map (Oil rig/Gas platform with the Heliport frequency - normal behaviour) or without any additional data(freq, callsign, heading) their TYPE is ZIL_KUNG_P1.

Gas platform OK

Gas platform ZIL_KUNG_P1

Oil rig OK

Oil rig after StaticObject.getByName([name]):destroy()

 

 

When removed with ie.

 

StaticObject.getByName('Static Oil rig-3'):destroy()

or

Unit.getByName('Static Oil rig-3'):destroy() 

 

it only removes their label from the F10 map, but doesn't remove them from neither the scenery, nor the map (so most importantly not from the memory).

After removal their TYPE is always changed to ZIL_KUNG_P1.

  • 4 weeks later...
Posted

Additionally, when the type of any of these objects (Gas or Oil rig) requested, it returns as if the object didn't exist, while it it's position is requested it works fine.

local pos = StaticObject.getByName(staticname):getPoint() -- WORKS
local typename = StaticObject.getByName(staticname):getTypeName() -- returns object doesn't exist

 

 

  • 10 months later...
  • 7 months later...
  • 3 months later...
Posted

@Jagohu I've just tried what you described in the OP nearly two years ago:

  1. destroy() still won't remove F10 icons nor scenery. -> I'll report this.
  2. I got no error message popup.
  3. Unit types were OK (in F10 view and through getTypeName() function).

If issues 2 and 3 are still existing, can you please share a short track to demonstrate?

---

  • 3 weeks later...
Posted

@Flappie Thanks for picking this up.

1. If it's destroyed with bombs it removes the F10 icons now, but not the object from the scenery. This bit should be fixed, thanks for reporting it!

2. Indeed that bit seems ok.

3. Types are OK indeed

4. It still has a radio transmitter on 127.5 OIBA fixed according to the F10 CALLSIGN field. It can't be modified through ME, but at least it's not showing up anymore even in Easy Comms which is good!

  • Thanks 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...