@

@

@

@


Whatever: I didn't really change anything that makes the game much slower. The only thing I can think of is the light engine. Disable it if the game is slow.
@

addhook("projectile","test") function test(id,weapon,x,y) msg(id,weapon,x,y) end
addhook("projectile","test") function test(id,weapon,x,y) msg(id.." "..weapon.." "..x.." "..y) end