The TS3 Store: post your questions, updates, and tech help here

<< < (138/667) > >>

OmegaStarr:
For me decrap sets don't but decrap single items do.

morriganrant:
It's a mixed bag for me, I have a few decrapified sets that show the image and most of my single items do too, but a few singles don't and I think a set or two shows the closed box as well. To those who still have trouble decrapifing, have you made and tried to use the batch file mentioned? The "please update" issue is generally a patch problem, an old decrapifier, or the file just did not get decrapified. The batch file can ensure that every file in that folder gets decrapified with no confusion.

valfreyja:
I redownloaded the selection, plus a few additional sets, and was able to install most of them. I still was unable to install The QB/Cheer, Divalicious, Oktoberfest, and LoudFastFull. Thus, this is either an issue with recent content, or an issue with mediafire downloads. I haven't had time to test mediafire, but given that the only files that haven't worked have come from mediafire (the rest from megaupload), I think it might be a fair assumption. Strange.

Soggy Fox:
The batch cmd file was the only way it would work for me - just had to find where the show file extensions was on 7.  I guess consistancy in an OC isn't a major selling point.

Anyway, it worked great.

markjs:
For who have so much trouble, you have two options, make a bat that will read and decrapify all .Sims3Pack in the current folder:
Code:

FOR %%i IN (*.Sims3Pack) DO s3rc.exe -fD "%%i"

Or, one that you drag only the .Sims3Pack you want for it to decrapify in the bat:
Code:

FOR %%A IN (%*) DO s3rc.exe -fD %%A

Some .Sims3Pack do not pass on the Launcher by only decrapifying, it's recommended that you use s3rc.exe executable with the arguments "fD" (Fix, Decrapify); instead of just using "D" or directly with decrapify.exe

Navigation

[0] Message Index

[#] Next page

[*] Previous page