Blockland Forums > Modification Help
Items cannot be picked up after loading a save.
HALO3cheif:
Here is what was found after searching for onCollision
--- Code: ---Entering Armor::onCollision(38, 37735, 97549, 5.868252 3.774986 0.000000, )
Entering ShapeBase::pickup(37735, 97549)
Entering Weapon::onPickup(1402, 97549, 37735, )
Entering ItemData::onPickup(1402, 97549, 37735, )
Leaving ItemData::onPickup() - return 97549
Leaving Weapon::onPickup() - return 97549
Leaving ShapeBase::pickup() - return 97549
Leaving Armor::onCollision() - return 97549
--- End code ---
Conan:
--- Quote from: HALO3cheif on December 09, 2017, 12:37:37 PM ---Here is what was found after searching for onCollision
--- Code: ---Entering Armor::onCollision(38, 37735, 97549, 5.868252 3.774986 0.000000, )
Entering ShapeBase::pickup(37735, 97549)
Entering Weapon::onPickup(1402, 97549, 37735, )
Entering ItemData::onPickup(1402, 97549, 37735, )
Leaving ItemData::onPickup() - return 97549
Leaving Weapon::onPickup() - return 97549
Leaving ShapeBase::pickup() - return 97549
Leaving Armor::onCollision() - return 97549
--- End code ---
--- End quote ---
is this on a new trace?
HALO3cheif:
--- Quote from: Conan on December 09, 2017, 12:45:54 PM ---is this on a new trace?
--- End quote ---
This was a new trace, after I had deleted T+T and disabled Gcat weapons.
PhantOS:
Have you tried testing this issue on more than one save?
HALO3cheif:
--- Quote from: PhantOS on December 09, 2017, 01:52:34 PM ---Have you tried testing this issue on more than one save?
--- End quote ---
Yes, and there is still an issue picking up items.