System.cnf: Difference between revisions

From PS2 Developer wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
Line 1: Line 1:
BOOT2 the title executable to launch.
*BOOT2 = Full path to the executable to launch.
VER the title version.
*VER   = Title version.
VMODE the video mode the title is in, can be PAL or NTSC.
*VMODE = Video mode the title is in, can be PAL or NTSC.


Example from Bikkuri Mouse.
Example from Bikkuri Mouse.


<pre>BOOT2 = cdrom0:\SCPS_110.04;1
BOOT2 = cdrom0:\SCPS_110.04;1
VER = 1.00
VER = 1.00
VMODE = NTSC</pre>
VMODE = NTSC
 
Additionally SYSTEM.CNF can have "PARAM" entries. Known PARAM types are 2, and 4.
*2 = Settings for Deckard PS2
*4 = Settings for Lopnor PS2 emulator (PS3)
 
PARAM2 example:
PARAM2 = 0X10_0:95B938471614330245787F8F4C39ED0E
 
*PARAM2 = Settings for Deckard PS2 model
*0x10_0 = Setting 0x10 with param 0
*95B938471614330245787F8F4C39ED0E = Hash of used command + param ([https://www.psx-place.com/threads/research-idea-improve-compatibility-using-deckard.27439/#post-278960 More])
 
There is currently no known game using PARAM4, although commands/params that can be used are already known ([https://www.psdevwiki.com/ps3/PS2_Emulation#TitleID.2FDiscID_in_ps2_netemu.self More]).

Latest revision as of 11:47, 21 January 2023

  • BOOT2 = Full path to the executable to launch.
  • VER = Title version.
  • VMODE = Video mode the title is in, can be PAL or NTSC.

Example from Bikkuri Mouse.

BOOT2 = cdrom0:\SCPS_110.04;1
VER = 1.00
VMODE = NTSC

Additionally SYSTEM.CNF can have "PARAM" entries. Known PARAM types are 2, and 4.

  • 2 = Settings for Deckard PS2
  • 4 = Settings for Lopnor PS2 emulator (PS3)

PARAM2 example:

PARAM2 = 0X10_0:95B938471614330245787F8F4C39ED0E
  • PARAM2 = Settings for Deckard PS2 model
  • 0x10_0 = Setting 0x10 with param 0
  • 95B938471614330245787F8F4C39ED0E = Hash of used command + param (More)

There is currently no known game using PARAM4, although commands/params that can be used are already known (More).