Difference between revisions of "Game Help:TS3 Patching Versions"
From SimsWiki
EllaCharm3d (Talk | contribs) (→new; split from Game_Help:TS3_Patching:Patch_Download) |
EllaCharm3d (Talk | contribs) (→added OSX file name) |
||
Line 7: | Line 7: | ||
|} | |} | ||
==Understanding the various codes== | ==Understanding the various codes== | ||
− | The following GameVersion strings are found on the first line in [[Game_Help:TS3_Patching_Find_Gameversion#skuversion.txt|skuversion.txt]] | + | 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 | ||
+ | * [[Game_Help:TS3_Patching_Find_Gameversion#info.plist|info.plist]] for OSX systems. | ||
Example#1 | Example#1 |
Revision as of 11:23, 17 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...