mdotstrange / NightmarePuppeteerPublic

Public repo for all things Nightmare Puppeteer
13 stars 1 forks source link

Feature suggestion: Playback/looping through sequenced execution of Console Command strings #417

Open tonikone opened 2 years ago

tonikone commented 2 years ago

Here is how this could work: There is a command list variable somewhere, say 'private list myCommands'.

Preset recall replaces command items in myCommands list. Some sort of command list append or randomizer system could be implemented. Single item lists with command delays could be a start for a simple action sequencer, for example. File I/O of preset files would make scene generators and modifiers possible with AI, shell scripting, CSV and remote server script access.

Simple Renpy-like scripting is well within reach. Injecting simple text tags into various outside world contexts could be helpful in automated pulling in of props, characters, images and so on. With zero scripting knowledge, that is. All one needs is an arbitrary text file with tag search passes for different tasks at hand.

tonikone commented 2 years ago

Oops. Maybe this should have been submitted to #394.