my pc doesnt have the F7 button. How do i turn on cheats?
Idk why you wouldn't have the function keys, but if you're using windows you can try running this in Powershell ISE, you can find it by searching in the Start Menu.
Read through to the end before running, it has a couple time-sensitive steps
First launch the game and load your save.
Second launch Powershell ISE, the open a new file
Third, paste the contents below into the white area
add-type -AssemblyName microsoft.VisualBasic
add-type -AssemblyName System.Windows.Forms
start-sleep -Milliseconds 10000
[System.Windows.Forms.SendKeys]::SendWait(“{F7}”)
start-sleep -Milliseconds 250
[System.Windows.Forms.SendKeys]::SendWait(“{F7}”)
start-sleep -Milliseconds 250
[System.Windows.Forms.SendKeys]::SendWait(“{F7}”)
start-sleep -Milliseconds 250
[System.Windows.Forms.SendKeys]::SendWait(“{F7}”)
start-sleep -Milliseconds 250
[System.Windows.Forms.SendKeys]::SendWait(“{F7}”)
start-sleep -Milliseconds 250
[System.Windows.Forms.SendKeys]::SendWait(“{F7}”)
Highlight the entire selection, then click the green triangle labeled "Run selection," it should show the label if you hover your cursor over it.
After you've run this, it will wait 10 seconds (10000 milliseconds) before sending the keyboard inputs for F7 to your currently active window, so you'll need to click back on the game within that time. You can lower it if you don't want to as long, but I didn't want to rush you. It'll take a couple seconds after that to input the keystrokes, so don't click off of the game window, but after that it should enable cheats for you.
Also If your time is paused, you might need to resume it at least once before the cheats come into effect.