HITMAN™ 2

HITMAN™ 2

View Stats:
This topic has been locked
Fright Nov 17, 2018 @ 5:50am
Any quicksave button?
Title.
< >
Showing 1-14 of 14 comments
Zidious G Nov 17, 2018 @ 5:51am 
No, I haven't found any either. Should be one in such a trial and error game.
ForrestFox Nov 20, 2018 @ 6:08pm 
+1
Kain067 Oct 13, 2019 @ 8:28am 
This is an AutoHotKey script. It makes your F5 key into a quicksave to slot 1 (it will overwrite whatever you have in slot 1, so be careful). You'll need to use AutoHotkey and paste this into the script for it to work, but I would imagine most PC players already know how to use the program. Here you go:

#IfWinActive, HITMAN
F5::
Send {Esc down}
Sleep, 10
Send {Esc up}
Sleep, 500
Send {Enter down}
Sleep, 10
Send {Enter up}
Sleep, 500
Send {Enter down}
Sleep, 10
Send {Enter up}
Sleep, 500
Send {Enter down}
Sleep, 10
Send {Enter up}
Sleep, 500
Send {Esc down}
Sleep, 10
Send {Esc up}
Return
Wizard Oct 26, 2019 @ 11:50am 
Imagine saving more than once per mission.

[This post was brought to you by Master gang.]
Zorbak1 Dec 30, 2020 @ 7:27pm 
Originally posted by Kain067:
This is an AutoHotKey script. It makes your F5 key into a quicksave to slot 1 (it will overwrite whatever you have in slot 1, so be careful). You'll need to use AutoHotkey and paste this into the script for it to work, but I would imagine most PC players already know how to use the program. Here you go:

#IfWinActive, HITMAN
F5::
Send {Esc down}
Sleep, 10
Send {Esc up}
Sleep, 500
Send {Enter down}
Sleep, 10
Send {Enter up}
Sleep, 500
Send {Enter down}
Sleep, 10
Send {Enter up}
Sleep, 500
Send {Enter down}
Sleep, 10
Send {Enter up}
Sleep, 500
Send {Esc down}
Sleep, 10
Send {Esc up}
Return

Thank you for this, you just made the game more enjoyable for me, i was getting sick of manually saving. One note, when I first tried your script it didn't work. I looked it over, and realized that for some reason, in Hitman 2, the Enter key doesn't work for the final save confirmation. I changed all your entries for Enter to NumpadEnter, and voila, the script worked for me. If anybody else runs into that issue with this script, give that a try.

Thanks again
Battlek Feb 2, 2021 @ 2:00pm 
Originally posted by Kain067:
This is an AutoHotKey script. It makes your F5 key into a quicksave to slot 1 (it will overwrite whatever you have in slot 1, so be careful). You'll need to use AutoHotkey and paste this into the script for it to work, but I would imagine most PC players already know how to use the program. Here you go:

#IfWinActive, HITMAN
F5::
Send {Esc down}
Sleep, 10
Send {Esc up}
Sleep, 500
Send {Enter down}
Sleep, 10
Send {Enter up}
Sleep, 500
Send {Enter down}
Sleep, 10
Send {Enter up}
Sleep, 500
Send {Enter down}
Sleep, 10
Send {Enter up}
Sleep, 500
Send {Esc down}
Sleep, 10
Send {Esc up}
Return

Works like a charm. Thanks
Kalvix Feb 3, 2021 @ 1:14am 
I still can't believe that they've got to Hitman 3 in this reboot and still haven't added a quicksave...
Thornok Dec 12, 2021 @ 11:52am 
yes quicksave would be great because i have to press 4 or 5 buttons to save a game and i save quite often … not too often but nontheless.

in fact, it's missing … yes there might be some reason but other games can do it, it's almost standard.
Kunovega Dec 31, 2021 @ 7:51am 
Originally posted by Lolicon Wizard Hermann-Senpai~:
Imagine saving more than once per mission.

[This post was brought to you by Master gang.]

Learn to play without saving at all (contracts mode)
Zorbak1 Jan 3, 2022 @ 12:58pm 
Playing without saving is boring. I can see why some people prefer to play without saving, it does make the game more intense and it can be nervewracking to play in a way where you can't make mistakes. Honestly though, a lot of us like to save so that we can try different gameplay scenarios without starting over from the beginning every time. It's a lot more fun this way in my personal opinion. Also, I rarely have time to play through entire missions in one sit-through.
Kunovega Jan 3, 2022 @ 1:13pm 
Originally posted by Zorbak1:
Playing without saving is boring. I can see why some people prefer to play without saving, it does make the game more intense and it can be nervewracking to play in a way where you can't make mistakes. Honestly though, a lot of us like to save so that we can try different gameplay scenarios without starting over from the beginning every time. It's a lot more fun this way in my personal opinion. Also, I rarely have time to play through entire missions in one sit-through.
It was a joke, this thread is from 2018 but the person above me bumped it back to the top
Thornok Jan 3, 2022 @ 2:35pm 
well yes, Hitman 3 will be released soon … without quicksave :)
if somebody got here and wonders about quick load here's some addition to previous script by pressing F9

F9::
Send {Esc down}
Sleep, 10
Send {Esc up}
Sleep, 500
Send {S down}
Sleep, 10
Send {S up}
Sleep, 500
Send {Enter down}
Sleep, 10
Send {Enter up}
Sleep, 500
Send {Enter down}
Sleep, 10
Send {Enter up}
Sleep, 500
Send {Enter down}
Sleep, 10
Send {Enter up}
Sleep, 500
Send {Esc down}
Sleep, 10
Send {Esc up}
Return
Rex Dec 14, 2024 @ 6:23pm 
This thread was quite old before the recent post, so we're locking it to prevent confusion.
< >
Showing 1-14 of 14 comments
Per page: 1530 50