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
Line 3: Line 3:
 
The game's installation folder is where the game's files are stored, displayed as <code>{{p|game}}</code>. Save files are sometimes stored here as well but many newer games will put them in a different location.
 
The game's installation folder is where the game's files are stored, displayed as <code>{{p|game}}</code>. Save files are sometimes stored here as well but many newer games will put them in a different location.
  
 +
{{System requirements
 +
|OSfamily =
 +
{{Fixbox|1=
 +
{{Fixbox/fix|System|ref=<ref>Reference</ref>}}
 +
}}
 +
{{DLC|
 +
See [[#Windowed|Windowed]].{{DLC/row| Name | notes | OS }}
 +
{{Infobox game/row/winporter|{{P|game}}}}
 +
}}
 +
|minOS    =
 +
|minCPU  =
 +
|minRAM  =
 +
|minHD    =
 +
|minGPU  =
 +
 +
|recOS    =
 +
|recCPU  =
 +
|recRAM  =
 +
|recHD    =
 +
|recGPU  =
 +
}}
 
===Windows===
 
===Windows===
 
* For non-Steam games right click the shortcut and choose ''Open file location''.
 
* For non-Steam games right click the shortcut and choose ''Open file location''.

Revision as of 14:36, 2 December 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, displayed as <path-to-game>. Save files are sometimes stored here as well but many newer games will put them in a different location.

<table class="pcgwikitable template-infotable" id="table-sysreqs-
instructions

dlc and expansion packs

see windowed. template:infobox game/row/winporter
name notes
name notes
">
Instructions

DLC and expansion packs

See Windowed. Template:Infobox game/row/winporter
Name Notes
Name notes
Minimum Operating system (OS) Processor (CPU) System memory (RAM) Hard disk drive (HDD)

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.
  • Changes to %PROGRAMFILES%, %PROGRAMFILES(X86)% and %WINDIR% are redirected to %LOCALAPPDATA%\VirtualStore on Windows Vista and newer when the process is not running as an administrator; Steam and most MMOGs change folder permissions to save directly into the installation folder.

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.

Client folder

Steam

The Steam folder contains data for games using Steam integration; it uses the following locations by default:

  • 64-bit Windows: C:\Program Files (x86)\Steam
  • 32-bit Windows: C:\Program Files\Steam
  • OS X: ~/Library/Application Support/Steam/
  • Linux: ~/.steam/steam/

Uplay

The Uplay folder contains data for games using Uplay integration; it uses the following locations by default:

  • 64-bit Windows: C:\Program Files (x86)\Ubisoft\Ubisoft Game Launcher
  • 32-bit Windows: C:\Program Files\Ubisoft\Ubisoft Game Launcher

Origin

The Origin Client folder contains data for games using Origin integration; it uses the following locations by default:

  • 64-bit Windows: C:\Program Files (x86)\Origin Games
  • 32-bit Windows: C:\Program Files\Origin Games

Data paths (Windows)

%USERPROFILE%

%USERPROFILE% points to the current user's profile folder.

  1. REDIRECT Target page name

Appdata

%APPDATA% and %LOCALAPPDATA% contain application settings for the current user profile.

Some games use %USERPROFILE%\AppData\LocalLow; this location does not have a short environmental variable so must be specified in this longer form. For Windows XP use %APPDATA%.

For Windows XP the %LOCALAPPDATA% files are stored in %USERPROFILE%\Local Settings\Application Data.

%PUBLIC%

%PUBLIC% points to the Public user profile folder shared between all users.

%PROGRAMDATA%

%PROGRAMDATA% contains program data shared between all users; for Windows XP use %ALLUSERSPROFILE%.

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.

HKEY_CURRENT_USER

32-bit programs writing to HKEY_CURRENT_USER\Software are redirected to a Wow6432Node folder there; omit Wow6432Node if you are using a 32-bit version of Windows.

HKEY_LOCAL_MACHINE

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