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:Zachasme/Sandbox"

From PCGamingWiki, the wiki about fixing PC games
m (updated template usage, typos fixed: etc → etc.)
m (<pre><nowiki> to make away with the invalid template call)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
==Game data==
 
==Game data==
 
===Default installation directories===
 
===Default installation directories===
{{Game data|
+
<pre><nowiki>{{Game data|
{{Game data/row|Retail (Windows)| <kbd><abbr><root></abbr>\PONG\</kbd>}}
+
{{Game data/saves|Windows| <kbd><abbr><root></abbr>\PONG\</kbd>}}
{{Game data/row|Retail (Linux)|<kbd><abbr><home></abbr>/.atari/pong/</kbd>}}
+
{{Game data/saves|Linux|<kbd><abbr><home></abbr>/.atari/pong/</kbd>}}
}}
+
}}</nowiki></pre>
 
{{ii}} Distributions of the game not mentioned above by default installs to the common locations outlined in [[Game data]].
 
{{ii}} Distributions of the game not mentioned above by default installs to the common locations outlined in [[Game data]].
  
 
===Configuration file(s) location===
 
===Configuration file(s) location===
{{Game data|
+
<pre><nowiki>{{Game data|
{{Game data/row|Video settings (Windows)| <kbd><abbr><HKEY_LOCAL_MACHINE></abbr>\SOFTWARE\SUPER TEAM\SUPEREXAMPLE\VIDEO</kbd>}}
+
{{Game data/config|Windows| <kbd><abbr><HKEY_LOCAL_MACHINE></abbr>\SOFTWARE\SUPER TEAM\SUPEREXAMPLE\VIDEO</kbd>}}
{{Game data/row|Key bindings|<kbd><abbr>{{p|game}}</abbr>/</kbd>}}
+
{{Game data/config|Windows|<kbd><abbr>{{p|game}}</abbr>/</kbd>}}
}}
+
}}</nowiki></pre>
 
{{ii}} {{File|config.cfg}} is the default configuration file which is edited to reflect any in-game changes to keybinds or video settings. It is safe to edit this file, but it will change to reflect any modified keybinds on startup. This config will run every time the game starts up, before any other config.
 
{{ii}} {{File|config.cfg}} is the default configuration file which is edited to reflect any in-game changes to keybinds or video settings. It is safe to edit this file, but it will change to reflect any modified keybinds on startup. This config will run every time the game starts up, before any other config.
 
{{ii}} {{File|autoexec.cfg}}  is the default config file for executing custom keybinds and aliases. This config will run every time the game starts up, after config.cfg.
 
{{ii}} {{File|autoexec.cfg}}  is the default config file for executing custom keybinds and aliases. This config will run every time the game starts up, after config.cfg.
 
{{ii}} {{File|scout.cfg}}, {{File|soldier.cfg}}, {{File|pyro.cfg}}, etc. has a config file which automatically runs whenever a player switches to that class.
 
{{ii}} {{File|scout.cfg}}, {{File|soldier.cfg}}, {{File|pyro.cfg}}, etc. has a config file which automatically runs whenever a player switches to that class.
 
===Save game data location===
 
===Save game data location===
{{Game data|
+
<pre><nowiki>{{Game data|
{{Game data/row|Retail (Windows)|<kbd><abbr><documents></abbr>\SuperExample\Saves\</kbd>}}
+
{{Game data/saves|Windows|<kbd><abbr><documents></abbr>\SuperExample\Saves\</kbd>}}
{{Game data/row|GOG.com|<kbd><abbr>{{p|game}}</abbr>/OUTPUT/</kbd>}}
+
{{Game data/saves|Windows|<kbd><abbr>{{p|game}}</abbr>/OUTPUT/</kbd>}}
{{Game data/row|Steam|<kbd><abbr><steamcloud></abbr>/1337/</kbd>}}
+
{{Game data/saves|Steam|<kbd><abbr><steamcloud></abbr>/1337/</kbd>}}
}}
+
}}</nowiki></pre>
 
{{ii}} {{File|auto.sav}} is the autosave, overwritten every 5 minutes.
 
{{ii}} {{File|auto.sav}} is the autosave, overwritten every 5 minutes.
 
{{ii}} {{File|user1.sav}}, {{File|user2.sav}}, etc. are manual saves.
 
{{ii}} {{File|user1.sav}}, {{File|user2.sav}}, etc. are manual saves.
 +
 +
{{References}}

Latest revision as of 00:41, 31 July 2019

Game data

Default installation directories

{{Game data|
{{Game data/saves|Windows| <kbd><abbr><root></abbr>\PONG\</kbd>}}
{{Game data/saves|Linux|<kbd><abbr><home></abbr>/.atari/pong/</kbd>}}
}}
Distributions of the game not mentioned above by default installs to the common locations outlined in Game data.

Configuration file(s) location

{{Game data|
{{Game data/config|Windows| <kbd><abbr><HKEY_LOCAL_MACHINE></abbr>\SOFTWARE\SUPER TEAM\SUPEREXAMPLE\VIDEO</kbd>}}
{{Game data/config|Windows|<kbd><abbr>{{p|game}}</abbr>/</kbd>}}
}}
config.cfg is the default configuration file which is edited to reflect any in-game changes to keybinds or video settings. It is safe to edit this file, but it will change to reflect any modified keybinds on startup. This config will run every time the game starts up, before any other config.
autoexec.cfg is the default config file for executing custom keybinds and aliases. This config will run every time the game starts up, after config.cfg.
scout.cfg, soldier.cfg, pyro.cfg, etc. has a config file which automatically runs whenever a player switches to that class.

Save game data location

{{Game data|
{{Game data/saves|Windows|<kbd><abbr><documents></abbr>\SuperExample\Saves\</kbd>}}
{{Game data/saves|Windows|<kbd><abbr>{{p|game}}</abbr>/OUTPUT/</kbd>}}
{{Game data/saves|Steam|<kbd><abbr><steamcloud></abbr>/1337/</kbd>}}
}}
auto.sav is the autosave, overwritten every 5 minutes.
user1.sav, user2.sav, etc. are manual saves.


References