Difference between revisions of "Game Help:TS3 Patching Versions"
From SimsWiki
m (→Products) |
EllaCharm3d (Talk | contribs) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
|__TOC__ | |__TOC__ | ||
|} | |} | ||
− | == | + | ==Understanding the various codes== |
− | The following | + | The following GameVersion strings can be found via any of the methods outlined in [[Game Help:TS3 Patching Find Gameversion|Finding your GameVersion FAQ]]. |
− | + | ||
− | + | ||
− | + | 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...The complete list of game versions are maintained in [[Game Help:Patch Table|Sims 3 Patch table]]. | |
− | + | ||
− | + | ==Related Pages== | |
− | * | + | * [[Game Help:TS3 Patching Find Gameversion]] |
− | * | + | * [[Game Help:Patch Table]] |
Latest revision as of 15:41, 3 February 2011
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 | | |
|
[edit] Understanding the various codes
The following GameVersion strings can be found via any of the methods outlined in Finding your GameVersion FAQ.
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]
[edit] 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
[edit] 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"
[edit] 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...The complete list of game versions are maintained in Sims 3 Patch table.