Quote: "I think i've posted a link to IanM's library"
Err...no, not even on the previous page. Which library are you talking about? I have his Matrix1Utils thing, and I can't see it really helping much with path finding.
As you are rewriting, maybe you wouldn't mind increasing the camera speed? It's a bit slow. Also, and you probably already did this, but if you are using sync on and sync rate 60 (or whatever), I recommend you change to this:
sync on
sync rate 0
autocam off
hide mouse
set display mode desktop width(),desktop height(),32,1
sync
That's what I put at the top of almost all of my projects. The only drawback with the vsync method is the if someone has their monitor set to 75Hz it will run at 75 FPS.
If you are not using sync at all, I will keel over and die. The absolutely
cannot write a game without using sync. If you aren't using it, and after I come back to life, I will explain what it's for.
Clonkex
Making games is easy.....finishing them is a different matter.
Intel Core 2 Duo 2.8Ghz, Nvidia GeForce 9400 GT 512mb, 1gb ram.