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
The lines you add is matched against the full path of the game process. So if e.g. you added "EpicGames" to the list, it'll match games residing in any of the below locations:
C:\Program Files\Epic\EpicGames\MyGame
D:\EpicGames\Derp
E:\User\Personal\Folders\Documents\My pictures\EpicGames\SRTT
etc.
Program Files\\Epic Games\\
Games\\
with a new line for a new entry or do I need to put those characters: " like that
"Program Files\\Epic Games\\"
"Games\\"
My own file, for example, looks like this (and nothing else):
The Escapist 2 might experiencing some other issue that prevents the overlay from showing up and whatnot. You can validate if Special K initializes itself in the game by looking for a folder that matches the name of the game executable below Documents\My Mods\SpecialK\Profiles\
Edit: As the strings are regexp, some characters have special meaning. For example, those periods (.) I have in my list technically means "any character" at that exact position, so e.g. "quake2.exe" would equally match against a process by the name of "quake2aexe". But since those types of processes are basically impossible in Windows, the actual wildcard-nature of a single dot makes no practical difference in my case, and so I can use it.
This is, by the way, why backslashes are using two slashes, as a single slash \ has different meanings depending on the following character. For example \b would mean the match would have to be made at the beginning of a string -- and so subfolders needs to use \\ as the first \ basically escapes the following slash \, so \\ is interpreted as a single \.
I personally don't use slashes at all in my whitelist config because of it. Just typing the name of the executable of the game is usually what I go for.
Also, I have another question:
do you know if changing a setting in my config file would change the mouse cursor being frozen on payday 2 ? because I can't move my mouse in special k in payday 2, it's literally frozen in place..
Anyway thanks for the answer :)
However, the reason it's not working in that game is because PayDay 2 has anti-cheat systems; Dying Light has a similar issue. They're designed with extra steps to prevent input manipulation from things like aim-bots.
It's not recommended that you use Special K in those games, if the game's developer has a policy of banning users then it's risky (even though Special K is in no way associated with cheating, some devs tend to not really care).
Press Caps Lock, and it will then let you use WASD/arrow keys to move a virtual cursor around in the control panel.
Is there a setting to bypass that mouse block?