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

From PCGamingWiki, the wiki about fixing PC games
(added app ID after mention)
(expanded Proton note)
Line 9: Line 9:
 
<tr class="template-infotable-body">
 
<tr class="template-infotable-body">
 
<th scope="row">Linux (<abbr title="Steam Windows version running through Steam Play Proton wrapper">Proton</abbr>)</th>
 
<th scope="row">Linux (<abbr title="Steam Windows version running through Steam Play Proton wrapper">Proton</abbr>)</th>
<td><span class="template-infotable-monospace">{{p|Steam}}/steamapps/compatdata/<abbr title="app ID may differ in some cases">{{#var:steam appid}}</abbr>/pfx/</span>{{#tag:ref|File/folder structure within this directory reflects the path(s) used for [[#Game data|Windows game data]] (use [https://wiki.winehq.org/Regedit Wine regedit] to access Windows registry paths). The app ID ({{#var:steam appid}}) may differ in some cases.|name="Proton path note"|group=Note}}</td>
+
<td><span class="template-infotable-monospace">{{p|Steam}}/steamapps/compatdata/<abbr title="app ID may differ in some cases">{{#var:steam appid}}</abbr>/pfx/</span>{{#tag:ref|File/folder structure within this directory reflects the path(s) used for [[#Game data|Windows game data]] (use [https://wiki.winehq.org/Regedit Wine regedit] to access Windows registry paths). The app ID ({{#var:steam appid}}) may differ in some cases. Treat backslashes as forward slashes. See the [[Glossary:Game data#Windows data paths|glossary page]] for further details.|name="Proton path note"|group=Note}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
 
}}
 
}}
 
</table></div><noinclude>{{documentation}}</noinclude>
 
</table></div><noinclude>{{documentation}}</noinclude>

Revision as of 03:22, 25 September 2018

{{{1}}}
System Location
Documentation for the above template (sometimes hidden from view).

Specify each row with {{Game data/config| (for configuration files) or {{Game data/saves| (for save game data). The first parameter is for the data type, the second parameter is the path.

Where possible use environmental variables instead of manual paths (e.g. %USERPROFILE%\Saved Games\, not C:\Users\your user name\Saved Games\) since these will automatically expand when used to match the path on the user's end.

Using notes

Add a note if the folder path needs further explanation, e.g. Ultima Underworld: The Stygian Abyss has a SAVE0 folder that isn't actually one of the user's save files.
If the game has a Linux version, specify whether it supports the XDG specification using the Template:XDG.

Example usage

{{Game data|
{{Game data/saves|DOS|{{p|game}}\DATA\SAVEGAME}}
}}

This produces:

System Location
DOS <path-to-game>\DATA\SAVEGAME