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 "Glossary:Game data"

From PCGamingWiki, the wiki about fixing PC games
(very basic stub start)
 
(added very basic registry details)
Line 13: Line 13:
 
===Linux===
 
===Linux===
 
* For Steam games right-click the game in the Steam library and choose Properties, then go to the Local files tab and click Browse local files.
 
* For Steam games right-click the game in the Steam library and choose Properties, then go to the Local files tab and click Browse local files.
 +
 +
==Windows registry==
 +
# Open the [[Registry Editor]]:
 +
#* Vista and newer: open the Start screen/Start menu, type <code>regedit</code>, press {{key|Enter}}.
 +
#* Windows XP: press {{key|Win|R}}, type <code>regedit</code>, press {{key|Enter}}.
 +
# Go to the folder named.
 +
 +
===Version differences===
 +
{{ii}} 32-bit programs writing to <code>{{p|hkcu}}\Software</code> or <code>{{p|hklm}}\SOFTWARE</code> are redirected to a <code>Wow6432Node</code> folder there; omit <code>Wow6432Node</code> if you are using a 32-bit version of Windows.
 +
{{ii}} Programs writing to <code>HKEY_LOCAL_MACHINE</code> without administrator elevation are redirected to <code>HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE</code> on Windows Vista and newer.

Revision as of 01:00, 13 January 2014

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.

Installation folder

The game's installation folder is where the game's files are stored. Save files are sometimes stored here as well but many newer games will put them in a different location.

Windows

  • For non-Steam games right click the shortcut and choose Open file location.
  • For Steam games right-click the game in the Steam library and choose Properties, then go to the Local files tab and click Browse local files.

OS X

  • For non-Steam games open Finder and click Applications on the side. Some games will be in folders.
  • For Steam games right-click the game in the Steam library and choose Properties, then go to the Local files tab and click Browse local files.

Linux

  • For Steam games right-click the game in the Steam library and choose Properties, then go to the Local files tab and click Browse local files.

Windows registry

  1. Open the Registry Editor:
    • Vista and newer: open the Start screen/Start menu, type regedit, press Enter.
    • Windows XP: press Win+R, type regedit, press Enter.
  2. Go to the folder named.

Version differences

32-bit programs writing to HKEY_CURRENT_USER\Software or HKEY_LOCAL_MACHINE\SOFTWARE are redirected to a Wow6432Node folder there; omit Wow6432Node if you are using a 32-bit version of Windows.
Programs writing to HKEY_LOCAL_MACHINE without administrator elevation are redirected to HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE on Windows Vista and newer.