C-script 2026-07-04 04:49
I'm making a low graphic explorer called The Time Of Grassy Planes and currently the player is in the local village (village will be named soon but taking suggestion). I need some dialog for the NPCs. I like crazy stuff that would make the player laugh or whatever just would like some help. If you want a reward, I can add you as a NPC, boss, player, or something else.
SP4CEBAR 2026-07-05 13:53 (Edited)
Writing whole dialogue sections sounds like something AI is good at. I'd recommend to draft up a data format first to organize large volumes of text strings, and then ask AI to write in that format.
You could take inspiration from LowRes Adventure's data structure in its source code. If you want to get really fancy, you could draw inspiration from SCUMM.
I have used ChatGPT before to write interactive stories and it worked fairly well, it just didn't generate all of the button links correctly since LLMs usually write from start to end and don't know what they haven't written yet