Anach's Sims 3 Catalogue Fixes 0.5 - 21 Janurary 2011 [s3sr - script]

<< < (3/5) > >>

Anach:
Quote from: Inge on 2011 June 15, 19:24:22

They're not that sort of people really.  :)


Which is why they are in this predicament. :)

Anach:
As requested here are the reward objects for buy/debug. Just copy this to notepad, save as an .s3sr file, then double click the new file to run it (after you have downloaded and run the s3sr program at least once).

Code:

[BASE]
{BodySculptor}
OBJD Instance:0x0000000000000EA3 RoomCategoryFlags:0x00000000 FunctionCategoryFlags:0x40000000 FunctionSubCategoryFlags:0x0000080400000000 RoomSubCategoryFlags:0x0000000000000000

{FoodReplicator}
OBJD Instance:0x0000000000000E98 RoomCategoryFlags:0x00000400 FunctionCategoryFlags:0x40000000 FunctionSubCategoryFlags:0x0000080400000000 RoomSubCategoryFlags:0x0000000000000000

{Teleporter}
OBJD Instance:0x0000000000000E95 RoomCategoryFlags:0x00000000 FunctionCategoryFlags:0x40000000 FunctionSubCategoryFlags:0x0000080400000000 RoomSubCategoryFlags:0x0000000000000000

{CollectionHelper}
OBJD Instance:0x0000000000000EEE RoomCategoryFlags:0x00000000 FunctionCategoryFlags:0x40000000 FunctionSubCategoryFlags:0x0000000400000000 RoomSubCategoryFlags:0x0000000000000000

{MoodletManager}
OBJD Instance:0x0000000000000E96 RoomCategoryFlags:0x00000000 FunctionCategoryFlags:0x40000000 FunctionSubCategoryFlags:0x0000080400000000 RoomSubCategoryFlags:0x0000000000000000

graccichen:
I'm trying to fix ClassicTallUggBoots_byAniaOrazova (currently enabled for everything) using s3sr - so far I have:

[STORE]
{ClassicTallUggBoots_byAniaOrazova}
CASP Instance:0x04E067D2269962FF ClothingCategory: ?

I'm stuck at ClothingCategory. How do you find the right Clothing Category, for example (Everyday, Sleepwear) for shoes?

Anach:
Quote from: graccichen on 2011 July 08, 06:02:22

I'm trying to fix ClassicTallUggBoots_byAniaOrazova (currently enabled for everything) using s3sr - so far I have:

[STORE]
{ClassicTallUggBoots_byAniaOrazova}
CASP Instance:0x04E067D2269962FF ClothingCategory: ?

I'm stuck at ClothingCategory. How do you find the right Clothing Category, for example (Everyday, Sleepwear) for shoes?


Ok, for the codes for the categories. Open up the extracted package in s3pe. Make your desired changes to the category using the GRID button, then in the right-hand pane you will see ClothingCategory and the value you need, which in my case is 0x00200008. Mine is enabled for sleepwear and valid for random. Your script would then look as below.

Code:

[STORE]
{ClassicTallUggBoots_byAniaOrazova}
CASP Instance:0x04E067D2269962FF ClothingCategory:0x00200008





simsmx:
Quote from: Anach on 2011 July 07, 16:13:33

As requested here are the reward objects for buy/debug. Just copy this to notepad, save as an .s3sr file, then double click the new file to run it (after you have downloaded and run the s3sr program at least once).


The Collection Helper is missing "BuildBuyProductStatusFlags:0x61", otherwise it won't show up in the catalog. Here's the script you should run. I've included the fox sculpture (Criminal career reward).

Code:

{CollectionHelper}
OBJD Instance:0x0000000000000EEE BuildBuyProductStatusFlags:0x61 MovementFlags:0x00000000 RoomCategoryFlags:0x00000000 FunctionCategoryFlags:0x40000000 FunctionSubCategoryFlags:0x0000000400000000 RoomSubCategoryFlags:0x0000000000000000

{TheFox}
OBJD Instance:0x0000000000000EE9 BuildBuyProductStatusFlags:0x61 MovementFlags:0x00000000 RoomCategoryFlags:0x00000000 FunctionCategoryFlags:0x40000000 FunctionSubCategoryFlags:0x0000000400000000 RoomSubCategoryFlags:0x0000000000000000

Navigation

[0] Message Index

[#] Next page

[*] Previous page