Page 1 of 2

[REQUEST] Touhou Soujinengi V -The Genius of Sappheiros-

Posted: Sat Nov 05, 2022 10:40 am
by Blossoming Delusion
Game Name: Touhou Soujinengi V -The Genius of Sappheiros-
Game Engine: Unity
Game Version: Ver. 1_0_0_win

Options Required:
*Infinite HP
*Infinite MP
*Infinite Bombs
*Infinite Lives
*Reduce Enemy Health to 1
*Experience Multiplier
*Infinite Materials when Synthesizing

Steam Website:

Other info: The game is currently in japanese and we are on english localization watch.

Re: [REQUEST] Touhou Soujinengi V -The Genius of Sappheiros-

Posted: Sat Nov 19, 2022 2:27 pm
by komeiji_koishi
+1,Can anyone make a table?

Re: [REQUEST] Touhou Soujinengi V -The Genius of Sappheiros-

Posted: Wed Nov 23, 2022 7:20 pm
by josh2tk89
+1

Re: [REQUEST] Touhou Soujinengi V -The Genius of Sappheiros-

Posted: Wed Dec 14, 2022 3:18 pm
by komeiji_koishi
Almost all numbers can be found and changed with 4 bytes, but if they are not locked, they will return to normal values after equipment replacement and upgrading. But I don't know how to make a table to find them quickly

Re: [REQUEST] Touhou Soujinengi V -The Genius of Sappheiros-

Posted: Sat Apr 08, 2023 11:25 pm
by Ohnivor
If anyone is still looking for this, maybe I can help somewhat. I was searching for a way to reduce grinding and I found the adress for Byakuren's last word multiplier. It increases exp, P item and drop chance just like her LW, usually the value only goes up to 300 but you can make it way bigger.

4 Bytes
298585833D8

Re: [REQUEST] Touhou Soujinengi V -The Genius of Sappheiros-

Posted: Sun Apr 09, 2023 6:21 pm
by RaguRagu
Ohnivor wrote:
Sat Apr 08, 2023 11:25 pm
If anyone is still looking for this, maybe I can help somewhat. I was searching for a way to reduce grinding and I found the adress for Byakuren's last word multiplier. It increases exp, P item and drop chance just like her LW, usually the value only goes up to 300 but you can make it way bigger.

4 Bytes
298585833D8
Tried that and didn't work. :( I've tried other things as well like checking the enemy defeat count but that doesn't seem to change no matter what I do

Re: [REQUEST] Touhou Soujinengi V -The Genius of Sappheiros-

Posted: Sun Apr 09, 2023 6:42 pm
by Ohnivor
RaguRagu wrote:
Sun Apr 09, 2023 6:21 pm
Ohnivor wrote:
Sat Apr 08, 2023 11:25 pm
If anyone is still looking for this, maybe I can help somewhat. I was searching for a way to reduce grinding and I found the adress for Byakuren's last word multiplier. It increases exp, P item and drop chance just like her LW, usually the value only goes up to 300 but you can make it way bigger.

4 Bytes
298585833D8
Tried that and didn't work. :( I've tried other things as well like checking the enemy defeat count but that doesn't seem to change no matter what I do
Maybe the adress changes every time? Honestly I have very basic understanding of Cheat Engine, guess you'd have to search for a value that changes from 0 to x after using Byakuren's LW (x being the multiplier you randomly get, it should change back to 0 after battle).

Re: [REQUEST] Touhou Soujinengi V -The Genius of Sappheiros-

Posted: Sun Apr 09, 2023 11:00 pm
by BabyGroot
Interesting

Re: [REQUEST] Touhou Soujinengi V -The Genius of Sappheiros-

Posted: Thu Dec 28, 2023 8:51 pm
by MTK
Hello!

Still no table for this game?

I've been trying to learn some assembly language to do xp multiplier and such but this game is way too complex for me.
There are too much instructions, commands and operands entangled together.

I'll keep trying since it's interesting but I'll likely never achieve anything lol.

If anyone bored and has anything else to do...

Thanks in advance.

Re: [REQUEST] Touhou Soujinengi V -The Genius of Sappheiros-

Posted: Fri Dec 29, 2023 8:13 pm
by AlexS
(Google translation)

Please tell me what is the largest number of characters a player can have in a battle? At the beginning of the game I see 4 characters.

Re: [REQUEST] Touhou Soujinengi V -The Genius of Sappheiros-

Posted: Fri Dec 29, 2023 9:36 pm
by MTK
It's 5 + a commander.

Re: [REQUEST] Touhou Soujinengi V -The Genius of Sappheiros-

Posted: Sat Dec 30, 2023 11:27 am
by AlexS
(Google translation)

This is a script that, during battle, restores "HP", "MP" and "Lives" to full values every turn. Note: if the damage received in one turn exceeds full health, then the character will die that turn, but the next turn will be restored to full health, and the “life” counter will not decrease.
Tested on game version 1_0_2_win_en (igg). I created and tested the script at the very beginning of the game, when there are only 4 characters on the player's team, so the script only affects 4 characters. You can change the script yourself so that it affects more characters.
In my opinion, the game is not easy to hack, so the script on your system may be unstable or not work at all. Be sure to back up your save game before use.

Re: [REQUEST] Touhou Soujinengi V -The Genius of Sappheiros-

Posted: Sat Dec 30, 2023 8:03 pm
by MTK
I'm going to try it, thanks.

I'll study it and try to learn how it works!
AlexS wrote:
Sat Dec 30, 2023 11:27 am
In my opinion, the game is not easy to hack, so the script on your system may be unstable or not work at all.
I'm a beginner at this but yeah, the game seems hard to hack.

Thank you!

Re: [REQUEST] Touhou Soujinengi V -The Genius of Sappheiros-

Posted: Mon Jun 10, 2024 8:43 pm
by TheChenzy
AlexS wrote:
Sat Dec 30, 2023 11:27 am
(Google translation)

This is a script that, during battle, restores "HP", "MP" and "Lives" to full values every turn. Note: if the damage received in one turn exceeds full health, then the character will die that turn, but the next turn will be restored to full health, and the “life” counter will not decrease.
Tested on game version 1_0_2_win_en (igg). I created and tested the script at the very beginning of the game, when there are only 4 characters on the player's team, so the script only affects 4 characters. You can change the script yourself so that it affects more characters.
In my opinion, the game is not easy to hack, so the script on your system may be unstable or not work at all. Be sure to back up your save game before use.
How would editing it work?
No idea how to do it myself

Re: [REQUEST] Touhou Soujinengi V -The Genius of Sappheiros-

Posted: Tue Jun 11, 2024 1:26 pm
by AlexS
TheChenzy wrote:
Mon Jun 10, 2024 8:43 pm
How would editing it work?
No idea how to do it myself
(Google translation)

To edit the script, right-click on the line with the name of the script "HP + MP + Lives". Select "Change script" from the menu. The "Auto Assemble" window will open, where you can modify the script. To confirm the changes, click "OK".