Halls of Torment
Added 2023-09-20 02:45:26 +0000 UTCHi all,
Original Topic on FRF: https://fearlessrevolution.com/viewtopic.php?p=303483#p303483
The used Engine ( Godot ) is a nightmare, coz everything runs over a script layer ( GDScript )
Updating this table is a chore :/
So I have some good and bad news:
Lets start with the bad news:
I've removed all Stats related scripts, coz the Devs changed the way how it's stored, some playable-characters now have their own Script-Arrays with Damage related Modifier ( before there was just one _modifiedDamage field for all Chars stored inside the respective emitter ) so It would require a huge amount of work to reverse all that for every character ...
Sorry for that, I will restore that feature as soon the game gets less frequent updates!
The good news:

Table contains now a script that allows you to open the debug menu.
You can give yourself any Trait/Ability or Item :)
How it works: activate the Enable Debug Menu ( F11 ) script and press F11 ingame!
Table also contains:
Fill Health (F1)
-use in battle to refresh your health ( the visual value will get updated as soon you get a hit )
Set High Invincible Timer
-use in battle, next hit will make you immortal
Add Gold
-use in battle, opens a input window, the value will get added to your current gold ( gets updated as soon you pickup some gold )
Add XP
-same as Add Gold
Stop Decrement Time
-use in battle, will stop the timer from decreasing
Get Game Time Pointer
-generates a pointer to the time, so you can change it to anything you want
Download: https://cfemen.itch.io/halls-of-torment/patreon-access
Note: You DON'T need an itch.io account to download
Just allow the website to connect to your patreon account.
Edit:
I've updated the table and added the Stats-Scripts back
Note: some of them will not work for all characters
e.g you will realize if you get a _modifiedParameter not found error!
but atleast most of them should work for all characters ( speed , health , defence )
The engine has a lot of bugs, so in case the basic options ( debug menu, health , gold , xp ) are not working -> restart the game to fix it.
There is not much I can do about it currently, Godot 4 has a horrible memory management ... seriously ...
Comments
Yeah it does suck, it eats my FPS for some reason and often have to restart the game to even get it to work, a fun little game though :D
2023-09-26 03:59:38 +0000 UTCHi, Nope the crit system is tied to each characters damage modifier stat-array, getting that stable would be cumbersome :/ Godot Engine sucks ...
cfemen
2023-09-22 02:35:37 +0000 UTC