Difference between revisions of "Game Help:TS3 Patching Versions"
From SimsWiki
m (Protected "Game Help:TS3 Patching Versions": Protecting page so that changes can be DISCUSSED with help moderators and admins and not just changed to support one users theories and idiosyncrosies ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
(Reverted back to original version) |
||
Line 6: | Line 6: | ||
|__TOC__ | |__TOC__ | ||
|} | |} | ||
− | == | + | ==Understanding the various codes== |
− | The following | + | The following GameVersion strings are found on |
* the first line in [[Game_Help:TS3_Patching_Find_Gameversion#skuversion.txt|skuversion.txt]] for Windows systems and | * the first line in [[Game_Help:TS3_Patching_Find_Gameversion#skuversion.txt|skuversion.txt]] for Windows systems and | ||
* [[Game_Help:TS3_Patching_Find_Gameversion#info.plist|info.plist]] for OSX systems. | * [[Game_Help:TS3_Patching_Find_Gameversion#info.plist|info.plist]] for OSX systems. | ||
+ | Example#1 | ||
+ | GameVersion = '''<span style="color:#80FF00;">1.0.631</span>'''.0'''<span style="color:#0000FF;">0</span>'''00'''<span style="color:#FF0000;">1</span>''' | ||
+ | [more lines with some other content] | ||
− | == | + | Example#2 |
− | + | GameVersion = '''<span style="color:#1A9900;">1.15.34</span>'''.00'''<span style="color:#330099;">8</span>'''01'''<span style="color:#993300;">7</span>''' | |
+ | [more lines with some other content] | ||
− | |||
− | + | ===Understanding Region codes=== | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | # Example#1 | |
− | + | #* has the region code '''"<span style="color:#FF0000;">1</span>"''', for the North American region <br/><br/> | |
+ | # Example#2 | ||
+ | #* has the region code '''"<span style="color:#993300;">7</span>"''', for the Digital Downloads | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | === | + | ===Understanding Game Levels=== |
− | + | ||
+ | # Example#1 | ||
+ | #* has the game engine level at '''"<span style="color:#0000FF;">0</span>"'''<br/><br/> | ||
+ | # Example#2 | ||
+ | #* has the game engine level at '''"<span style="color:#330099;">8</span>"''' | ||
− | |||
− | |||
− | + | ===Understanding GameVersions=== | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | # Example#1 | |
+ | #* has the game version at '''"<span style="color:#80FF00;">''1''.0.631</span>"'''<br/><br/> | ||
+ | # Example#2 | ||
+ | #* has the game version at '''"<span style="color:#1A9900;">''1''.15.34</span>"''' | ||
− | + | with prefix ''1'' being base game, ''2'' is for World Adventures, and so on... | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 18:46, 20 September 2010
Sims 3 Game Help Categories: | |
---|---|
Custom Content | Installation | Gameplay Guides | Technical & Graphics Issues | Miscellaneous Issues | |
MTS Help Q&A Forums | |
TS3 Patching by Category | |
---|---|
Before You Begin | Patch Table | Patch Downloads | Invalid File Error | Once It's Installed | Common Errors | Patch Update Log | If All Else Fails | | |
|
Understanding the various codes
The following GameVersion strings are found on
- the first line in skuversion.txt for Windows systems and
- info.plist for OSX systems.
Example#1
GameVersion = 1.0.631.00001 [more lines with some other content]
Example#2
GameVersion = 1.15.34.008017 [more lines with some other content]
Understanding Region codes
- Example#1
- has the region code "1", for the North American region
- has the region code "1", for the North American region
- Example#2
- has the region code "7", for the Digital Downloads
Understanding Game Levels
- Example#1
- has the game engine level at "0"
- has the game engine level at "0"
- Example#2
- has the game engine level at "8"
Understanding GameVersions
- Example#1
- has the game version at "1.0.631"
- has the game version at "1.0.631"
- Example#2
- has the game version at "1.15.34"
with prefix 1 being base game, 2 is for World Adventures, and so on...