Path of Desire cover

Path of Desire

Ongoing v.0.5.2
Developer
AnbuAfterDark
Release Date
28 June, 2026
Engine
Ren'Py
Censorship
Uncensored
Size
976.65 MB
Version
0.5.2

Genres

Game Description

You play as a protagonist(Boruto) who comes into contact with a strange power, one that increases desire. People already want things. This power just help removing the filters. A late night encounter with a mysterious stranger sets everything in motion. What follows next is a story driven less by heroics and more by pressure, consequences, and the choices you make when there's no clean option left.​
Extract and run.

No patch notes available.

  • Dual Core Pentium or equivalent Processor.
  • Intel HD 2000 or equivalent Graphics.
  • 976.65 MB of free disk space (Recommended to have twice as much free disk space).

Walkthrough and Guide

Video Enhancement Mod: FILEKNOT

Video Enhancement Mod Installation:

1) Unpack the "game" folder to the game directory, next to the .exe file overwriting existing files.
2) Enjoy

Video Enhancement Mod Features:

- All animations have been interpolated to a frame rate of 60 fps using deep learning processes
- All interpolated files were converted to VP9 for better compatibility with different devices
- All animations resolution was scaled to 1920x1080 (1080p)

Console Cheats:

Super Butteroto Mode:

open console, copy paste:

myAllies.allies["Boruto"].agility=10000;
myAllies.allies["Boruto"].attack_mod=10000;
myAllies.allies["Boruto"].chakra=10000;
myAllies.allies["Boruto"].chakra_regen=10000;
myAllies.allies["Boruto"].max_chakra=10000;
myAllies.allies["Boruto"].defense_mod=10000;
myAllies.allies["Boruto"].focus=10000;
myAllies.allies["Boruto"].hp=10000;
myAllies.allies["Boruto"].max_hp=10000;
myAllies.allies["Boruto"].initiative=10000;
myAllies.allies["Boruto"].max_stmina=10000;
myAllies.allies["Boruto"].stamina=10000;
myAllies.allies["Boruto"].might=10000;
myAllies.allies["Boruto"].physical_attack=10000;
myAllies.allies["Boruto"].physical_defense=10000;
myAllies.allies["Boruto"].speed=10000;
myAllies.allies["Boruto"].speed_mod=10000;
myAllies.allies["Boruto"].technique=10000;


and if you want neither of the money making routes:
store.myGame.player.money = 99999
(you'll most likely heavily skip story)

Money code here:

Cheat for money. Put in console:
store.myGame.player.money = 99999

If it doesnt work, you must have done something wrong.
like, changed your charactername? then it's
%%%YOURPLAYERCHARACTERNAME%%%.whatever.

Note, for the daft, you replace that what is within % -including the %, too- with your character name. Please diagnose further issues on your own with your search engine of choice or some talking algorithm if you so please.

Remember: Depending on how renpy scripts are laid out, the interface is not updated live but requires action to update and reprocess the displays: Attack an enemy, go to sleep, etc.

how do i activate the console?
I press Shift + O but it does not show up

notepad.
copy and paste (indentation is a must):
init 999 python:

config.console = True

save as console.rpy in /game/ subfolder