Difference between revisions of "Template:Game"

From Linux Gaming
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>'''{{{title}}}''' is {{{description}}}
<includeonly>
{{Game Sidebar|steam_id={{{steam_id}}}|title={{{title}}}|developer={{{developer}}}|performance_rating={{{performance_rating}}}|protondb_rating={{{protondb_rating}}}|steam_page={{{steam_page}}}|gog_page={{{gog_page}}}|epic_page={{{epic_page}}}}}
{{Game Sidebar|steam_id={{{steam_id}}}|title={{{title}}}|developer={{{developer}}}|performance_rating={{{performance_rating}}}|protondb_rating={{{protondb_rating}}}|steam_page={{{steam_page}}}|gog_page={{{gog_page}}}|epic_page={{{epic_page}}}}}
</includeonly>
</includeonly>
<noinclude>Title and description will go here
<noinclude>
{{Game Sidebar|steam_id=489830|title=Skyrim: Special Edition|developer=Bethesda|status=Runs perfectly|protondb_rating=Gold|gog_page=https://www.gog.com/en/game/the_elder_scrolls_v_skyrim_special_edition|epic_page=https://store.epicgames.com/en-US/p/skyrim}}
{{Game Sidebar|steam_id=489830|title=Skyrim: Special Edition|developer=Bethesda|status=Runs perfectly|protondb_rating=Gold|gog_page=https://www.gog.com/en/game/the_elder_scrolls_v_skyrim_special_edition|epic_page=https://store.epicgames.com/en-US/p/skyrim}}
</noinclude>
</noinclude>
Line 26: Line 26:
== See also ==
== See also ==
<includeonly>{{{seealso}}}</includeonly>
<includeonly>{{{seealso}}}</includeonly>
<noinclude>
Additional links such as ArchWiki entries, developer/game website, related issues on Proton github
Additional links such as ArchWiki entries, developer/game website, related issues on Proton github
</noinclude>
</noinclude>

Latest revision as of 14:38, 18 March 2024



Skyrim: Special Edition
Developer Bethesda
Performance {{{performance_rating}}}
ProtonDB Gold
Available on Steam
Known Issues See Workarounds


Installation

This section should have a uniform way of displaying commands to run, based on a user's distro choice that persists and can be easily changed. Should be similar to Android docs, such as https://developer.android.com/guide/components/intents-filters?hl=en#aria-tab-kotlin, where you can select the language right at the point where the command is viewed. The "command" function/template will contain a small list of common commands, and select the proper one to display based on the user's distro and type of command. For example, command("package_install", "wine") might display "pacman -S wine" if the user has their Distro choice set to Arch, while another user would see "apt install wine" if their distro choice is Debian. Auto-detection via user-agent string could be used to set an optimal default, respecting user choice should they wish to change it. Something such as an associative array parameter will be needed to address packages with different names on different distros.

Pseudocode example:
enum CMD_TYPE = {INSTALL, REMOVE, CUSTOM};
command(CMD_TYPE type, string value)

Support status

Brief description of the official stance from the developer, in addition to ProtonDB rating and AreWeAnticheatYet rating as necessary. Brief, vague, generalized description of issues, if any, affecting the game e.g. "XYZ runs well but crashes on some missions. See Workarounds on how to fix this."

Workarounds

A list of issues that the game has, as well as the steps to workaround them, or a related issue tracker/forum post/details about the bug and when/if it might be fixed. I'm not decided on whether this section should include specific commands, or just English language steps, because commands may need to be "translated" between multiple distro, a real headache. Or maybe the command parsing function I touched on early will be robust enough, soon enough, to handle this translation. This needs more thought.

See also

Additional links such as ArchWiki entries, developer/game website, related issues on Proton github