ZeroSum Posted June 2, 2021 Posted June 2, 2021 I want to try and tweak the dialogue of the english release of CLOCKUP's "Healthy Hentai Lifestyle" which was released a few months ago. CLOCKUP games use the Yu-Ris visual novel engine which has a reputation for being difficult to work with, and I'm using a program called YuRISTools (see below) which says it's an all-in-one tool. I've managed to extract the .ybn files from the script.ypf using it, but naturally they're all encrypted. Since it doesn't come with a guide I've basically been fumbling around in the dark and I've tried putting every single file that came with the game into the tool to try and find the correct 8 digit cypher/code, but have turned up nothing.https://github.com/fengberd/YuRISTools Does anyone have any experience with this tool? Quote
Zakamutt Posted June 2, 2021 Posted June 2, 2021 See if ozmafia tools finds it automatically https://drive.google.com/file/d/1YDIJWXSYLXzSf71NWpH4LF0pFLEAJV-Y/view?usp=sharing Quote
ZeroSum Posted June 2, 2021 Author Posted June 2, 2021 (edited) Won't let me access link, says its in violation of their TOS. Edited June 2, 2021 by ZeroSum Quote
Zakamutt Posted June 2, 2021 Posted June 2, 2021 1 hour ago, ZeroSum said: Won't let me access link, says its in violation of their TOS. wait what? uhh whatever try this then https://www.mediafire.com/file/cba8meicdhwhccc/ozmafiatool.zip/file (you can also get it from tlwiki's tools page using the internet archive) Quote
Zakamutt Posted June 2, 2021 Posted June 2, 2021 Actually can you send a build of the tools? I don't want to keep visual c++ on my hdd it takes literal multiple gigabytes of space for some reason. Quote
ZeroSum Posted June 3, 2021 Author Posted June 3, 2021 https://drive.google.com/file/d/104IL2TbQWXYXrRaGnMDknkD0eQQ12rT6/view Zakamutt 1 Quote
x2b Posted June 4, 2021 Posted June 4, 2021 (edited) Those tools look interesting. Quick note though: there's a bug(?) or inconsistency in the tool's Magic32 function (at Checksum.cs line 102).Replacing line 102 with for (int r = 0; r < high; r++) seems to generate the correct key. The comment in there says it's some unknown algorithm, but it's actually just regular CRC-32. edit: The bug is now fixed. Using the input string KenzenDl_e should generate this xor key for your game: 35261381 Edited June 4, 2021 by x2b Quote
ZeroSum Posted June 4, 2021 Author Posted June 4, 2021 So the version I was using was broken all along? Just great. Any chance you'd be able to supply me with a build of the fixed version? That link I posted was given to me by a random anon months ago, I was never able to find an official release anywhere... Quote
x2b Posted June 4, 2021 Posted June 4, 2021 Only the string->key calculation was broken but that's not required if you already know the xor key. Use the xor key I gave for this game. It will decrypt the scripts perfectly with your older tool build. Quote
ZeroSum Posted June 5, 2021 Author Posted June 5, 2021 Yeah, I'm clearly just too stupid to operate this toolset, can't figure out how to get the translate assistant working, or how to properly repack it. would be nice if it's developer included a simple guide. Thanks anyway guys. Quote
jenkinslord Posted November 24, 2022 Posted November 24, 2022 (edited) Hi! Personally, I use Game Extractor –it supports unpacking archives of more than 1400 games and programs, and has the ability to connect additional BMS scripts for unpacking. In addition, the program can open and unpack archives of at least a hundred more games and programs that are not included in the list of supported by developers, thus bringing the number of supported games to at least one and a half thousand. I found out about this program with the help of yes gamers site. Edited November 28, 2022 by jenkinslord Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.