Template:Newgame: Difference between revisions

Template page
(Moved hook static function to debug tab)
(Added missing options)
Line 17: Line 17:
<!-- Only enter mandatory non-default settings to be used. Delete parameters which are not applicable -->{{config
<!-- Only enter mandatory non-default settings to be used. Delete parameters which are not applicable -->{{config
<!-- CPU configuration -->
<!-- CPU configuration -->
|ppu decoder                     = <!-- Interpreter (precise), Interpreter (fast), LLVM Recompiler -->
|ppu decoder                         = <!-- Interpreter (precise), Interpreter (fast), LLVM Recompiler -->
|ppu decoder notes               =
|ppu decoder notes                   =
|spu decoder                     = <!-- Interpreter (precise), Interpreter (fast), ASMJIT Recompiler, LLVM Recompiler -->
|spu decoder                         = <!-- Interpreter (precise), Interpreter (fast), ASMJIT Recompiler, LLVM Recompiler -->
|spu decoder notes               =
|spu decoder notes                   =
|preferred spu threads           = <!-- Auto, Single digit between 1 to 6 (e.g. 3), Range between 1 to 6 (e.g. 1 - 3) -->  
|preferred spu threads               = <!-- Auto, Single digit between 1 to 6 (e.g. 3), Range between 1 to 6 (e.g. 1 - 3) -->  
|preferred spu threads notes     =
|preferred spu threads notes         =
|firmware settings               = <!-- Automatically load required libraries, Manually load selected libraries, Load automatic and manual selection, Load liblv2.sprx only -->
|firmware settings                   = <!-- Automatically load required libraries, Manually load selected libraries, Load automatic and manual selection, Load liblv2.sprx only -->
|firmware settings notes         = <!-- Where Manually load selected libraries or Load automatic and manual selection options is selected, mention the list of libraries to be selected in this parameter -->
|firmware settings notes             = <!-- Where Manually load selected libraries or Load automatic and manual selection options is selected, mention the list of libraries to be selected in this parameter -->
|enable thread scheduler         = <!-- On, Off -->
|enable thread scheduler             = <!-- On, Off -->
|enable thread scheduler notes   =
|enable thread scheduler notes       =
|lower spu thread priority       = <!-- On, Off -->
|lower spu thread priority           = <!-- On, Off -->
|lower spu thread priority notes =
|lower spu thread priority notes     =
|enable spu loop detection       = <!-- On, Off -->
|enable spu loop detection           = <!-- On, Off -->
|enable spu loop detection notes  =
|enable spu loop detection notes     =
|spu cache                          = <!-- On, Off -->
|spu cache notes                    =
|accurate xfloat                    = <!-- On, Off -->
|accurate xfloat notes              =
|spu block size                      = <!-- Safe, Mega, Giga -->
|spu block size notes                =
<!-- GPU configuration -->
<!-- GPU configuration -->
|renderer                         = <!-- OpenGL, Vulkan -->
|renderer                           = <!-- OpenGL, Vulkan -->
|renderer notes                   =
|renderer notes                     =
|graphics device                 = <!-- This option is used only with Vulkan renderer to select the graphics card to be used by RPCS3 when multiple eligible cards exist. Do not used this parameter on game pages. -->
|graphics device                     = <!-- This option is used only with Vulkan renderer to select the graphics card to be used by RPCS3 when multiple eligible cards exist. Do not used this parameter on game pages. -->
|graphics device notes           =
|graphics device notes               =
|aspect ratio                     = <!-- Auto, 4:3, 16:9 -->
|aspect ratio                       = <!-- Auto, 4:3, 16:9 -->
|aspect ratio notes               =  
|aspect ratio notes                 =  
|framelimit                       = <!-- Off, 59.94, 50, 60, 30, Auto -->
|framelimit                         = <!-- Off, 59.94, 50, 60, 30, Auto -->
|framelimit notes                 =
|framelimit notes                   =
|anisotropic filter               = <!-- Automatic, Disabled, 2x, 4x, 8x, 16x -->
|anisotropic filter                 = <!-- Automatic, Disabled, 2x, 4x, 8x, 16x -->
|anisotropic filter notes         =
|anisotropic filter notes           =
|default resolution               = <!-- 1920x1080, 1280x720, 720x480, 720x576, 1600x1080, 1440x1080, 1280x1080, 960x1080 -->
|default resolution                 = <!-- 1920x1080, 1280x720, 720x480, 720x576, 1600x1080, 1440x1080, 1280x1080, 960x1080 -->
|default resolution notes         =
|default resolution notes           =
|resolution scale                 = <!-- Range between 50% to 800% -->
|resolution scale                   = <!-- Range between 50% to 800% -->
|resolution scale notes           =
|resolution scale notes             =
|resolution scale threshold       = <!-- Range between 1 to 1024 in the format 16 x 16 -->
|resolution scale threshold         = <!-- Range between 1 to 1024 in the format 16 x 16 -->
|resolution scale threshold notes =
|resolution scale threshold notes   =
|write color buffer               = <!-- On, Off -->
|write color buffer                 = <!-- On, Off -->
|write color buffer notes         =
|write color buffer notes           =
|use gpu texture scaling         = <!-- On, Off -->
|use gpu texture scaling             = <!-- On, Off -->
|use gpu texture scaling notes   =
|use gpu texture scaling notes       =
|strict rendering mode           = <!-- On, Off -->
|strict rendering mode               = <!-- On, Off -->
|strict rendering mode notes     =
|strict rendering mode notes         =
|vsync                           = <!-- On, Off -->
|vsync                               = <!-- On, Off -->
|vsync notes                     =
|vsync notes                         =
|stretch to display area         = <!-- On, Off -->
|stretch to display area             = <!-- On, Off -->
|stretch to display area notes   =
|stretch to display area notes       =
|disable vertex cache             = <!-- On, Off -->
|disable vertex cache               = <!-- On, Off -->
|disable vertex cache notes      =
|disable vertex cache notes         =
|disable async shader compiler       = <!-- On, Off -->
|disable async shader compiler notes =
<!-- Debug configuration -->
<!-- Debug configuration -->
|force cpu blit emulation         = <!-- On, Off -->
|force cpu blit emulation           = <!-- On, Off -->
|force cpu blit emulation notes   =
|force cpu blit emulation notes     =
|hook static function             = <!-- On, Off -->
|hook static function               = <!-- On, Off -->
|hook static function notes       =
|hook static function notes         =
}}
}}



Revision as of 20:45, 21 October 2018

This template is to be used whilst creating a new game page. To populate the required parameters of the infobox and other sections of the page, simply enter {{subst:newgame}} in the new game page. Please read the wiki conventions for creating new game pages and also refer to the vginfobox and config templates for guidance on how to add the relevant information.