Cheats Foot of the Mountains 1 & 2 - Cheat Menu [v1.2.2] [CLDꝜ]

Fallen Angel Productions

Game Uploader
Game Developer
Registered
Lewd
Joined
Apr 23, 2022
Threads
450
Messages
1,334
Reaction score
3,461
LC COIN
16,617
Members+
You must be registered to see attachments


Overview:
Why use console commands when you can use a menu?
This cheat menu won't automatically fix this grindy game, but it will definitely make it more enjoyable!​

Updated: 2021-10-09
Game/Creator: Foot of the Mountains
Modder: CLDꝜ (No Links Available)
Mod Version: v1.2.2
Game Version: v5.0 Finale
Language: English

Features:
Change name of the MC.
Pick a specific day of the week.
FOTM 2:
Add or remove relationship, inhibition, pregnancy, gangbang, teasing points + money.
FOTM:
Add or remove relationship, inhibition, suspicion, massage points + money.
Unlock the images in all galleries.

Installation:
  1. Move .zip to the FootOfTheMountains folder (Not the FootOfTheMountains\game folder!)
  2. Extract.
  3. Play.
(ANDROID USERS READ THE FAQ!)

To remove, simply delete or move the CHEATMOD folder from the game folder
Remember to change MCs name back to "Daniel" before removing, or your name will stick in dialogues, but other characters will still call you "Daniel".

FAQ:
How to install mods on Android (works for most newer Ren'Py games!):
Several users has confirmed this to be working. If you can't get it working, you're doing something wrong!
  1. Download and install the official Android port from the .
  2. Run the game once to let it create the proper folders, then close the game.
    Make sure the game isn't running in the background. Force-close it if you have to.
  3. Download this mod to your device or computer.
  4. Extract the files.
  5. Find out where the com.fotm/files folder is, then move the extracted game folder there.
    Location will vary depending on device and Android version, and mightbe found here:
    • /storage/emulated/0/Android/data/com.fotm/files/
    • /mnt/sdcard/Android/com.fotm/files/
  6. Play.
How to extract and copy the files (Tested and working on a Xiaomi Mi 9T Pro, Android 10):
  1. Download the .zip with to the Download folder.
  2. Use to click the .zip file
  3. Click Extract files to...
  4. Long-click the game folder, then click the copy icon on the top right.
  5. Go to /storage/emulated/0/Android/data/com.fotm/files/
  6. Past in the copied game folder.
To remove, simply delete or move the CHEATMOD folder from the game folder.
Remember to change MCs name back to "Daniel" before removing, or your name will stick in dialogues, but other characters will still call you "Daniel".
I got XXX relationship points and -XXX inhibition, but still can't progress. Help!
Unless you enjoy the suffering, use a walkthrough together with this mod!
This mod doesn't completely take away all of the grind, it only helps. You only get +5 relationship points each time you trigger a certain scene, which means you might have to do it a lot more without cheating, compared to what you have to if you cheat.

Certain events are also linked together, meaning one event might not trigger, because you haven't done another event a few times. Here's en example:
To progress in the main story with Melinda, you need to massage her 4 times to get 4 reward points, do other stuff (or cheat) to get 130 relationship points with her and ask "Wow is Uncle Will?" 3 times at breakfast for 3 rpevent points, Then you need 200 relationship points to progress further in that scene.
More technical explanation (with source code as example):
"Melrel" = Melinda relationship points
"reward" = Reward points (Putting sunscreen on Melinda gives +1 reward point. Possibly once, but it might add +1 every time you do it. Only skimmed the code, to give a simple explanation, so I'm not 100% sure. Read a walkthrough!)
"rpevent" = Amount of events needed to complete before it triggers (Asking "How is uncle Will?" in one conversation will add +1 to rpevent.)
"<" = Less than
">" = More than
">=" = More than or equal to
"elif" = else if
"jump" = Jump to new scene
Example: elif reward >=4 and Melrel >= 130 and rpevent <3:
This means:

if reward points are more than or equal to 4, and Melinda relationship points are more than or equal to 130, and rpevent points are less than 3, then the MC will say "It's me, Daniel, are you ok?", and if relationship points are above 200, then you will go to the next scene after this (if Melrel >= 200: jump Melrom) but if any of these points are lower than this, the scene will end before progressing the main story with the new Melrom scene.


Python:

label mcheck:
scene pdoor with fade
play sound "sounds/knock.ogg"
if reward <4:
d Dan neu "{i}Something is fishy{/i}"
m "Who is it?"
d "It's me, Daniel, are you ok?"
m "Yes thanks for asking"
d "Alirght..."
d Dan neu "{i}Damn...{/i}"
d Dan neu "{i}I was hoping she will open{/i}"
d Dan neu "{i}No luck this time{/i}"
jump droom_menu

elif reward >=4 and Melrel >= 130 and rpevent <3:
m "Yes!"
d "It's me, Daniel, are you ok?"
m "Just a moment"
scene mcheck with fade
d "{i}Cool{/i}"
m "Yes Daniel?"
m "You wanted something?"
d "N..No, I just ..."
m "Spit it out Daniel?"
d "Just checking if you're ok"
d "I don't know..."
d "But..."
d "I feel there's something wrong with you"
m "I'm fine"
m "I was trying to take a nap"
d "Ok"
m "Ohh come here"
scene mcheck1 with dissolve
m "Thank you"
d "{i}Oh her smell{/i}"
if Melrel >= 200:
jump Melrom

else:
pass
m "I need some alone time Daniel, thanks for understanding"
scene pdoor with fade
d Dan neu "{i}Dammit she smells delicious{/i}"
scene black
"GET YOUR RELATIONS HIGHER THAN 200 IN ORDER FOR YOU TO ADVANCE"
jump droom_menu

elif reward >=4 and rpevent >=3:
jump mdoll

else:
d Dan neu "{i}Something is fishy{/i}"
m "Who is it?"
d "It's me, Daniel, are you ok?"
m "Yes, thanks for asking"
d "Alirght..."
d Dan neu "{i}Damn...{/i}"
d Dan neu "{i}I was hoping she will open{/i}"
d Dan neu "{i}No luck this time{/i}"
jump droom_menu

Can you add X feature?
If the developer adds more love interests to the game, please inform me of it, and I will look into adding relationship points etc.
I haven't played this game since May 2019, so I will not be adding other features (no walkthrough mod etc)

Can you please make an Android port?
No, and you should really take the time to learn how to install it, like explained above. That way you can always play the official Android version of any Ren'Py game, and add the mods yourself, like any PC user. No need to wait for someone to make a port.

Why not add all types of points to the mod?
Simple. Most of you would softlock the save file by changing stuff you shouldn't change. An example would be if you changed rpevent to 4, but you haven't seen a scene that requires rpevent to be 3, then you will never see that scene, and the story wouldn't progress. Relationship, inhibition, suspicion and massage points were safe to set to insane values when I made this mod in 2019, and should still be.
What is the answer to life, the universe and everything?

Change-Log:
v1.2.2
  • Rhonda: Removed Gangbang points.
  • Melinda: Added Lesbian points.
  • Debbie: New character. Added relationship points.
v1.2.1
First update for Foot of the Mountains 2 (v1.0) Here's the changes from FOTM to FOTM 2:
  • Name change featured has been reworked, so a translation file is no longer needed for name change.
  • Cynthia removed.
  • Massage points removed.
  • Gallery unlocker removed (no gallery in FOTM 2 so far)
  • Rhonda:
    -Added Pregnancy and Gangbang points.
  • Melinda:
    -Added Pregnancy points.
    -Removed Suspicion points.
  • Ann:
    Added Pregnancy points.
  • Lara (new character):
    -Added Tease points.
v1.0
(Last update for Part 1 of FOTM (v12)
-Name change featured has been reworked, so a translation file is no longer needed for name change.
-Minor tweaks.

v0.2.12
-Name change feature now supports all dialogue up to v12.
-Gallery unlocker updated.

v0.2.9
-Name change feature now supports all dialogue up to v9.9.
-Gallery unlocker updated.

v0.2.8
-Name change feature now supports all dialogue up to v8.
-Gallery unlocker updated.

v0.2.7
-Name change feature now supports all dialogue up to v7.
-Added Cynthia relationship points
-Added a button to unlock all images in the galleries in the main menu.

v0.2.6
-Name change feature now supports all dialogue up to v7 Beta.

v0.2.5
-Name change feature now supports all dialogue up to v6.9.

v0.2.4
-Name change feature now supports all dialogue up to v6.11 Beta.

v0.2.3
-Name change feature now supports all dialogue up to v5.0 Final.
-Console is now activated by default (shift+o)
-Cleaned up some of the messy code.
-All files are now the same folder, instead of being spread around.
(Source files are now bundled in the same .zip as the rest of the files)

v0.2.2
Accidentally left some code from a possible "scene picker" feature I might implement in the future. Removed this to avoid any confusion.

v0.2.1
-Found a few lines of dialogue where characters were shouting "DANIEL" instead of your new name. Should be fixed.
-Removed the possibility to use non-alphanumeric characters when naming your character.

v0.2
-You can now change the name of the MC (10 characters max)
-You can now change to a specific day of the week.
Both features can be found under "Main Character" in the cheat menu.

v0.1
First release. Everything is in the "Features" spoiler!
I honestly think I got all the important cheats in this game, but feel free to tell me if I missed anything!


 

Attachments

  • FOTM-CheatMenu-v1.0-CLD.zip
    49.5 KB · Views: 12
  • FOTM2-CheatMenu-v1.2.2-CLD.zip
    49.7 KB · Views: 13
Back
Top Bottom