Never heard of it, is this supposed to be a game engine? I've tried to do a websearch, but given that "VN maker" is not really a name rather a generic phrase I couldn't find anything (more precisely I've only found too many unrelated stuff: Ren'Py, Twine, TyranoBuilder, NovelStudio and such. If this engine was among the results, it got lost in the noise). Do you have a link to this engine by any chance?
On the other hand I've reverse engineered this game for you. There's nothing VN maker specific in it either, it just looks like any other electron app. Just by looking at the files it is difficult to tell this is supposed to be a game, much less that it uses a certain "engine". So I'm not sure it worth adding to GR.
Anyway, there's no archive format whatsoever and its encryption method is extremely primitive, so I quickly put together a decryptor for you (which is also able to autodetect the encryption key):
vnmdecrypt.zip
Usage:
1. copy
vnmdecrypt.exe into the game's directory
2. run
vnmdecrypt.exe there
3. a
decrypted directory will be created, with all the decrypted files from
resources
But if you're hoping to rip H-scene animations from this game, then I have bad news: this uses a 2D skeletal system, so animations are stored in zip files, such as this
sex pix.model3.zip. After unpacking, you'll find a single PNG texture atlas file in it with all sorts of sprites, and a lot of JSON files describing how to crop and paste those parts to create the actual animation frames. So it is not one image per frame like in other games.