PS2 Spacing Irregularities in SYSTEM.CNF can result in Version not populating in !SubmissionInfo text document #81

Closed
opened 2026-01-29 16:09:03 +00:00 by claunia · 0 comments
Owner

Originally created by @dizzzy77 on GitHub (Aug 18, 2018).

Here is the contents of an average SYSTEM.CNF file in the PS2 disc root:

BOOT2 = cdrom0:\SLUS_202.14;1
VER = 2.00
VMODE = NTSC

However two spacing irregularities have been observed which prevent version number from populating in !SubmissionInfo text file:

  1. This one is common, no spacing between "VER", "=", and version number:
BOOT2=cdrom0:\SCUS_971.28;1
VER=0.10
VMODE=NTSC
  1. This one is rarer: extra spacing between "VER" and "="
BOOT2    = cdrom0:\SLUS_207.64;1
VER    = 1.01
VMODE    = NTSC```

Originally created by @dizzzy77 on GitHub (Aug 18, 2018). Here is the contents of an average SYSTEM.CNF file in the PS2 disc root: ``` BOOT2 = cdrom0:\SLUS_202.14;1 VER = 2.00 VMODE = NTSC ``` However two spacing irregularities have been observed which prevent version number from populating in !SubmissionInfo text file: 1. This one is common, no spacing between "VER", "=", and version number: ``` BOOT2=cdrom0:\SCUS_971.28;1 VER=0.10 VMODE=NTSC ``` 2. This one is rarer: extra spacing between "VER" and "=" ``` BOOT2 = cdrom0:\SLUS_207.64;1 VER = 1.01 VMODE = NTSC```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#81