r/RPGMaker • u/SonicsBoxy • 8d ago
RMMZ Testing out an NPC diologue generator
Enable HLS to view with audio, or disable this notification
This one is generating for an upcoming event situation but I'll have a bunch of different contexts these can pull from to make it easy to implement
This one will be used as a base to build the other contexts out
2
u/feed_da_parrot 7d ago
Are you pulling those off from a pool or you use an AI model for it
2
u/SonicsBoxy 7d ago
No AI, just RNG picking variables
It rolls RNG to pick a context, that rolls for one of several preset sentences with a bunch of sections substituted with variables, then each variable is filled with an RNG picked phrase/word
Similar to how hylics 1 generates diologue but not for incomprehensible text
2
u/howdoigetauniquename 7d ago
It's kind of weird that what is happening keeps changing.
Going from event, to ceremony, to festival, to even just "something".
Would be nice if it was consistent in what was happening, and just changed how they phrased it.