View Full Version : OLD: s3oc_1006-05-2044
pljones
5th Jun 2010, 08:49 PM
This thread is for people wanting to test at the bleeding edge of development. If you're looking for the stable release, please switch to this thread (http://www.modthesims.info/showthread.php?t=362413).
Any questions regarding the behaviour of this release should be posted as replies below.
Bug reports for this version in this thread please!
Equally as important, post if it's all working perfectly...
-----------------------
Windows Easy Installer version (http://sourceforge.net/projects/sims3tools/files/s3oc/1006-05-2044/s3oc_1006-05-2044.exe/download)
Unpack-It-Yourself version (http://sourceforge.net/projects/sims3tools/files/s3oc/1006-05-2044/s3oc_1006-05-2044.7z/download)
-----------------------
Change summary
Oops: forgot EP flag settings. Done :).
pljones
5th Jun 2010, 08:49 PM
I guess I should add this to the s3oc_ini.ttl file -- that way there's only one thing to update...
wintermuteai1
6th Jun 2010, 04:09 AM
When Choosing the Game Folders it gives error: One or more expected packages in the path you chose was not found.
In Ambitions I know there are these packages that are different (if that has any bearing):DeltaBuild_p02, DeltaBuild_p03, FullBuild_p04
wintermuteai1
6th Jun 2010, 04:20 AM
ok I found the problem in "s3oc-ini.ttl" you had for ambitions it calling for fullbuild ep1 when it needs to be calling Fullbuild_p04
like this:
:ep2
a :Sims3, :EP ;
:hasName "EP2" ;
:hasLongname "The Sims 3 Ambitions";
:hasDefaultInstallDir "C:/Program Files/Electronic Arts/The Sims 3 Ambitions";
:hasPriority 3 ;
:isSuppressed "false" ;
:hasPackages [
a :Objects ;
:in "GameData/Shared" ;
:packages (
# "DeltaPackages/p03/DeltaBuild_p03.package"
# "DeltaPackages/p02/DeltaBuild_p02.package"
"Packages/FullBuild_p04.package"
) .
], [
a :Images ;
:in "GameData/Shared" ;
:packages ( "Packages/FullBuild_p04.package" ) .
], [
a :Thumbnails ;
:in "Thumbnails" ;
:packages ( "AllThumbnails.package" ) .
]
.
http://chii.modthesims.info/getfile.php?file=1101159
Inge Jones
6th Jun 2010, 08:34 AM
I had that ttl working and tested but Peter decided to edit it after me. Peter!!!!! Put it back how I had it!!!!
This is how it left me: NB the p02/3 etc lines were commented out as there are resources in them that look weird and I was gonna discuss them with Micke tomorrow
:ep2
a :Sims3, :EP ;
:hasName "EP2" ;
:hasLongname "The Sims 3 Ambitions";
:hasDefaultInstallDir "C:/Program Files/Electronic Arts/The Sims 3 Ambitions";
:hasPriority 3 ;
:isSuppressed "false" ;
:hasPackages [
a :Objects ;
:in "GameData/Shared" ;
# :packages ( "DeltaPackages/p03/DeltaBuild_p03.package" "DeltaPackages/p02/DeltaBuild_p02.package" "Packages/FullBuild_p04.package" ) .
:packages ( "Packages/FullBuild_p04.package" ) .
], [
a :Images ;
:in "GameData/Shared" ;
:packages ( "Packages/FullBuild_p04.package" ) .
], [
a :Thumbnails ;
:in "Thumbnails" ;
:packages ( "AllThumbnails.package" ) .
]
.
pljones
6th Jun 2010, 09:00 AM
OK, new version up with Inge's TTL file.
vBulletin v3.0.14, Copyright ©2000-2013, Jelsoft Enterprises Ltd.