but first i still need to fix some stuff for duplicating those normal enemies
they work fine but they dont have any collision yet
thats gonna be a huge pain in the ass
Thanks

but i found out something interesting
there may be a limited on the amount of enemy hooks you can have active
if i would add ***1*** more hook, regardless if it is a newly made one or an existing one the game will crash. This happens with other squads too
DRM?

hmm... or could be the memory limit was reached 🤷
But yeah, we still need to figure out the collision stuff
I think the way of how it works is that in the clonemanager you have a list of pairs of nodes where the collision is checked between them.
So if you want to make a new bounding sphere collide with Asterix and Obelix, we need to "register" the collision between them in the list by adding two entries: (Sphere, Asterix) and (Sphere, Obelix)
that's what I believe the system works so far
you mean in the SrvCollision, not in the clonemanager?
but there are also other arrays in it that I still have no idea what they do
is the srvcollision even fully parsed yet?
in the middle of the bings array there was a huge list of references