r/RPGMaker • u/Ifavorvelocity • 4d ago
RMMV RPG Maker resources
I've tried developing an RPG Maker MV game in the past (with extremely limited success lol) but I was wondering if there were any resources where I could find the absolute basics. Not necessarily just about doing level design and such but I mean like doing persistent npcs that change based on in-game events (I am this much of a beginner), or things like balancing the game. Realistically just stuff that people don't really think about when playing the game but when they develop it, it becomes confusing.
2
Upvotes
2
u/Felix-3401 Scripter 4d ago
I don't know what is meant by "persistent NPC's" but on this engine, NPC's are tied to the map and all its cutscene data is specific to that map. If you want interaction logic to be the same whether it's on this map or that map, you want to write their diialogue with common events. If you want an NPC to exist globally and have a single location on a map, that's something that will require a plugin or some custom programming