Theme editor

  • RequestStream Movies, TV shows and anime streaming • 1 week trial
  • LewdCorner Site Cleanup Update
    A new cleanup update has been posted covering the recent Vault rework, rank changes, policy cleanup, and theme polish. The goal is to make LC cleaner, easier to understand, and safer for the site going forward. - Jack Of Blades
    Read More
  • use the latest updates page in the main menu for recently updated games (we are still fixing this section.)

Cheats Takei's Journey - Stats/Relationship cheat mod

  • Thread starter Thread starter LewdUser69
  • Start date Start date
  • Replies Replies 31
  • Views Views 20K

LewdUser69

Registered
Lewd
Joined
Oct 12, 2022
Threads
1
Messages
40
Vouches
0
Likes
66
Activity Coin
12
Donation Coin
0
Platinum Coin
0
LewdCoins
⚡145
1/3
‎3 Years of Service‎
Thread owner
Overview:
My cheat mod for Takei's Journey since I got tired of the grind...

The mod should not need updating to work with future game versions unless new stats or characters are added.
If new stats are added the mod will end up "hiding" them in the character stats screen until updated, however it should not break them.
If new characters are added, the mod will simply not have cheats for them until updated.​

Updated: 2026-03-23
Game/Creator: Takei's Journey
Modder: LewdUser69
Mod Version: 0.35-1
Supported Game Version: 0.35+
Language: English

Features:
  • Modify character stats
  • Modify relationship stats
  • Modify ryo (money)
  • Modify fame

Installation:
Place the .rpy file in TakeisJourney/game/ directory.

Uninstallation:
Remove the .rpy file from TakeisJourney/game/ directory.

Change-Log:
  • 0.35-1
    • Fix the incorrect character stats page when going back from bio.
    • Change uncapped stats increments to 10 instead of 1.
  • 0.31-1
    • Fix the incorrect character stats page when going back from bio.
    • Remove the ability to go past max cap on chakra
    • Add a new button to increase max cap to chakra, fame (implicit cap), lust (implicit cap) and ryo (implicit cap).
  • 0.31-0
    • Make Lust uncapped to allow incrementing beyond max.
    • Hana Inuzuka cheats page.
  • 0.30-0
    • Character stats screen
      • Remove cap from chakra to allow increasing it to infinity due to the way max_chakra works
  • 0.27.2-1
    • Shinobi life screen
      • Fame stat modification
      • Ryo (money) modification
    • Character stat modification
    • Relationship stat modification
    • Max all stats option
    • Max all relationships option

Download:
Pre-patched v0.36:

You must be registered to see attachments
You must be registered to see attachments
 

Attachments

You must be registered for see attachments list
Last edited:
I can't see the following thing
Place the .rpy file in TakeisJourney/game/ directory.
 
Thread owner
Rpy file is attached to the main post. You need to download it and drop it to the game directory inside your main game extract directory. Game directory should already contain a bunch of .rpyc files.
 
I can't find when i need to put it or it's not working on mobile?
 
Using the max relationship button causes an error

Code:
I'm sorry, but an uncaught exception occurred.



While running game code:

  File "game/daycycle.rpy", line 4829, in script

  File "renpy/common/00action_other.rpy", line 586, in __call__

  File "game/tj_cheats_mod-0.31.0.rpy", line 37, in cheat_max_all_relationships

  File "game/tj_cheats_mod-0.31.0.rpy", line 32, in cheat_set_var

AttributeError: 'StoreModule' object has no attribute 'maxhanainuzuka_rs'



-- Full Traceback ------------------------------------------------------------



Full traceback:

  File "game/daycycle.rpy", line 4829, in script

  File "renpy/ast.py", line 1621, in execute

  File "renpy/exports.py", line 1110, in menu

  File "renpy/exports.py", line 1365, in display_menu

  File "renpy/ui.py", line 301, in interact

  File "renpy/display\core.py", line 2212, in interact

  File "renpy/display\core.py", line 3254, in interact_core

  File "renpy/display\layout.py", line 1202, in event

  File "renpy/display\layout.py", line 1202, in event

  File "renpy/display\layout.py", line 1202, in event

  File "renpy/display\screen.py", line 793, in event

  File "renpy/display\layout.py", line 1202, in event

  File "renpy/display\layout.py", line 1202, in event

  File "renpy/display\layout.py", line 1202, in event

  File "renpy/display\behavior.py", line 1174, in event

  File "renpy/display\behavior.py", line 1095, in handle_click

  File "renpy/display\behavior.py", line 388, in run

  File "renpy/display\behavior.py", line 395, in run

  File "renpy/common/00action_other.rpy", line 586, in __call__

  File "game/tj_cheats_mod-0.31.0.rpy", line 37, in cheat_max_all_relationships

  File "game/tj_cheats_mod-0.31.0.rpy", line 32, in cheat_set_var

AttributeError: 'StoreModule' object has no attribute 'maxhanainuzuka_rs'
 
I can't find when i need to put it or it's not working on mobile?
While it might be possible to place and remove files in the Data folder using (Files by Marc apps & software) and a split window app like (Split Multitasking Dual Screen by Art DS apps)
drag and drop
"you'll need to add a folder called game to the the files folder android>data>com.gamename>files>game
then place any mods in the game folder"

You could more simply aquire JoiPlay and all the plugins from their Patreon
Then download the Win version of the game and play it on JoiPlay
 
Last edited:
Thread owner
Mod updated to allow explicitly increasing max chakra which persists. I couldn't reproduce "AttributeError: 'StoreModule' object has no attribute 'maxhanainuzuka_rs'" error, but that variable is declared in the main game for sure. I suspect you're using early release of 0.31 which did not have Inuzuka's events and as such no variable for them. Redownload the latest uploaded version of 0.31 which had Inuzuka's events added and see if the issue persists (or just wait for the next release).
Using the max relationship button causes an error

Code:
I'm sorry, but an uncaught exception occurred.



While running game code:

  File "game/daycycle.rpy", line 4829, in script

  File "renpy/common/00action_other.rpy", line 586, in __call__

  File "game/tj_cheats_mod-0.31.0.rpy", line 37, in cheat_max_all_relationships

  File "game/tj_cheats_mod-0.31.0.rpy", line 32, in cheat_set_var

AttributeError: 'StoreModule' object has no attribute 'maxhanainuzuka_rs'



-- Full Traceback ------------------------------------------------------------



Full traceback:

  File "game/daycycle.rpy", line 4829, in script

  File "renpy/ast.py", line 1621, in execute

  File "renpy/exports.py", line 1110, in menu

  File "renpy/exports.py", line 1365, in display_menu

  File "renpy/ui.py", line 301, in interact

  File "renpy/display\core.py", line 2212, in interact

  File "renpy/display\core.py", line 3254, in interact_core

  File "renpy/display\layout.py", line 1202, in event

  File "renpy/display\layout.py", line 1202, in event

  File "renpy/display\layout.py", line 1202, in event

  File "renpy/display\screen.py", line 793, in event

  File "renpy/display\layout.py", line 1202, in event

  File "renpy/display\layout.py", line 1202, in event

  File "renpy/display\layout.py", line 1202, in event

  File "renpy/display\behavior.py", line 1174, in event

  File "renpy/display\behavior.py", line 1095, in handle_click

  File "renpy/display\behavior.py", line 388, in run

  File "renpy/display\behavior.py", line 395, in run

  File "renpy/common/00action_other.rpy", line 586, in __call__

  File "game/tj_cheats_mod-0.31.0.rpy", line 37, in cheat_max_all_relationships

  File "game/tj_cheats_mod-0.31.0.rpy", line 32, in cheat_set_var

AttributeError: 'StoreModule' object has no attribute 'maxhanainuzuka_rs'
 
Mod updated to allow explicitly increasing max chakra which persists. I couldn't reproduce "AttributeError: 'StoreModule' object has no attribute 'maxhanainuzuka_rs'" error, but that variable is declared in the main game for sure. I suspect you're using early release of 0.31 which did not have Inuzuka's events and as such no variable for them. Redownload the latest uploaded version of 0.31 which had Inuzuka's events added and see if the issue persists (or just wait for the next release).
I'm playing version 30 which is the version available on this site
 
Overview:
My cheat mod for Takei's Journey since I got tired of the grind...

The mod should not need updating to work with future game versions unless new stats or characters are added.
If new stats are added the mod will end up "hiding" them in the character stats screen until updated, however it should not break them.
If new characters are added, the mod will simply not have cheats for them until updated.​

Updated: 2025-07-14
Game/Creator: Takei's Journey
Modder: LewdUser69
Mod Version: 0.31-1
Game Version: 0.31
Language: English

Features:
  • Modify character stats
  • Modify relationship stats
  • Modify ryo (money)
  • Modify fame

Installation:
Place the .rpy file in TakeisJourney/game/ directory.

Uninstallation:
Remove the .rpy file from TakeisJourney/game/ directory.

Change-Log:
  • 0.31-1
    • Fix the incorrect character stats page when going back from bio.
    • Remove the ability to go past max cap on chakra
    • Add a new button to increase max cap to chakra, fame (implicit cap), lust (implicit cap) and ryo (implicit cap).
  • 0.31-0
    • Make Lust uncapped to allow incrementing beyond max.
    • Hana Inuzuka cheats page.
  • 0.30-0
    • Character stats screen
      • Remove cap from chakra to allow increasing it to infinity due to the way max_chakra works
  • 0.27.2-1
    • Shinobi life screen
      • Fame stat modification
      • Ryo (money) modification
  • 0.27.2-0
    • Character stat modification
    • Relationship stat modification
    • Max all stats option
    • Max all relationships option

Download: (attached tj_cheats_mod-*.rpy)

You must be registered to see attachments
You must be registered to see attachments
 
Back
Top Bottom