Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Sleeping Dogs"

From PCGamingWiki, the wiki about fixing PC games
Line 65: Line 65:
 
==== Can't Remap To Arrow Keys ====
 
==== Can't Remap To Arrow Keys ====
 
{{--}} Can be remapped to number pad arrow keys, but not standard arrow keys.<ref>http://forums.steampowered.com/forums/showthread.php?t=2873841</ref>
 
{{--}} Can be remapped to number pad arrow keys, but not standard arrow keys.<ref>http://forums.steampowered.com/forums/showthread.php?t=2873841</ref>
But you can remap your Up, Down, Left and Right arrow keys to work like W,S,A,D and vice versa using the application Autohotkey at http://www.autohotkey.com. After installation, when prompted to create the first script, choose Yes in the dialog box. Then, delete everything from the Notepad file which opens and paste the following:
+
But you can remap your Up, Down, Left and Right arrow keys to work like W,S,A,D and vice versa using the application Autohotkey at http://www.autohotkey.com. After installation, when prompted to create the first script, choose Yes in the dialog box. Then, delete everything from the Notepad file which opens and paste the following: http://pastebin.com/8d5dKTRV.
<source>
 
#ifWinActive, Sleeping Dogs
 
{
 
Up::sendinput w
 
Down::sendinput s
 
Left::sendinput a
 
Right::sendinput d
 
w::sendinput {Up}
 
s::sendinput {Down}
 
a::sendinput {Left}
 
d::sendinput {Right}
 
}
 
</source>
 
 
After that, right click on the Autohotkey icon in the notification tray and choose Reload script and you will be able to use the arrow keys to move the player and cars. As a last step, add the Autohotkey application to startup and you are done!
 
After that, right click on the Autohotkey icon in the notification tray and choose Reload script and you will be able to use the arrow keys to move the player and cars. As a last step, add the Autohotkey application to startup and you are done!
  

Revision as of 20:44, 1 November 2012

Template:Infobox Key Points

Incompatible with Windows XP, requires Windows 7 for DirectX 10/11.

General Information

Official Sleepings Dogs Forum - PC General Discussion - this forum is the most active for PC technical issues.
Official Sleepings Dogs Forum - PC Bugs/Glitches.
Steam Forum.

Availability

Template:Availability Table

Square Enix Steamworks games do not contain serial keys, but register directly onto SteamIDs.[1]

Improvements

Sleeping Dogs Mods - website from the creating of Just Cause 2 Mods website.

Video Settings

Template:Video Settings

High Resolution Texture Pack

A PC-specific high resolution texture pack is available for free which requires an additional 4GB space.[2]

Graphics Change

All graphics changing requires a restart, otherwise visual elements will be missing from the game.[3]

Multiple Graphics Cards

Appears that SLI and Crossfire are not enabled.[4]

Input Settings

Template:Input Settings

Key Remapping

Can't Remap To Arrow Keys

Can be remapped to number pad arrow keys, but not standard arrow keys.[5]

But you can remap your Up, Down, Left and Right arrow keys to work like W,S,A,D and vice versa using the application Autohotkey at http://www.autohotkey.com. After installation, when prompted to create the first script, choose Yes in the dialog box. Then, delete everything from the Notepad file which opens and paste the following: http://pastebin.com/8d5dKTRV. After that, right click on the Autohotkey icon in the notification tray and choose Reload script and you will be able to use the arrow keys to move the player and cars. As a last step, add the Autohotkey application to startup and you are done!

Issues Fixed

Constantly Scrolling Up

Caused by controller drivers.
Instructions

Black Screen During Cutscene

Instructions

Issues Unresolved

'HkShip.exe has stopped working'

Unresolved issue.[6]

'Can't choose custom refreshing rate'

When selecting resolution in video options, only pre-made presets are available, user can't choose to change refreshing rate, which often force players to play in windowed mode.

System Requirements

Template:System Requirements

Requires Windows 7 for DirectX 10/11.


References