there's an original compressed 1.03 files around page 4-6ish, i download them adn apply the patch using that fileI would also like to know how you did it, there is no steam version uploaded anywhere (that I can find) and the patch installer can't be extracted with Universal Extractor.
Nice, but how did you get the CRC for this game? This will be useful for other kagura games. Can you explain how did you made the dummy file? (I've found this so farView attachment 668325
There is indeed a way, just figured it out.
There is a CRC check for Script.vdf.
I created a dummy file with a spoofed CRC and attached it, just put it in your games folder and run the patcher again.
I haven't tested it yet, but have fun guys!
Edit: after playing a couple hours I can verify it works 100%
Previous method works, but thanks for replying anywaythere's an original compressed 1.03 files around page 4-6ish, i download them adn apply the patch using that file
That's actually sad tbh. Its like a complete downgrade all around. Character designs suck and the CG variation were pretty damn mediocre compared to this.I mean, it's an actual sequel. Just wait for an english translation.
I second this, plesse teach us your ways darkleecher01. I want to be able to patch Ideology in Friction appendNice, but how did you get the CRC for this game? This will be useful for other kagura games. Can you explain how did you made the dummy file? (I've found this so farYou must be registered to see the links)
For Ideology you can get the darksiders steam version and apply the Kagura patchI second this, plesse teach us your ways darkleecher01. I want to be able to patch Ideology in Friction append
There is no known unpacker for Setup Factory, so I just ran the setup and attached cheat engine.I second this, plesse teach us your ways darkleecher01. I want to be able to patch Ideology in Friction append
Genius, intresting way to use cheat engine.There is no known unpacker for Setup Factory, so I just ran the setup and attached cheat engine.
From there, you do a string search for the error message you're getting and browse the memory regions.
Then I figured out the game uses a lua script for the installation and I found this code:
View attachment 671437
Assuming they just copy paste this script for every release, you can just do a search for 'scriptcrc' and you'll find what you're looking for.
3809473158 is the CRC the patcher is checking for, in hexadecimal this will give you the value 0xE30FF286.
I then created a new Script.vdf file with my hex editor containing 4 0x00 bytes and ran the following program over it:
You must be registered to see the links(I used the python version).
Syntax used was 'python forcecrc32.py Script.vdf 0 E30FF286'
This will spit out a file that you can use to bypass the check.
Happy hacking!