Difference between revisions of "Game Help Talk:Patch Table"

From SimsWiki
Jump to: navigation, search
(added new link and clarify things a bit)
Line 4: Line 4:
 
* if you have Generations with patch 1.22 (game code ''level 011'' equivalent to ''CompatVersion = 11'') and CAW ver 1.11.10
 
* if you have Generations with patch 1.22 (game code ''level 011'' equivalent to ''CompatVersion = 11'') and CAW ver 1.11.10
 
* if you have Town Life with patch 1.24 (game code ''level 012'' equivalent to ''CompatVersion = 12'') and CAW ver 1.11.12
 
* if you have Town Life with patch 1.24 (game code ''level 012'' equivalent to ''CompatVersion = 12'') and CAW ver 1.11.12
 
+
* if you have Pets with patch 1.26 (game code ''level 013'' equivalent to ''CompatVersion = 13'') and CAW ver 1.13.3
 +
* and so on and so forth...
  
 
So, for those of us who didn't buy these packs, CAW won't load.
 
So, for those of us who didn't buy these packs, CAW won't load.
Line 10: Line 11:
  
 
The workaround, found by Kiritra in [http://my.modthesims.info/showthread.php?t=450303 CAW Version mismatch rebooted, rewritten and solved] and it's replacement [http://my.modthesims.info/showthread.php?t=457349 CAW and Sims 3 Version Mismatch Work-Around] is to  
 
The workaround, found by Kiritra in [http://my.modthesims.info/showthread.php?t=450303 CAW Version mismatch rebooted, rewritten and solved] and it's replacement [http://my.modthesims.info/showthread.php?t=457349 CAW and Sims 3 Version Mismatch Work-Around] is to  
 +
# edit the CAW gameversion to be on the same game code "''level''"
 
# copy these 2 lines found in the CAW tool Default.ini file into the last pack's Default.ini file
 
# copy these 2 lines found in the CAW tool Default.ini file into the last pack's Default.ini file
 
# see table at the end of post#1 [http://my.modthesims.info/showthread.php?t=457349 CAW and Sims 3 Version Mismatch Work-Around] and find the last pack you own
 
# see table at the end of post#1 [http://my.modthesims.info/showthread.php?t=457349 CAW and Sims 3 Version Mismatch Work-Around] and find the last pack you own
Line 21: Line 23:
  
 
===Step-by-step===
 
===Step-by-step===
* Go to your last pack's \Game\Bin path
+
The '''''FROM''''' and '''''TO''''' would most likely change depending on what is older - CAW or the base game level. In the below scenario, my base game is patched to a higher level (level 014) than CAW (level 013), so I copy FROM base game TO CAW.
  \Program Files (x86)\Electronic Arts\The Sims 3 <'''last pack name'''>\Game\Bin\
+
 
* Make a copy of the '''Default.ini''' file and back it up, you need to restore this for the next patch if you get an "Invalid File" error
+
* Go to your base game's \Game\Bin path (Red box, on the right)
 +
  \Program Files (x86)\Electronic Arts\The Sims 3\Game\Bin\
 
* Open this file in Notepad, leave it and Alt+Tab back to Windows Explorer
 
* Open this file in Notepad, leave it and Alt+Tab back to Windows Explorer
* Then, go to CAW's path
+
* Then, go to CAW's path (Red box, on the left)
 
  \Program Files (x86)\Electronic Arts\The Sims 3 Create a World Tool\
 
  \Program Files (x86)\Electronic Arts\The Sims 3 Create a World Tool\
* And open the Default.ini in Notepad, as well.
+
* Make a copy of this '''Default.ini''' file and back it up just in case
* Copy the 2 lines indicated above from CAW's '''Default.ini'''. Note the values would change as more patches are released in future.
+
* And open this Default.ini in Notepad, as well.
* Paste it to replace the lines in the '''Default.ini''' from your last pack's path.
+
* Copy the 2 lines indicated above from base game's '''Default.ini'''. Note the values would change as more patches are released in future.
 +
* Paste it to replace the lines in the '''Default.ini''' from your base game's path to the CAW path (Blue boxed).
 +
* Edit the GameVersion of CAW '''FROM''' <tt>1.13.3.0'''''13'''''037</tt> '''TO''' <tt>1.13.3.0'''''14'''''037</tt> (Pink boxed), so the game code are on the same level.
 +
* Finally, the left side is how the CAW Default.ini should now look after the above edits are done (click on image to view in higher resolution).
 +
[[File:Caw workaround.png|800px]]

Revision as of 13:02, 15 December 2011

Workarounds for CAW from 1.22 patch without the last released Pack

Since the TS3W.exe file was introduced, Create-A-World can only load if you have the matching Pack released for that level. ie

  • if you have Generations with patch 1.22 (game code level 011 equivalent to CompatVersion = 11) and CAW ver 1.11.10
  • if you have Town Life with patch 1.24 (game code level 012 equivalent to CompatVersion = 12) and CAW ver 1.11.12
  • if you have Pets with patch 1.26 (game code level 013 equivalent to CompatVersion = 13) and CAW ver 1.13.3
  • and so on and so forth...

So, for those of us who didn't buy these packs, CAW won't load.


The workaround, found by Kiritra in CAW Version mismatch rebooted, rewritten and solved and it's replacement CAW and Sims 3 Version Mismatch Work-Around is to

  1. edit the CAW gameversion to be on the same game code "level"
  2. copy these 2 lines found in the CAW tool Default.ini file into the last pack's Default.ini file
  3. see table at the end of post#1 CAW and Sims 3 Version Mismatch Work-Around and find the last pack you own
  4. rollback (ie uninstall and reinstall) to use the CAW version and base game version to match the last pack as in that table
  5. only patch up to that level
[Version]
...
CompatVersion = 12
WorldBuilderCompatibilityVersion = 9

Step-by-step

The FROM and TO would most likely change depending on what is older - CAW or the base game level. In the below scenario, my base game is patched to a higher level (level 014) than CAW (level 013), so I copy FROM base game TO CAW.

  • Go to your base game's \Game\Bin path (Red box, on the right)
\Program Files (x86)\Electronic Arts\The Sims 3\Game\Bin\
  • Open this file in Notepad, leave it and Alt+Tab back to Windows Explorer
  • Then, go to CAW's path (Red box, on the left)
\Program Files (x86)\Electronic Arts\The Sims 3 Create a World Tool\
  • Make a copy of this Default.ini file and back it up just in case
  • And open this Default.ini in Notepad, as well.
  • Copy the 2 lines indicated above from base game's Default.ini. Note the values would change as more patches are released in future.
  • Paste it to replace the lines in the Default.ini from your base game's path to the CAW path (Blue boxed).
  • Edit the GameVersion of CAW FROM 1.13.3.013037 TO 1.13.3.014037 (Pink boxed), so the game code are on the same level.
  • Finally, the left side is how the CAW Default.ini should now look after the above edits are done (click on image to view in higher resolution).

Caw workaround.png

Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox