DCNick3 / shin

A reimplementation of VN engine primarily used by 07-th expansion releases on consoles (and some other entergram games)
https://dcnick3.github.io/shin/shin/
Mozilla Public License 2.0
29 stars 2 forks source link

Load the Adv state from Vm state #19

Open DCNick3 opened 1 year ago

DCNick3 commented 1 year ago

This seems to be called "Scene Loading" in the game

The idea is to first run a lighter version of VM, without loading assets & rendering to a specific position in the script, and then to materialize it to the "real" ADV view.

This feature is used to implement loading (definitely), rollback and save thumbnail building (maybe). Also, warping to specific point of SNR is useful for development & debugging.