CommitteeOfZero / impacto

"MAGES." visual novel engine reimplementation
ISC License
110 stars 19 forks source link

Possible integration with SCUMMVM? #4

Open neuromancer opened 3 years ago

neuromancer commented 3 years ago

I know this implementation is still a work in progress, but I'm wondering if it does make sense to try to re-use the SCUMMVM implementation of common point-and-click game elements (actor, dialogs, etc) to accelerate the development progress.

henke37 commented 3 years ago

ScummVM does not have any such reusable elements. They are all custom for each supported game engine the project supports.

monyarm commented 3 years ago

I'm currently developing a project called NovelVM, based on ScummVM, which is meant for visual novels.

I would like to merge impacto into NovelVM, when it's closer to completion. (or merge it now, and have the work continue in NovelVM)

NovelVM currently has some basic support for some of the file formats of the Persona games and the Bile Back games. In addition work is ongoing to merge the ViLE engine into NovelVM.