Pathfinding Tech Demo
This project is a demonstration on how you can implement pathfinding in rpg maker 2003. The pathfinding is based on Dijkstra Maps. For a more technical overview of how everything works I’ve written a tutorial about it.
The project contains three examples that you can try out to see the system in action.
Random Movement
Watch a knight protect the world from a monsters. The monsters will spawn, select a random position on the map, calculate and follow a path to it. In turn the knight will path towards the monster to slay it.
Controls
Demonstrates how the system can be used to control the player for something like a turn based game. Move the cursor with the arrow keys and press enter to calculate the path to the tile; press enter again on the same tile and the player will move to it.
Tutorial Example
It’s a lot like the random movement demonstration but scaled down. The skeleton will pick a random position on the map, calculate and follow a path to it. Once it reaches its destination it will pick a new one.
It’s a good place to start if you want to see how everything works as this one doesn’t have any added fluff to it.
Note that it’s not selectable from the menu but is included in the project.
This project is a demonstration on how you can implement pathfinding in rpg maker 2003. The pathfinding is based on Dijkstra Maps. For a more technical overview of how everything works I’ve written a tutorial about it.
The project contains three examples that you can try out to see the system in action.
Random Movement

Watch a knight protect the world from a monsters. The monsters will spawn, select a random position on the map, calculate and follow a path to it. In turn the knight will path towards the monster to slay it.
Controls

Demonstrates how the system can be used to control the player for something like a turn based game. Move the cursor with the arrow keys and press enter to calculate the path to the tile; press enter again on the same tile and the player will move to it.
Tutorial Example

It’s a lot like the random movement demonstration but scaled down. The skeleton will pick a random position on the map, calculate and follow a path to it. Once it reaches its destination it will pick a new one.
It’s a good place to start if you want to see how everything works as this one doesn’t have any added fluff to it.
Note that it’s not selectable from the menu but is included in the project.
Latest Blog
No blog entries have been posted yet.
- Completed
- Momeka
RPG Maker 2003
- Adventure Simulation
- 06/20/2016 07:28 PM
- 06/23/2016 05:51 PM
- 06/20/2016
- 10500
- 4
- 224
Pages:
1