Discussion thread for the Neuro Ren'Py Implementation: https://github.com/caheuer/neuro-renpy-implementation
Hi everyone! I have been thinking about what games would work best for control by Neuro or Evil via the Game API. I came to the conclusion that visual novels would be perfect, as they are not time sensitive and the controls are limited. I therefore made it my mission to create an implementation of the Neuro Game API for the probably most popular game engine for visual novels: Ren'Py (https://www.renpy.org/).
Ren'Py is the engine used for visual novel classics such as Doki Doki Literature Club!, Slay the Princess (which has already been played on stream), Vedal's Secret (even though this mod does not work with it due to only a web build being available), and many more!
The implementation can be used to give full control of the game (making choices, etc.) or just for context (dialogue, options, etc.) when controlled by a human companion.
This mod should work with any Ren'Py game out there, as long as it does not have crazy custom functions. However, the mod is still a work-in-progress, and I have only tested it on three published games so far, so there is a chance you will run into problems when trying the mod on a new game.
The implementation can also be used for Ren'Py game developers who want to easily add Neuro Implementation to their own game. Developers can integrate with the mod for additional Neuro functionalities.
Check the GitHub README for more information.