Bridge Commander Central

BC Forums => BC Technical Support => Topic started by: gtillmon on March 11, 2012, 08:48:33 PM

Title: Script errors
Post by: gtillmon on March 11, 2012, 08:48:33 PM
Hello.

Can someone please help me fix this error?

Setting splash damage for Attacker 1 to (2812.500000, 56.250000)
Traceback (innermost last):
  File ".\Scripts\ftb\LaunchShipHandlers.py", line 174, in ObjectKilledHandler
    ftb.ShipManager.RemoveShip(pShip)
  File ".\Scripts\ftb\ShipManager.py", line 49, in RemoveShip
    shipRegistry.Remove(str(pShip.GetObjID()) + pShip.GetName())
  File ".\Scripts\Registry.py", line 27, in Remove
    if _keyList.hasKey(what):
NameError: _keyList
Title: Re: Script errors
Post by: Mario on March 12, 2012, 01:55:44 PM
Try using this registry.py (fix by Mleo)

http://www.mediafire.com/file/tvnellp8uja850f/Registry.py
Title: Re: Script errors
Post by: gtillmon on March 13, 2012, 05:03:59 PM
Thanks man.
That worked for them.