Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
LShift::
Send {p Down}
Sleep 250
KeyWait, LShift, D
Send {p Up}
Return
In this case, you have to set P to be your high profile key in the game, but Left Shift is what you will actually use to toggle high profile on/off.
To create an AutoHotKey script, you first have to download and install AutoHotKey from their website (free program, www.autohotkey.com). Then, right-click on your desktop and choose New > AutoHotKey Script. I named mine 'Assassin's Creed IV.ahk'. Right-click on your new .ahk file, choose Edit Script, and it should open in Notepad. Copy and paste the above text into the .ahk file, save and close the file, and then double-click on it to run the script before starting the game.
If anyone has a solution that doesn't require AutoHotKey, I'd be happy to hear about it!
Also, the script can be edited to work for virtually any combination of keys, if there is a different key you would rather use to toggle high profile on/off.