- Joined
- Dec 13, 2017
- Messages
- 13
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- RMMV
Hi all,
I require a couple of plugins or scripts for a project I'm working on, and I couldn't find any that already do exactly what we need.
The main plugin we require is a tracker for player position. We would have a small (village) map with max three indoor maps, and wish to have a record of where our players were moving whilst playing. For example, they start in front of their house, get a quest to get some fruit from the store, and we get a list of coordinates they went through to find their way there and back. We would only record position in the main outdoors (village) map; if tracking a couple of indoor maps too is trivial great, but our main interest is the main map. Is a plugin that records their position and exports it to some kind of a readable text file in any form similar to (0,0; 0,1; 0,2; 0,3; 0,4; 1,4; 2,4; 3,4; 3,5; ...) possible? Any alternatives are welcome, if you think you have a better idea than recording their movement on a coordinate grid, please feel free to suggest, but keep in mind we require a level of precision a step-by-step coordinate grid would allow us.
I found a couple of plugins that sort of seem like they could potentially help, but none of them do exactly what we need in a reliable way. E.g. looking at NeMV - On Step Effect. It is a bit of a stretch, but if any of you see a way to alter the code in a way it would do what we need for tracking player position step-by-step, that would be great.
Again, any suggestions are very welcome!
TL;DR - we need a plugin that would record player position step-by-step in (x,y) coordinates on a small consistent map, and export this to a text file or any afterwards readable format.
I require a couple of plugins or scripts for a project I'm working on, and I couldn't find any that already do exactly what we need.
The main plugin we require is a tracker for player position. We would have a small (village) map with max three indoor maps, and wish to have a record of where our players were moving whilst playing. For example, they start in front of their house, get a quest to get some fruit from the store, and we get a list of coordinates they went through to find their way there and back. We would only record position in the main outdoors (village) map; if tracking a couple of indoor maps too is trivial great, but our main interest is the main map. Is a plugin that records their position and exports it to some kind of a readable text file in any form similar to (0,0; 0,1; 0,2; 0,3; 0,4; 1,4; 2,4; 3,4; 3,5; ...) possible? Any alternatives are welcome, if you think you have a better idea than recording their movement on a coordinate grid, please feel free to suggest, but keep in mind we require a level of precision a step-by-step coordinate grid would allow us.
I found a couple of plugins that sort of seem like they could potentially help, but none of them do exactly what we need in a reliable way. E.g. looking at NeMV - On Step Effect. It is a bit of a stretch, but if any of you see a way to alter the code in a way it would do what we need for tracking player position step-by-step, that would be great.
Again, any suggestions are very welcome!
TL;DR - we need a plugin that would record player position step-by-step in (x,y) coordinates on a small consistent map, and export this to a text file or any afterwards readable format.
Last edited: