The Daily Click ::. Projects ::. Unnamed RTS
 

Project: Unnamed RTS
Project Started: 18th February, 2009 Last Update: 31st December, 2009
Project Owner: bigredron Project Members:
Project Type: RTS Project Progress:

Pathfinding using LUA!
Posted 21st Dec 09, by bigredron  
I successfully implemented A* pathfinding using LUA. What does this mean? Well previously I was using the Advanced Pathfinding extension to store all my path information. This worked OK however everytime I needed to retrieve any path information I had to do a call into MMF and return the values which I felt had a bit too much overhead. Using LUA, I can store all of my map data outside of MMF which should result in more speed. So far LUA seems to be able to find the paths extremely fast, however I haven't tested it on big maps yet, so I cannot be sure how effective it will be for what I have planned.

I will post more later once I do more tests!!

Posted by alessandroLino 21st December, 2009

well, this seems great! could you post an article or something showing how did u do lua pathfinding? THAT would be handy
 


 



Project Forums


Favourite

Advertisement

Worth A Click