Jump to content

SeleDreams

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by SeleDreams

  1. Just now, littleshogun said:

    Yeah I know that Seishun Fragile did use MGV, but in the older VN (ie Chrono Clock and Hapymaher) Purple Software did use CMV extention. In any case, did you know how to open it?

    Not really, I just started looking at the purple software engine because i was asked to, i didn't have any knowledge about it beforehand so yeah i don't really know about the older ones

  2. 2 minutes ago, littleshogun said:

    So can you tell me the program to open Purple Software video file? The extention is CMV, and looks like Corel would do the job. Although apparently I need a program called CMVS.GUI from one of VNDB thread, so I suspect that it might be related with the programming here. Sorry for being out of topic here.

    CMV ? the game i have in front of me from purple soft uses MGV for its video

  3. 1 minute ago, Infernoplex said:

    From what I recall, yes, the game's script files are encrypted. Every VN in that engine has its own encryption or something.

    usuallly i find the logic of encrypting the assets kind of stupid because it just requires to find the function loading them, and once done we can inject code from the game calling the function loading them and extracting the assets this way directly from the code inside so we completely bypass the encryption since the game willingly gives us everything decrypted lol

  4. 3 minutes ago, Infernoplex said:

    Glad you were able to solve the problem! 😤 I was about to suggest redownloading the demo from a different link, given how the demo works for me, but you already tried it yourself. Anyway, what do you think about the engine? Is it complicated to hack like I heard, or...?

    i'd say the main annoying thing is that i can't find hardcoded references to the cpz files so it's a bit hard to track exactly where they are being parsed

    and the cpz files seem either compressed without header to help, either encrypted so i can't just look at them

     

    I'm right now working on detouring calls from the game to the CreateFileA function of windows in order to be able to intercept the file loadings from the game and know what calls it

  5. 17 minutes ago, Tester said:

    Well, I have one conjecture: settings file may be generated after the first game launch, which wasn't done here correctly, because...

    And, seeing the error, I can presume you did try to launch Japanese demo version.
    Well, you see, there is often one problem then launching random Japanese game, at least visual novel: it may not running (at least correctly) on any locales which aren't Japanese.

    You may try to launch the main exe while emulating the Japanese locale with Locale Emulator. If needed, use deep emulation. Well, launching the exe in a debugger won't be so easy with this method, I guess...

    I did set my whole windows locale to japanese so i don't think so

     

    I've been able to redownload from an other of their links and it works now

  6. 37 minutes ago, Infernoplex said:

    PurpleSoft engine, pretty please? 🙏 You can even grab a demo of some of their titles, like Reallive or Seishun Fragile. Here's an incomplete list of titles using their engine. I did find some Chinese-developed tools that should supposedly work with their engine, but it only covers some older titles (that already got localized).

     

    I tried to launch the reallive demo but nothing happens when i double click on the executables, and when i click on the config executables this appears but i don't know japanese 

     

    .jgpZWRm.png

     

  7. 7 hours ago, Gilang4321 said:

    Can you try Tactic engine like this one?

    https://vndb.org/v12603

    is there any free game or demo of a game using this engine ?

     

    By the way the best right now would be vns that people want to translate and that cannot be translated right now due to the fact their engines haven't been reversed yet, since those would be more useful to reverse

  8. 2 hours ago, Darbury said:

    I've played around with AIRNovel some in the past — I was taking a peek at Shin'ainaru Kodoku to Kunou e — and it's not too bad, all things considered. The development tools are all freely available at https://famibee.web.fc2.com/intro/home.htm. Extracting the assets from a game was pretty easy, but decrypting them without the key is where I got stuck. (It partially encrypts each file with a RC4 cipher, so you need to know both the key and the encryption length offset. Or something very technical sounding like that.)

    I imagine it would be doable to obtain the decryption key through debugging of the function loading assets (after all the key must be obtained from somewhere for the game to load assets)

  9. 4 minutes ago, Tester said:

    Hmmm... AIRNovel (list is by no means complete), I guess? At least I didn't hear about any attempts to reverse it and did not try it myself, but did hear about some localizers complain about it.

    There are also many engines, which was partially reversed. For example, only archives and maybe sometimes images, but not scripts. For example, in case of Lucifen (list is by no means complete) archives was hacked, but there are keys from the just few games extracted, so people without knowing about reversing (there is no keyfinding tool or instruction) can't find a key (from other games). There was some script tool (some Chinese string editor), but for only one type (there are two types of Lucifen scripts: sob and some other) and even it doesn't work with most games.

    Or, if you want really contribute to community, you may want to see Shiina Rio (very popular engine indeed). There are some tools, but they works only with some specific games. As I know, there are no good methods to localize quite good ranges of games on it. But do note, this engine won't succumb so easily.

    Oh, and yes, if you want try something rare, which can be beneficial just for about one game, you may want to see engine of this game.

    ===

    Verily, there are many-many engines like these...

    I'd say most of the time for translations what i would do would be to reverse engineer the code part of games to identify the function that displays text since it would make it easier to this way make code that would detect the string and replace it. that's at least the fastest method for translation purposes only

     

    but when it comes to reversing formats directly this is also doable but takes more time

  10. 22 minutes ago, Zakamutt said:

    light.vn is a somewhat lesser known engine and I don't know of any work having been done on it. It's used by this, for example https://www.freem.ne.jp/win/game/17154. There's also Kodoku no Yurikago, a pretty crazy denpa game by the same writer, though that one's not free.

    I'll take a look at it, since the engine itself is available as well that's kind of nice as it would make it a bit easier to reverse

  11. Hi, I've been programming and making mods for games for some years now and I felt like it would be a fun idea to reverse the file formats of VNs that haven't been reversed yet to help the community translate VNs and mod them.

    If you know of engines from vns that haven't yet been reversed, don't hesitate to suggest some, I might be able to do something about it

×
×
  • Create New...