Difference between revisions of "Riven VERS resources"
From A look inside The Link @ wiki
		
		
		
| m (Protected "Riven VERS resources" [edit=autoconfirmed:move=autoconfirmed]) |  (I just checked my DVD version's saved games and it uses a different four bytes. It looks like "1.1".) | ||
| Line 1: | Line 1: | ||
| − | This is found only in saved game files, and should just contain version information. In  | + | This is found only in saved game files, and should just contain version information.   | 
| + | |||
| + | In the CD version, it contains the following 4 bytes, which probably means "version 1.0": | ||
| <div align="center" style="color:#008; font-family:monospace; margin:1em">00 01 00 00</div> | <div align="center" style="color:#008; font-family:monospace; margin:1em">00 01 00 00</div> | ||
| − | which probably means "version 1. | + | |
| + | |||
| + | However, in the DVD version, it contains the following 4 bytes, which probably means "version 1.1": | ||
| + | <div align="center" style="color:#008; font-family:monospace; margin:1em">00 01 01 00</div> | ||
Revision as of 21:27, 4 September 2008
This is found only in saved game files, and should just contain version information.
In the CD version, it contains the following 4 bytes, which probably means "version 1.0":
00 01 00 00
However, in the DVD version, it contains the following 4 bytes, which probably means "version 1.1":
00 01 01 00
