Kingdom Rush Frontiers

Kingdom Rush Frontiers

Not enough ratings
Games cheat/hack
By mr.v
Modify the save values to cheat/hack the games easier to win.
   
Award
Favorite
Favorited
Unfavorite
Save location
Before getting start, open your save game location.

Windows: %APPDATA%\roaming\kingdom_rush_frontiers
Linux: $XDG_DATA_HOME/kingdom_rush_frontiers
Mac: ?

Open file name slot_1.lua
Levels
The levels section in the save file contain array of maps, challenges, difficulty.
Example:

["levels"] = { [1] = { // This line is a first map [1] = 3;// [1] means Campaign and 3 means veteran difficulty. [2] = 3;// [2] means Heroic challenge [3] = 2;// [3] means Iron challenge ["stars"] = 3; }; [2] = { // This is second map [1] = 3; [2] = 2; [3] = 2; ["stars"] = 3; }; // and so on... }

From the code above, if I modify the first map to be like this...
["levels"] = { [1] = { // This line is a first map [1] = 3; [2] = 1; [3] = 2; ["stars"] = 3; }; }
It means that I had finished the campaign for veteran difficulty, finished the heroic for casual difficulty, finished the iron for normal difficulty.

Please note that modify these values directly may cause you to missed many achievements.
Heroes
The heroes in save keys matched name.

hero_alien => SHA'TRA
hero_alric => ARLIC
hero_beastmaster => CRONAN
hero_crab => KARKINOS
hero_dracolich => BONEHART
hero_dragon => ASHBITE
hero_giant => GRAWL
hero_minotaur => KAHZ
hero_mirage => MIRAGE
hero_monk => KUTSAO
hero_monkey_god => SAITAM
hero_pirate => CAPTAIN BLACK THRONE
hero_priest => DIERDRE
hero_van_helsing => DANTE
hero_voodoo_witch => BRUXA
hero_wizard => NIVUS

Heroes level and XP
Lv 1 0
Lv 2 1300
Lv 3 5300
Lv 4 11300
Lv 5 19300
Lv 6 31800
Lv 7 46800
Lv 8 64300
Lv 9 88300
Lv 10 115300

Reference: https://steamcommunity.com/app/458710/discussions/0/360670708787507239/#comment_1845819570023842397
Cheat engine
You can use Cheat Engine to search gold, heart on Double value type.
2 Comments
Pinky Slinky Mar 30, 2021 @ 4:44pm 
lol I love how Dante is referred to as Van Helsing in the code
Phantom101 Feb 19, 2021 @ 12:34pm 
A very useful guide, thanks for making this!