• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

quicksave and quickload

snkii

Landlubber
Hello

Is it possible to change the quckload and quicksave button somehow?
In the control option it is not possible.

I bind in all games I play quicksave to F5 and quickload to F9. Now it happen often that I hit F5 instead of F4. Really annoying to play things again and again only because of a wrong used Button...

greets
snkii
 
Open PROGRAM\CONTROLS\DefaultControls.c and change these lines:
Code:
#define CTL_QUICKSAVE 				"VK_F4" // (not changable ingame)
#define CTL_QUICKLOAD 				"VK_F5" // (not changable ingame)
Then reset your controls to default. That should work. :yes
 
Open PROGRAM\CONTROLS\DefaultControls.c and change these lines:
Code:
#define CTL_QUICKSAVE 				"VK_F4" // (not changable ingame)
#define CTL_QUICKLOAD 				"VK_F5" // (not changable ingame)
Then reset your controls to default. That should work. :yes
ty :onya that´s helps me a lot. No longer boarding the same ship again and again^^.
 
Open PROGRAM\CONTROLS\DefaultControls.c and change these lines:
Code:
#define CTL_QUICKSAVE 				"VK_F4" // (not changable ingame)
#define CTL_QUICKLOAD 				"VK_F5" // (not changable ingame)
Then reset your controls to default. That should work. :yes
ty :onya that´s helps me a lot. No longer boarding the same ship again and again^^.

hehheh i remember doing that!
i wish i knew about this ahead of time, now if i change it, ill get all confused again XD
 
Back
Top