We do autosave with a hotkey. (Far Cry)
This is done very quickly and no cheats are needed. Go to Far cry and click on the game.cgf file. Further at the very bottom, write two commands:Input: BindCommandToKey ("\ save_game 0", "F5", 1);
Input: BindCommandToKey ("\ load_game 0", "F5", 1);
Then save and set in the properties - Read only.
That's all, you can thank this person here: https://www.youtube.com/channel/UCOHZw3_XGD5k_mIzfyUjdIA/featured
1 Comments
B
Bell-206
31.08.21
Kodol
Useful information, although two typos have crept into it:
- there should be not game.cgf, but game.cfg (from the word config);
- bind saving and loading, of course, on different keys, and not both on F5, as in the example above the screenshot.
On my own behalf, I will add that you need to select the keys with an eye to DevMode.lua, if it is involved.