Page 1 of 1

[REQUEST] Heads Will Roll: Downfall

Posted: Sat Oct 22, 2022 4:53 pm
by Zirkalaritz
I've tried to make a table on my own, but I'm not able to find any of the values I want.
A way to modify the points in the character creator would be most appreciated, as would be being able to modify the health, stamina and fatigue values.

And if it's not too much of a hassle, a brief explanation on how to find those values would be appeciated, as my experience with CE is very limited and I usually fail to find the correct adress unless is an easy 2,4 or 8 bit search.
Thanks in advance. <3

EDIT: Sorry, did not see the request template, here it is.

Game Name: Heads Will Fall Downfall
Game Engine: Ren'Py Visual Novel Engine
Game Version: 1.7d
Options Required: Health, Stamina, Fatigue, Character creation points.
Steam Website:

Re: [REQUEST] Heads Will Roll: Downfall

Posted: Sun Oct 23, 2022 12:14 am
by Impala
It's easier to decompile ren'py files than it is making cheats for the game

Starting character creation points would be very easy, let me see if I can do it real quick

Steps to enable console:
  • Navigate to headswillroll_downfall-1.7d-market\renpy\commo
    Delete 00console.rpyc
    Replace 00console.rpy with one in zip
    Start game, shift o opens dev console
I'll try to find character creation points in the console tomorrow

*EDIT* Found creation points

Type this in console
player_roguelike_points = 50
50 can be any number you like for example
player_roguelike_points = 5000


Not going to find anymore console stuff, someone else can

but you can set your gold
player_gold = 1000

Re: [REQUEST] Heads Will Roll: Downfall

Posted: Mon Oct 24, 2022 2:41 pm
by Bobbeh
Here's a list of some useful ones, add the number you want it to be at at the end :)

player_gold =

player_armor =
player_shield =
player_health =
player_health_max =
player_stamina =
player_stamina_max =
player_stamina_recovery =
player_strength =
player_virtue =
player_coordination =
player_intelligence =
player_luck =
player_agility =

player_weapon_skill =
player_weapon_skill_axes_maces =
player_weapon_skill_bonus =
player_weapon_skill_bonus_axes =
player_weapon_skill_bonus_polearms =
player_weapon_skill_bonus_swords =
player_weapon_skill_debuff =
player_weapon_skill_polearms =
player_weapon_skill_swords =
player_crossbow_skill_bonus =

player_evasion_bonus =
player_bonus_damage =

Re: [REQUEST] Heads Will Roll: Downfall

Posted: Mon Oct 24, 2022 5:02 pm
by Alavad
Hi!
Thanks for cheat console, but I can't open it. Shift+O don't work(

Re: [REQUEST] Heads Will Roll: Downfall

Posted: Sun Nov 27, 2022 2:03 am
by matty1monopoly
Thanks for this

Re: [REQUEST] Heads Will Roll: Downfall

Posted: Sun Oct 08, 2023 3:12 pm
by miorioff
Thank you! Works in Reforged as well