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:ThatOneReaper/Graveyard"

From PCGamingWiki, the wiki about fixing PC games
(Created the page.)
 
(→‎Editing Guide: Added old Network table.)
Line 29: Line 29:
 
| Caption || A sentence or two to identify and describe the image. || See [[#Caption layout|Caption layout]].
 
| Caption || A sentence or two to identify and describe the image. || See [[#Caption layout|Caption layout]].
 
|}
 
|}
 +
 +
====Multiplayer Types table====
 +
{{ii}} [[Template:Network/Multiplayer|Template documentation]]
 +
 +
'''Syntax'''
 +
<pre><nowiki>
 +
{{Network/Multiplayer
 +
|local play          =
 +
|local play players  =
 +
|local play notes    =
 +
|lan play            =
 +
|lan play players    =
 +
|lan play notes      =
 +
|online play          =
 +
|online play players  =
 +
|online play notes    =
 +
|local co-op          =
 +
|local co-op players  =
 +
|local co-op notes    =
 +
|lan co-op            =
 +
|lan co-op players    =
 +
|lan co-op notes      =
 +
|online co-op        =
 +
|online co-op players =
 +
|online co-op notes  =
 +
|hot-seat            =
 +
|hot-seat players    =
 +
|hot-seat notes      =
 +
|asynchronous        =
 +
|asynchronous notes  =
 +
}}
 +
</nowiki></pre>
 +
 +
'''Example'''
 +
{{Network/Multiplayer
 +
|local play          = false
 +
|local play players  =
 +
|local play notes    =
 +
|lan play            = true
 +
|lan play players    = 8
 +
|lan play notes      =
 +
|online play          = true
 +
|online play players  = 64
 +
|online play notes    =
 +
|local co-op          = hackable
 +
|local co-op players  = 4
 +
|local co-op notes    = <Mod name here> is required.
 +
|lan co-op            = true
 +
|lan co-op players    = 4
 +
|lan co-op notes      =
 +
|online co-op        = true
 +
|online co-op players = 8
 +
|online co-op notes  =
 +
|hot-seat            = true
 +
|hot-seat players    = 10
 +
|hot-seat notes      = Party Mode
 +
|asynchronous        = true
 +
|asynchronous notes  =
 +
}}
 +
 +
The first table of the section, it handles all the multiplayer gameplay types available.
 +
 +
The majority of the fields are split up into two major categories:
 +
 +
* Play: Normal multiplayer (i.e. head to head, player vs. player. Also called PvP).
 +
* Coop: Cooperative mode (i.e. players work together, player vs. environment. Also called PvE).
 +
 +
After that, they are split up again into 3 sub-categories:
 +
 +
* Local: The mode can be played on a single system.
 +
* LAN: The mode can be played on a Local Area Network (or LAN).
 +
* Online: The mode can be played on the Internet with other users.
 +
 +
All that remains are two alternate gameplay setups:
 +
 +
* Hot-seat: Multiplayer can be played with a single keyboard/mouse combo or controller. Also known as "Pass-and-Play".
 +
* Asynchronous: Multiplayer is turn-based (i.e. gameplay is not in real-time).
 +
 +
'''General rules'''
 +
 +
* Fill in only the fields that apply to the game.
 +
** If a game has either LAN or Online support, both the LAN and Online rows need to be filled in for that particular gameplay type.
 +
*** Ex. If the game has support for online coop, fill in the the LAN Coop and Online Coop rows.
 +
** If a game only has Local support, the LAN and Online rows for that particular gameplay type will be set to "false".
 +
* The Players field for each row displays the '''maximum''' amount of players that particular network setup can support.
 +
** Do not provide range values (i.e. 1-32).
 +
** Some games require dedicated servers to hit the true max player count.
 +
*** Ex. Creating a multiplayer game in-game will allow the max player count to be only 16, while a dedicated server run externally can support up to 64.
 +
* If a gameplay type is restricted to a specific mode (ex. LAN Coop can only be played on Horde Mode), provide the name of the mode in the notes field.

Revision as of 20:14, 20 May 2015

This section is for leftover wiki code that I don't have a place to put in. For all purposes, the code here is outdated and abandoned

Editing Guide

Embedded file

Syntax

[[File:File name| Size | Alignment | Format | Caption ]]

Example

File:Crysis Graphics General.png
In-game general graphics settings.

The main method of displaying images on a page. They are normally placed at the top of the relevant section.

Embedded file section breakdown

Section Definition Notes
File name The name of the image file. The file extension must be included.
Size The size that the image will be displayed in (in pixels or px). 290px is the standard size for all images. Other values are rarely used.
Alignment The position of the image. Possible values are "left", "center", "right", and "none". "right" is the standard value for all images. The other values are rarely used, if ever.
Format The border styling of the image. Possible values are "framed", "frameless", "thumbnail", and "none". "thumbnail" is the standard value for all images. The other values are rarely used, if ever.
Caption A sentence or two to identify and describe the image. See Caption layout.

Multiplayer Types table

Template documentation

Syntax

{{Network/Multiplayer
|local play           = 
|local play players   = 
|local play notes     = 
|lan play             = 
|lan play players     = 
|lan play notes       = 
|online play          = 
|online play players  = 
|online play notes    = 
|local co-op          = 
|local co-op players  = 
|local co-op notes    = 
|lan co-op            = 
|lan co-op players    = 
|lan co-op notes      = 
|online co-op         = 
|online co-op players = 
|online co-op notes   = 
|hot-seat             = 
|hot-seat players     = 
|hot-seat notes       = 
|asynchronous         = 
|asynchronous notes   = 
}}

Example

Multiplayer types

Type Native Players Notes
Local play
LAN play
8
Online play
64
Asynchronous multiplayer

The first table of the section, it handles all the multiplayer gameplay types available.

The majority of the fields are split up into two major categories:

  • Play: Normal multiplayer (i.e. head to head, player vs. player. Also called PvP).
  • Coop: Cooperative mode (i.e. players work together, player vs. environment. Also called PvE).

After that, they are split up again into 3 sub-categories:

  • Local: The mode can be played on a single system.
  • LAN: The mode can be played on a Local Area Network (or LAN).
  • Online: The mode can be played on the Internet with other users.

All that remains are two alternate gameplay setups:

  • Hot-seat: Multiplayer can be played with a single keyboard/mouse combo or controller. Also known as "Pass-and-Play".
  • Asynchronous: Multiplayer is turn-based (i.e. gameplay is not in real-time).

General rules

  • Fill in only the fields that apply to the game.
    • If a game has either LAN or Online support, both the LAN and Online rows need to be filled in for that particular gameplay type.
      • Ex. If the game has support for online coop, fill in the the LAN Coop and Online Coop rows.
    • If a game only has Local support, the LAN and Online rows for that particular gameplay type will be set to "false".
  • The Players field for each row displays the maximum amount of players that particular network setup can support.
    • Do not provide range values (i.e. 1-32).
    • Some games require dedicated servers to hit the true max player count.
      • Ex. Creating a multiplayer game in-game will allow the max player count to be only 16, while a dedicated server run externally can support up to 64.
  • If a gameplay type is restricted to a specific mode (ex. LAN Coop can only be played on Horde Mode), provide the name of the mode in the notes field.