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:Garrett/Sandbox4"

From PCGamingWiki, the wiki about fixing PC games
Line 1: Line 1:
 +
==Native (Cargo)==
 +
{{Local Multiplayer/intro}}
 
{{#cargo_query:
 
{{#cargo_query:
tables=Multiplayer
+
tables=Multiplayer,Input_settings
|fields=_pageName,Local_play
+
|fields=Multiplayer._pageName,Input_settings.Controller_support_level,Multiplayer._pageID,Multiplayer.Local_play_modes,Multiplayer.Local_play_players
|where=Local_play='true'
+
|where=Multiplayer.Local_play='true' OR 'yes'
 +
|join on=Multiplayer._pageID=Input_settings._pageID
 
|default=
 
|default=
 
|limit=5
 
|limit=5
 +
|format=template
 +
|template=User:Garrett/Local Multiplayer/row
 
}}
 
}}
 +
{{Local Multiplayer/outro}}
  
 
+
==Hackable (Cargo)==
 +
{{Local Multiplayer/intro}}
 +
{{#cargo_query:
 +
tables=Multiplayer,Input_settings
 +
|fields=Multiplayer._pageName,Input_settings.Controller_support_level,Multiplayer._pageID,Multiplayer.Local_play_modes,Multiplayer.Local_play_players
 +
|where=Multiplayer.Local_play='hackable'
 +
|join on=Multiplayer._pageID=Input_settings._pageID
 +
|default=
 +
|limit=5
 +
|format=template
 +
|template=User:Garrett/Local Multiplayer/row
 +
}}
 +
{{Local Multiplayer/outro}}
  
 
==Native (SMW)==
 
==Native (SMW)==
{{ii}} Games which include a local multiplayer option by default.
 
{{ii}} For games which can be modified or "hacked" to include local multiplayer, see [[#Hackable|Hackable]].
 
 
{{#ask: [[Category:Games]] [[Local play::true]]
 
{{#ask: [[Category:Games]] [[Local play::true]]
 
| ?controller support level
 
| ?controller support level
Line 26: Line 42:
  
 
==Hackable (SMW)==
 
==Hackable (SMW)==
{{ii}} "Hackable" refers to games which allow for local multiplayer, but require extra configuration to set-up. This can be through console commands, mods, etc.
 
 
{{#ask: [[Category:Games]] [[Local play::hackable]]
 
{{#ask: [[Category:Games]] [[Local play::hackable]]
 
| ?controller support level
 
| ?controller support level

Revision as of 03:18, 28 March 2019

Native (Cargo)

Error: Table Input_settings not found.
Game Controller support Platforms Modes Players Native/Hackable

Hackable (Cargo)

Error: Table Input_settings not found.
Game Controller support Platforms Modes Players Native/Hackable

Native (SMW)

{{#ask: Local play::true | ?controller support level | ?available on | ?local play modes | ?local play players | format=template | template=Local Multiplayer/row | introtemplate=Local Multiplayer/intro | outrotemplate=Local Multiplayer/outro | offset=0 | limit=5 }}

Hackable (SMW)

{{#ask: Local play::hackable | ?controller support level | ?available on | ?local play modes | ?local play players | format=template | template=Local Multiplayer/row | introtemplate=Local Multiplayer/intro | outrotemplate=Local Multiplayer/outro | offset=0 | limit=5 }}