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 "User:Garrett/Research"

From PCGamingWiki, the wiki about fixing PC games
(→‎Wrappers: added ENBSeries DX8 to DX9 Convertor and WineD3D For Windows)
(→‎Compatibility: fixed dead link)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
==OS-specific==
 
==OS-specific==
Moved to [[User:Garrett/Troubleshooting]].
+
Moved to [[Troubleshooting guide]].
  
 
==Game-specific==
 
==Game-specific==
Line 10: Line 10:
 
* [[User:Garrett/Research/Videos|Videos]]
 
* [[User:Garrett/Research/Videos|Videos]]
 
* [[User:Garrett/Research/DRM|DRM]]
 
* [[User:Garrett/Research/DRM|DRM]]
* [[User:Garrett/Research/GameSpy|GameSpy]]
+
* [[GameSpy]]
 
* [[User:Garrett/Research/PunkBuster|PunkBuster]]
 
* [[User:Garrett/Research/PunkBuster|PunkBuster]]
  
Line 31: Line 31:
  
 
===Compatibility===
 
===Compatibility===
* [https://www.microsoft.com/en-us/download/details.aspx?id=7352 Microsoft Application Compatibility Toolkit] - advanced compatibility tweaking (see the [https://technet.microsoft.com/en-us/library/cc765984%28v=ws.10%29.aspx TechNet article] for detail on each mode).
+
* [https://developer.microsoft.com/en-us/windows/hardware/windows-assessment-deployment-kit Microsoft Application Compatibility Toolkit] (via Windows ADK) - advanced compatibility tweaking (see the [https://technet.microsoft.com/en-us/library/cc765984%28v=ws.10%29.aspx TechNet article] for detail on each mode).
* [http://www.geocities.co.jp/Playtown-Domino/8282/ _inmm.dll] - used to replace CD music playback with MP3s etc.
+
* [https://community.pcgamingwiki.com/files/file/107-patched-_inmmdll/ _inmm.dll] - used to replace CD music playback with MP3s etc.
  
 
===Wrappers===
 
===Wrappers===
 +
* [https://sourceforge.net/projects/boxedwine/ BoxedWine] - Wine on Windows
 
* [http://dege.freeweb.hu/dgVoodoo2/dgVoodoo2.html dgVoodoo2]
 
* [http://dege.freeweb.hu/dgVoodoo2/dgVoodoo2.html dgVoodoo2]
 
* [https://github.com/narzoul/DDrawCompat DDrawCompat]
 
* [https://github.com/narzoul/DDrawCompat DDrawCompat]
 +
* [https://github.com/elishacloud/dxwrapper DxWrapper]
 
* [http://www.zeus-software.com/downloads/nglide nGlide] - 3dfx wrapper. Works with almost all known games (see [http://www.zeus-software.com/downloads/nglide/compatibility compatibility list]).
 
* [http://www.zeus-software.com/downloads/nglide nGlide] - 3dfx wrapper. Works with almost all known games (see [http://www.zeus-software.com/downloads/nglide/compatibility compatibility list]).
 
* [https://www.dxgl.info DXGL] - OpenGL wrapper for DirectDraw/Direct3D version 1-7. Currently in alpha.
 
* [https://www.dxgl.info DXGL] - OpenGL wrapper for DirectDraw/Direct3D version 1-7. Currently in alpha.
Line 65: Line 67:
 
* [http://aluigi.altervista.org/papers.htm Luigi Auriemma - Research] - advanced details on multiplayer behaviour, file formats, etc.
 
* [http://aluigi.altervista.org/papers.htm Luigi Auriemma - Research] - advanced details on multiplayer behaviour, file formats, etc.
 
* [http://www.philscomputerlab.com philscomputerlab]
 
* [http://www.philscomputerlab.com philscomputerlab]
 +
* [http://nohud.wikia.com/wiki/Games_list Nohud Wiki]

Latest revision as of 21:22, 3 June 2022

OS-specific

Moved to Troubleshooting guide.

Game-specific

General

Stores

Useful programs/links

Videos

  • The RAD Video Tools - generate blank Bink, Smacker and AVI videos (Bink 2 requires SDK license)

Monitoring/comparison

  • Process Explorer - useful for investigating the DLLs and launch parameters a process is currently using.
  • Process Monitor - useful for investigating the files and registry keys called by a process.
  • Regshot - track registry changes made by a game or its installer.
  • WinMerge - compare file/folder differences.

Compatibility

Wrappers

Screenshots

Extraction

Formats

Other sources