1.The
You must be registered to see the links
can restore Cait's anal virginity in the "Character" section select Cait in the drop down menu then go to the "Body" subsection, then the "Body" subsubsection and look for "Butt", you'll find a toggle labeled "Virgin". Also go to the "Flags" section and find
CAIT_ANAL
, if it's not blank or above 0 get rid of the number.
2.As for your Storage problem the
You must be registered to see the links
isn't going to help. You're gonna need to open the save file with Notepad or something (pick your poison). Now before I start let me preface that unless you know how to mod the game while you can and more than 20 separate item stacks into your inventory you can't access anything past slot 20, but because of the way the storage is coded you can add more than your max number of separate item stacks and still access them, you just can't put the item back without editing your save again once you pull it from storage. Now onto how to ad more than the max number of items to your storage.
First find
\"inventory\":[
and
\"storage\":[
(the names are exactly as they seem)
Second find the data for the item you wish to move to storage under
\"inventory\":[
and cut it. Then past it under
\"storage\":[
.
Boom you now have moved an item from your inventory to your storage. This works regardless of how many items are in storage. Just remember that you'll need to do this for every item and if you take something out of storage you'll need to do it again to put it back in.
This isn't helpful unless you aren't using all your equipment slots, but you can put any item of any stack value into any equipment slot (one stack per slot). The slots are as fallows
\"weaponPrimary\":
,
\"weaponSecondary\":
,
\"head\":
,
\"neck\":
,
\"shoulders\":
,
\"armorSet\":
,
\"hands\":
,
\"waist\":
,
\"feet\":
,
\"ring1\":
,
\"ring2\":
,
\"topGarment\":
, and
\"bottomGarment\":
(if you equip two weapons that shouldn't be duel wielded you'll use the one in your primary weapon slot (to use both you need
You must be registered to see the links
)).