"Ghost golden" ships - bug or feature?
Posted: Fri Oct 06, 2017 3:55 pm
For information and discussion about Oolite.
https://bb.oolite.space/
Code: Select all
11:10:17.474 [spawnExtraThargoids]: Spawning of any thargoid: tharglet_Thargorn_Treat
11:10:36.140 [oxp-standards.deprecated]: dealEnergyDamageWithinDesiredRange is deprecated for <ShipEntity 0xfe80268>{"Thargoid Gruntbuggly" position: (-22408.8, -99342, 675297) scanClass: CLASS_THARGOID status: STATUS_IN_FLIGHT}
dealEnergyDamageWithinDesiredRange
? Replace on new method?Code: Select all
DETONATE = {
ENTER = ("setDesiredRangeTo: 250.0", dealEnergyDamageWithinDesiredRange, becomeExplosion, "spawn: rmb-fragparticle 20");
EXIT = ();
UPDATE = ();
};
dealEnergyDamageWithinDesiredRange
is obsolete as it has bugs especially apparent at low frame rates. The JS method dealEnergyDamage
is recommended.I agree.UK_Eliter wrote: ↑Thu Oct 12, 2017 8:12 pm> What's need edit in ExtraThargoids OXP in the function dealEnergyDamageWithinDesiredRange? Replace on new method?
I'm on this (i.e. will fix it), since the method in question is not merely depreciated but buggy. Asking people to fix merely depreciated methods is . . would be perhaps just a little too keen . . depending on how lazy OXP-ers are!