- Joined
- Mar 17, 2019
- Messages
- 38
- Reaction score
- 62
- First Language
- English
- Primarily Uses
- RMMV
Hello RPG Makies, hope you're all having a nice day.
This thread is a series of questions for making an on-map battle system using mostly common events, with small, beginner-level scripting recommendations being encouraged. The main focus of the questions are around how much an everyday computer could handle before experiencing lag.
Q1 - Can this work?
If you know whether a system like this could/couldn't work on a 50x50 map, with 16 characters, and 10 tiles of perceivable movement per character, on a basic computer, with little lag, then I would greatly appreciate an outright yes or no.
Q2 - Creating a scope around the character.
I wouldn't feel too fussed to write a small script for this. Assuming a selection scope could cover 100 squares at once, would printing the same small image 100 times take a long time to process? What's the best way to do this?
Q3 - Pathfinding.
What seems very challenging is making the pathfinding for both AI and selection scopes. In theory I think paths could methodically be pushed outwards 1 tile at a time to detect where they can move. Will this create too much lag and is there a way to optimize the pathfinding?
Q4 - HUD recommendations.
For sub-menu navigation, drawing character status, turn order; any recommendations for plugins, scripting/eventing advice, or tutorial/thread links regarding this, all would be helpful.
Thank you for reading.
This thread is a series of questions for making an on-map battle system using mostly common events, with small, beginner-level scripting recommendations being encouraged. The main focus of the questions are around how much an everyday computer could handle before experiencing lag.
Q1 - Can this work?
If you know whether a system like this could/couldn't work on a 50x50 map, with 16 characters, and 10 tiles of perceivable movement per character, on a basic computer, with little lag, then I would greatly appreciate an outright yes or no.
Q2 - Creating a scope around the character.
I wouldn't feel too fussed to write a small script for this. Assuming a selection scope could cover 100 squares at once, would printing the same small image 100 times take a long time to process? What's the best way to do this?
Q3 - Pathfinding.
What seems very challenging is making the pathfinding for both AI and selection scopes. In theory I think paths could methodically be pushed outwards 1 tile at a time to detect where they can move. Will this create too much lag and is there a way to optimize the pathfinding?
Q4 - HUD recommendations.
For sub-menu navigation, drawing character status, turn order; any recommendations for plugins, scripting/eventing advice, or tutorial/thread links regarding this, all would be helpful.
While there are a lot of nice scripts I've seen, none of them fully align with what I'd like. Lecode's Tactical Battle System has a lot of features I like, but unfortunately will remain incomplete for an uncertain amount of time. One important thing to note about that version was that it would struggle to load on larger maps, with more entities, or with larger selection scopes. Since I'm limited in both JavaScript knowledge and general understanding coding, I want to know where these barriers would be presented in eventing, and how/if they could be overcome.
Thank you for reading.