Difference between revisions of "DCSaveTable"
From Sega Retro
Line 9: | Line 9: | ||
|- | |- | ||
{{{1|}}} | {{{1|}}} | ||
− | |}</includeonly> | + | |}</includeonly><noinclude> |
+ | Table for displaying [[Sega Dreamcast]] save data. Use in conjunction with [[Template:DCSaveRow]]. | ||
− | + | According to [[:File:SegaDreamcastSoftwareCreationStandards US.pdf|the standards]] a save file should consist of: | |
− | + | *A 32x32 icon | |
+ | *A file name (12 characters) | ||
+ | *A "[[Sega Dreamcast/Boot ROM|boot ROM]] comment" (usually the name of the game) | ||
+ | *A "VMU comment" (usually status) | ||
+ | *There's also an optional "visual comment" which is the bigger icon you sometimes see in the bottom right of the file management menu. Not save has one of these. | ||
+ | |||
+ | For VMU comments that might change (e.g. one that shows percentage finished), use # as a placeholder - the template will turn it magenta. # is a legitimate character for VMU comments though, so this may need a rethink. | ||
+ | |||
+ | ==Example== | ||
+ | <pre>{{DCSaveTable| | ||
+ | {{DCSaveRow | ||
+ | | icon=rayman2_vmuA.png | ||
+ | | blocks=5 | ||
+ | | filename=BANGAIODC001 | ||
+ | | brcomment=BANGAI-O | ||
+ | | vmucomment=AUTO SAVE DATA | ||
+ | | desc= | ||
+ | }} | ||
+ | {{DCSaveRow | ||
+ | | icon=rayman2_vmuA.png | ||
+ | | blocks=2 | ||
+ | | filename=RAYMAN_2.XXX | ||
+ | | brcomment=Rayman 2 The great escape | ||
+ | | vmucomment=###.% | ||
+ | | desc= | ||
+ | }} | ||
+ | }}</pre> | ||
{{DCSaveTable| | {{DCSaveTable| | ||
Line 21: | Line 48: | ||
| brcomment=BANGAI-O | | brcomment=BANGAI-O | ||
| vmucomment=AUTO SAVE DATA | | vmucomment=AUTO SAVE DATA | ||
+ | | desc= | ||
+ | }} | ||
+ | {{DCSaveRow | ||
+ | | icon=rayman2_vmuA.png | ||
+ | | blocks=2 | ||
+ | | filename=RAYMAN_2.XXX | ||
+ | | brcomment=Rayman 2 The great escape | ||
+ | | vmucomment=###.% | ||
| desc= | | desc= | ||
}} | }} | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 06:13, 5 September 2024
Table for displaying Sega Dreamcast save data. Use in conjunction with Template:DCSaveRow.
According to the standards a save file should consist of:
- A 32x32 icon
- A file name (12 characters)
- A "boot ROM comment" (usually the name of the game)
- A "VMU comment" (usually status)
- There's also an optional "visual comment" which is the bigger icon you sometimes see in the bottom right of the file management menu. Not save has one of these.
For VMU comments that might change (e.g. one that shows percentage finished), use # as a placeholder - the template will turn it magenta. # is a legitimate character for VMU comments though, so this may need a rethink.
Example
{{DCSaveTable| {{DCSaveRow | icon=rayman2_vmuA.png | blocks=5 | filename=BANGAIODC001 | brcomment=BANGAI-O | vmucomment=AUTO SAVE DATA | desc= }} {{DCSaveRow | icon=rayman2_vmuA.png | blocks=2 | filename=RAYMAN_2.XXX | brcomment=Rayman 2 The great escape | vmucomment=###.% | desc= }} }}
Icon | Blocks | File name | Boot ROM comment | VMU comment | Visual comment | Description |
---|---|---|---|---|---|---|
5 | BANGAIODC001 | BANGAI-O | AUTO SAVE DATA | |||
2 | RAYMAN_2.XXX | Rayman 2 The great escape | ###.% |