menschie
10-27-2004, 08:22 PM
Okay, I'm not the most competitive gamer--I admit that. Not having the save option was seriously making this game way too arduous--I just wasn't able to enjoy it like others. Having to type ~, \save_game <filename> all the time was a pain in the **** too. so, here is the solution that I came up with...
1. find the "game.cfg" file in the Far Cry
2. Directory. Use Notepad or a simple text editor to apply this edit...
3. Add these 2 lines (on separate lines):
Input:BindCommandToKey("\\save_game quicksave","F5",1);
Input:BindCommandToKey("\\load_game quicksave","F8",1);
(might as well put them at the bottom with the other BindCommandToKey commands)
4. save the file
5. now right click on the file and check "read only", as the game will want to overwrite it the next time you start up.
Voila.. F5 is now quicksave, and F8 is now quickload. if you ever want to change any of the keyboard control for the game you will have to uncheck "read only" and let the game write to the file. At that time your changes will also be lost. Also note that the game will stutter upon startup, trying to write to the this file. After failing a few times (for a couple seconds) it will just take you straight into the game with no problems.
This is a super easy solution that will alow you to quicksave and quickload like any other game, and way better than the geigh position save and load that you get in developer mode.
Hope this helps someone like it's helped me. I've been all over boards and groups and haven't seen anyone else post this solution yet.
1. find the "game.cfg" file in the Far Cry
2. Directory. Use Notepad or a simple text editor to apply this edit...
3. Add these 2 lines (on separate lines):
Input:BindCommandToKey("\\save_game quicksave","F5",1);
Input:BindCommandToKey("\\load_game quicksave","F8",1);
(might as well put them at the bottom with the other BindCommandToKey commands)
4. save the file
5. now right click on the file and check "read only", as the game will want to overwrite it the next time you start up.
Voila.. F5 is now quicksave, and F8 is now quickload. if you ever want to change any of the keyboard control for the game you will have to uncheck "read only" and let the game write to the file. At that time your changes will also be lost. Also note that the game will stutter upon startup, trying to write to the this file. After failing a few times (for a couple seconds) it will just take you straight into the game with no problems.
This is a super easy solution that will alow you to quicksave and quickload like any other game, and way better than the geigh position save and load that you get in developer mode.
Hope this helps someone like it's helped me. I've been all over boards and groups and haven't seen anyone else post this solution yet.