- Site Map >
- Community >
- Sims Discussion >
- Sims 2 >
- General - SimPE fix for "The Sims 2 Ultimate Collection"
- > Gameplay strategy and discussion for The Sims 2.
#1
28th Jul 2014 at 8:20 PM


All my Beginning Hoods here at MTS. http://www.modthesims.info/member.php?u=7749491
All my Beginning Hoods as Shopping Districts plus Old Town. http://www.modthesims.info/download.php?t=523417
MooVille, a tribute to Mootilda and her fabulous lots http://www.modthesims.info/download.php?t=534158
Advertisement
#2
28th Jul 2014 at 9:08 PM
Last edited by wickedjr89 : 28th Jul 2014 at 9:26 PM.

Posts: 1,697
I can't see it as I have to register and I try to but i've tried (and checked and double checked) both of my emails as I have 2 and it says they are invalid, when I use them EVERYDAY so I can't get the fix...I didn't know it was broken (I haven't went into using it yet but was planning too really soon).
Edit: I read how it has to be an email for an internet service provider...I didn't even have one! I literally just had to make one, because even though I pay the internet bill it's under my hubby's name and only he had an account for it (I used to have one but we moved and my name is no longer on the account and mine was deactivated, we never needed to both have an account) so yeah I got it now, thanks. I understand not wanting spammers but asking for an email that many people don't even have? It just annoys me.
Edit: I read how it has to be an email for an internet service provider...I didn't even have one! I literally just had to make one, because even though I pay the internet bill it's under my hubby's name and only he had an account for it (I used to have one but we moved and my name is no longer on the account and mine was deactivated, we never needed to both have an account) so yeah I got it now, thanks. I understand not wanting spammers but asking for an email that many people don't even have? It just annoys me.
#3
28th Jul 2014 at 10:14 PM

#4
28th Jul 2014 at 10:26 PM

Posts: 7,559
Thanks: 197772 in 296 Posts
Yes, it is utterly stupid to only allow only ISP emails to register. There are many ways to keep spammers from registering, like StopForumSpam and Project Honeypot. And there is absolutely no reason to prevent guests from viewing all of the forum.
Most likely the "fix" is just showing you how to navigate to the file path in program files. Which is basically the same as what the Collections are.
Life Stories || EA Sims 2 Store Items || EA Pre-Order Incentives || Pet Stories || Dog Agility Items || Castaway Stories || Holy Simoly Add-ons || Overrides and Defaults
4esf Archive || Holy Simoly Archive || Sims2Artists || tumblr || CEP-Extras List
If you enjoy the content on s2a or GoS, consider donating to support hosting costs.
Most likely the "fix" is just showing you how to navigate to the file path in program files. Which is basically the same as what the Collections are.
Life Stories || EA Sims 2 Store Items || EA Pre-Order Incentives || Pet Stories || Dog Agility Items || Castaway Stories || Holy Simoly Add-ons || Overrides and Defaults
4esf Archive || Holy Simoly Archive || Sims2Artists || tumblr || CEP-Extras List
If you enjoy the content on s2a or GoS, consider donating to support hosting costs.
#5
28th Jul 2014 at 10:29 PM

Posts: 3,075
Thanks: 287 in 1 Posts
Its a change to the expansions.xreg to make SimPE realize that the EPs for the Ultimate Collection is in a different place than normal.
#6
28th Jul 2014 at 10:45 PM

Can't you do that manually by going into the file table or whatever it's called and manually inputting the paths? That's what I did when I had Fun with Pets or else the M&G stuff wouldn't show. But maybe this fix does that automagically.
I'm mostly found on (and mostly upload to) Tumblr these days because, alas, there are only 24 hours in a day.
Muh Simblr! | An index of my downloads on Tumblr.
Muh Simblr! | An index of my downloads on Tumblr.
#7
28th Jul 2014 at 10:51 PM

Posts: 7,559
Thanks: 197772 in 296 Posts
Yes, iCad you can. Either way will work.
Life Stories || EA Sims 2 Store Items || EA Pre-Order Incentives || Pet Stories || Dog Agility Items || Castaway Stories || Holy Simoly Add-ons || Overrides and Defaults
4esf Archive || Holy Simoly Archive || Sims2Artists || tumblr || CEP-Extras List
If you enjoy the content on s2a or GoS, consider donating to support hosting costs.
Life Stories || EA Sims 2 Store Items || EA Pre-Order Incentives || Pet Stories || Dog Agility Items || Castaway Stories || Holy Simoly Add-ons || Overrides and Defaults
4esf Archive || Holy Simoly Archive || Sims2Artists || tumblr || CEP-Extras List
If you enjoy the content on s2a or GoS, consider donating to support hosting costs.
#8
28th Jul 2014 at 10:54 PM

Posts: 3,075
Thanks: 287 in 1 Posts
Its Aaroneous' link to his file that does it automatically. I uninstalled the Ultimate Collection so I don't know if its the same as going into the file table.
#9
28th Jul 2014 at 11:03 PM

Posts: 218
Thanks: 827 in 7 Posts
Paste the following into notepad and name the file expansions.xreg
<?xml version="1.0" encoding="utf-8" ?>
<registry>
<key name="Expansions">
<!-- Information about the base Game -->
<key name="BaseGame">
<int name="Version">0</int>
<string name="RegKey">Software\EA Games\The Sims 2</string>
<int name="Flag">0</int>
<!-- Flag is a BitMask defining SimPE's behaviour if the given EP was found:
Bit 0: Is an ExpansionPack
Bit 1: Is a StuffPack (aka MiniExpansion)
Bit 2: Comes with a Lua Folder
Bit 3: Load additional W&F Texts from this Expansion (BaseGame is allways loaded!!)
Bit 4: Sim Story
Bit 5: Objects.package does only contain additional objects
Bit 6: Neighborhoods folder contains profiles.ini
-->
<string name="ExeName">Sims2.exe</string>
<int name="Group">1</int>
<cilist name="SaveGameLocationsForGroup">
<string name="0">{UserSaveGame}</string>
</cilist>
<string name="namelistnr"> 1</string>
<key name="en">
<string name="short">Original</string>
<string name="long">The Sims 2</string>
</key>
<key name="de">
<string name="short">Original</string>
<string name="long">Die Sims 2</string>
</key>
</key>
<!-- Information about University -->
<key name="University">
<int name="Version">1</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 University</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">9</int><!-- 00001001 -->
<string name="ExeName">Sims2EP1.exe</string>
<cilist name="SimNameDeepSearch">
<string name="0">TSData\Res\NeighborhoodTemplate\U001\Characters\</string>
<string name="1">TSData\Res\NeighborhoodTemplate\U002\Characters\</string>
<string name="2">TSData\Res\NeighborhoodTemplate\U003\Characters\</string>
</cilist>
<!-- SimNameDeepSearch: This is a list of additional Folders (in the EP's Folder), SimPE is using when it performs a 'Deep Search' for SimDescriptions-->
<int name="Group">1</int>
<string name="namelistnr"> 1</string>
<key name="en">
<string name="long">The Sims 2 - University</string>
</key>
<key name="de">
<string name="short">Campus</string>
<string name="name">Wilde Campus Jahre</string>
<string name="long">Die Sims 2 - Wilde Campus Jahre</string>
</key>
</key>
<!-- Information about Nightlife -->
<key name="Nightlife">
<int name="Version">2</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Nightlife</string>
<string name="1">Software\\EA Games\\The Sims 2 Deluxe</string>
<string name="2">SOFTWARE\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<cilist name="InstallSuffix">
<string name="0"></string>
<string name="1">EP2</string>
</cilist>
<int name="Flag">13</int><!-- 00001101 -->
<string name="ExeName">Sims2EP2.exe</string>
<string name="Censor">quaxi_nl_censor_v1.package</string>
<cilist name="SimNameDeepSearch">
<string name="0">TSData\Res\NeighborhoodTemplate\D001\Characters\</string>
</cilist>
<int name="Group">1</int>
<string name="namelistnr"> 2</string>
<key name="en">
<string name="long">The Sims 2 - Nightlife</string>
</key>
<key name="de">
<string name="long">Die Sims 2 - Nightlife</string>
</key>
</key>
<!-- Non-SP XMas Stuff -->
<!-- Information about Business -->
<key name="Business">
<int name="Version">3</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Open For Business</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">13</int><!-- 00001101 -->
<string name="ExeName">Sims2EP3.exe</string>
<string name="Censor">quaxi_ofb_censor_v1.package</string>
<cilist name="SimNameDeepSearch">
<string name="0">TSData\Res\NeighborhoodTemplate\B001\Characters\</string>
</cilist>
<int name="Group">1</int>
<string name="namelistnr"> 3</string>
<key name="en">
<string name="long">The Sims 2 - Open For Business</string>
</key>
<key name="de">
<string name="long">Die Sims 2 - Open For Business</string>
</key>
</key>
<!-- Information about FamilyFun Stuff-->
<key name="FamilyFun">
<int name="Version">4</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Family Fun Stuff</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">2</int><!-- 00000010 -->
<string name="ExeName">Sims2SP1.exe</string>
<string name="Censor">quaxi_ofb_censor_v1.package</string>
<int name="Group">1</int>
<string name="namelistnr"> 1</string>
<key name="en">
<string name="short">Family Fun</string>
<string name="name">Family Fun Stuff</string>
<string name="long">The Sims 2 - Family Fun Stuff</string>
</key>
<key name="de">
<string name="short">Family Fun</string>
<string name="name">Family Fun Accessoires</string>
<string name="long">Die Sims 2 - Family Fun Accessoires</string>
</key>
</key>
<!-- Information about Glamour Stuff -->
<key name="Glamour">
<int name="Version">5</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Glamour Life Stuff</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">2</int><!-- 00000010 -->
<string name="ExeName">Sims2SP2.exe</string>
<string name="Censor">quaxi_ofb_censor_v1.package</string>
<int name="Group">1</int>
<string name="namelistnr"> 2</string>
<key name="en">
<string name="name">Glamour Stuff</string>
<string name="long">The Sims 2 - Glamour Stuff</string>
</key>
<key name="de">
<string name="name">Glamour Accessoires</string>
<string name="long">Die Sims 2 - Glamour Accessoires</string>
</key>
</key>
<!-- Information about Pets-->
<key name="Pets">
<int name="Version">6</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Pets</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">13</int><!-- 00001101 -->
<string name="ExeName">Sims2EP4.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<cilist name="SimNameDeepSearch">
<string name="0">TSData\Res\NeighborhoodTemplate\P001\Characters\</string>
</cilist>
<int name="Group">1</int>
<string name="namelistnr"> 4</string>
<key name="en">
<string name="long">The Sims 2 - Pets</string>
</key>
<key name="de">
<string name="short">Haustiere</string>
<string name="long">Die Sims 2 - Haustiere</string>
</key>
</key>
<!-- Non-SP Happy Holidays -->
<!-- Information about Seasons -->
<key name="Seasons">
<int name="Version">7</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Seasons</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">13</int><!-- 00001101 -->
<string name="ExeName">Sims2EP5.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<int name="Group">1</int>
<cilist name="SimNameDeepSearch">
<string name="0">TSData\Res\NeighborhoodTemplate\G002\Characters\</string>
</cilist>
<string name="namelistnr"> 5</string>
<key name="en">
<string name="long">The Sims 2 - Seasons</string>
</key>
<key name="de">
<string name="short">Jahreszeiten</string>
<string name="name">Vier Jahreszeiten</string>
<string name="long">Die Sims 2 - Vier Jahreszeiten</string>
</key>
</key>
<!-- Information about Celebration! Stuff (provided by Numenor) -->
<key name="Celebration">
<int name="Version">8</int>
<int name="PreferedRuntimeVersion">8</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Celebration Stuff</string>
<string name="1">Software\\EA Games\\The Sims 2 Double Deluxe</string>
<string name="2">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<cilist name="InstallSuffix">
<string name="0"></string>
<string name="1">SP4</string>
</cilist>
<int name="Flag">34</int><!-- 00100010 -->
<string name="ExeName">Sims2SP4.exe</string>
<string name="Censor">quaxi_ofb_censor_v1.package</string>
<string name="ObjectsFolder">TSData\Res\StuffPack\Objects</string> <!-- Provided by Carrigon -->
<int name="Group">1</int>
<string name="namelistnr"> 3</string>
<key name="en">
<string name="short">Celebration!</string>
<string name="name">Celebration! Stuff</string>
<string name="long">The Sims 2 - Celebration! Stuff</string>
</key>
<key name="de">
<string name="short">Party</string>
<string name="name">Party-Accessoires</string>
<string name="long">Die Sims 2 - Party-Accessoires</string>
</key>
</key>
<!-- Information about H&M Fashion Stuff (provided by Numenor) -->
<key name="Fashion">
<int name="Version">9</int>
<int name="PreferedRuntimeVersion">8</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 H M Fashion Stuff</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">34</int><!-- 00100010 -->
<string name="ExeName">Sims2SP5.exe</string>
<string name="Censor">quaxi_ofb_censor_v1.package</string>
<string name="ObjectsFolder">TSData\Res\StuffPack\Objects</string>
<int name="Group">1</int>
<string name="namelistnr"> 4</string>
<key name="en">
<string name="short">Fashion</string>
<string name="name">H&M Fashion Stuff</string>
<string name="long">The Sims 2 - H&M Fashion Stuff</string>
</key>
<key name="de">
<string name="short">Fashion</string>
<string name="name">H&M Fashion-Accessoires</string>
<string name="long">Die Sims 2 - H&M Fashion-Accessoires</string>
</key>
</key>
<!-- Information about Bon Voyage -->
<key name="Voyage">
<int name="Version">10</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Bon Voyage</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">13</int><!-- 00001101 -->
<string name="ExeName">Sims2EP6.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<int name="Group">1</int>
<cilist name="SimNameDeepSearch">
<string name="0">TSData\Res\NeighborhoodTemplate\A001\Characters\</string>
<string name="1">TSData\Res\NeighborhoodTemplate\M001\Characters\</string>
<string name="2">TSData\Res\NeighborhoodTemplate\T001\Characters\</string>
<string name="3">TSData\Res\NeighborhoodTemplate\V001\Characters\</string>
</cilist>
<cilist name="AdditionalFileTableFolders">
<string name="0">!TSData\Res\Overrides</string>
</cilist>
<string name="namelistnr"> 6</string>
<key name="en">
<string name="name">Bon Voyage</string>
<string name="long">The Sims 2 - Bon Voyage</string>
</key>
<key name="de">
<string name="short">Reise</string>
<string name="name">Gute Reise</string>
<string name="long">Die Sims 2 - Gute Reise</string>
</key>
</key>
<!-- Information about The Sims 2 Teen Style Stuff -->
<key name="Teen">
<int name="Version">11</int>
<int name="PreferedRuntimeVersion">11</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Teen Style Stuff</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">34</int><!-- 00100010 -->
<string name="ExeName">Sims2SP6.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<string name="ObjectsFolder">TSData\Res\StuffPack\Objects</string>
<int name="Group">1</int>
<string name="namelistnr"> 5</string>
<key name="en">
<string name="short">Teen</string>
<string name="name">Teen Style Stuff</string>
<string name="long">The Sims 2 - Teen Style Stuff</string>
</key>
<key name="de">
<string name="short">Teen</string>
<string name="name">Teen Style Stuff</string>
<string name="long">Die Sims 2 - Teen Style Stuff</string>
</key>
</key>
<!-- Information about The Sims 2 SE -->
<key name="Store">
<int name="Version">12</int>
<int name="PreferedRuntimeVersion">11</int>
<string name="RegKey">Software\\EA Games\\The Sims 2 SE</string>
<int name="Flag">2</int><!-- 00000010 -->
<string name="ExeName">Sims2SC.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<int name="Group">1</int>
<string name="namelistnr"> 6</string>
<key name="en">
<string name="short">Store</string>
<string name="name">Store Edition</string>
<string name="long">The Sims 2 - Store Edition</string>
</key>
<key name="de">
<string name="short">Store</string>
<string name="name">Store Edition</string>
<string name="long">Die Sims 2 - Store Edition</string>
</key>
</key>
<!-- Information about FreeTime -->
<key name="FreeTime">
<int name="Version">13</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 FreeTime</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">13</int><!-- 00001101 -->
<string name="ExeName">Sims2EP7.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<int name="Group">1</int>
<cilist name="SimNameDeepSearch">
<string name="0">TSData\Res\NeighborhoodTemplate\F002\Characters\</string>
</cilist>
<cilist name="AdditionalFileTableFolders">
<string name="0">!TSData\Res\Overrides</string>
</cilist>
<string name="namelistnr"> 7</string>
<key name="en">
<string name="short">FreeTime</string>
<string name="name">FreeTime</string>
<string name="long">The Sims 2 - FreeTime</string>
</key>
<key name="de">
<string name="short">Freizeit</string>
<string name="name">Freizeit-Spass</string>
<string name="long">Die Sims 2 - Freizeit-Spass</string>
</key>
</key>
<!-- Information about The Sims 2 Kitchen and bath Stuff (provided by Trif) -->
<key name="Kitchens">
<int name="Version">14</int>
<int name="PreferedRuntimeVersion">13</int>
<cilist name="RegKey">
<string name="0">Software\EA Games\The Sims 2 Kitchen & Bath Interior Design Stuff</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">34</int><!-- 00100010 -->
<string name="ExeName">Sims2SP7.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<string name="ObjectsFolder">TSData\Res\StuffPack\Objects</string>
<int name="Group">1</int>
<string name="namelistnr"> 7</string>
<key name="en">
<string name="short">Kitchens</string>
<string name="name">Kitchen & Bath Interior Design Stuff</string>
<string name="long">The Sims 2 - Kitchen & Bath Interior Design Stuff</string>
</key>
<key name="de">
<string name="short">Kitchen</string>
<string name="name">Kitchen & Bath Interior Design Stuff</string>
<string name="long">Die Sims 2 - Kitchen & Bath Interior Design Stuff</string>
</key>
</key>
<!-- Information about The Sims 2 IKEA Home Stuff (provided by Deedee) -->
<key name="IKEA">
<int name="Version">15</int>
<int name="PreferedRuntimeVersion">13</int>
<cilist name="RegKey">
<string name="0">Software\EA Games\The Sims 2 IKEA Home Stuff</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">34</int><!-- 00100010 -->
<string name="ExeName">Sims2SP8.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<string name="ObjectsFolder">TSData\Res\StuffPack\Objects</string>
<int name="Group">1</int>
<string name="namelistnr"> 8</string>
<key name="en">
<string name="short">IKEA</string>
<string name="name">IKEA Home Stuff</string>
<string name="long">The Sims 2 - IKEA Home Stuff</string>
</key>
<key name="de">
<string name="short">IKEA</string>
<string name="name">IKEA Home Stuff</string>
<string name="long">Die Sims 2 - IKEA Home Stuff</string>
</key>
</key>
<!-- Information about Apartment Life (provided by Trif) -->
<key name="Apartment">
<int name="Version">16</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Apartment Life</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">13</int><!-- 00001101 -->
<string name="ExeName">Sims2EP8.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<int name="Group">1</int>
<cilist name="SimNameDeepSearch">
<string name="0">TSData\Res\NeighborhoodTemplate\E002\Characters\</string>
</cilist>
<cilist name="AdditionalFileTableFolders">
<string name="0">!TSData\Res\Overrides</string>
</cilist>
<string name="namelistnr"> 8</string>
<key name="en">
<string name="short">Apartment</string>
<string name="name">Apartment</string>
<string name="long">The Sims 2 - Apartment Life</string>
</key>
<key name="de">
<string name="short">Apartment</string>
<string name="name">Apartment</string>
<string name="long">Die Sims 2 - Apartment Life</string>
</key>
</key>
<!-- Information about The Sims 2 Mansions and Gardens (EP!) -->
<key name="Mansions">
<int name="Version">17</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Mansion and Garden Stuff</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">13</int><!-- 00001101 -->
<string name="ExeName">Sims2EP9.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<int name="Group">1</int>
<cilist name="AdditionalFileTableFolders">
<string name="0">!TSData\Res\Overrides</string>
</cilist>
<string name="namelistnr"> 9</string>
<key name="en">
<string name="short">Mansions</string>
<string name="name">Mansions and Gardens Stuff</string>
<string name="long">The Sims 2 - Mansions and Gardens Stuff</string>
</key>
<key name="de">
<string name="short">Mansions</string>
<string name="name">Mansions and Gardens Stuff</string>
<string name="long">Die Sims 2 - Mansions and Gardens Stuff</string>
</key>
</key>
<!-- Information about Life Stories (provided by Numenor) -->
<key name="LifeStories">
<int name="Version">30</int>
<string name="RegKey">SOFTWARE\\Electronic Arts\\The Sims Life Stories</string>
<int name="Flag">20</int><!-- 00010100 -->
<string name="ExeName">SimsLS.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<int name="Group">2</int>
<cilist name="SaveGameLocationsForGroup">
<string name="0">{MyDocuments}\Electronic Arts\{DisplayName}</string>
</cilist>
<string name="namelistnr"> 1</string>
<key name="en">
<string name="short">Life Stories</string>
<string name="long">The Sims 2 - Life Stories</string>
</key>
</key>
<!-- Information about Pet Stories (provided by Numenor) -->
<key name="PetStories">
<int name="Version">29</int>
<string name="RegKey">SOFTWARE\Electronic Arts\The Sims Pet Stories</string>
<int name="Flag">20</int><!-- 00010100 -->
<string name="ExeName">SimsPS.exe</string>
<string name="Censor">quaxi_ofb_censor_v1.package</string>
<int name="Group">4</int>
<cilist name="SaveGameLocationsForGroup">
<string name="0">{MyDocuments}\Electronic Arts\{DisplayName}</string>
</cilist>
<string name="namelistnr"> 2</string>
<key name="en">
<string name="short">Pet Stories</string>
<string name="long">The Sims 2 - Pet Stories</string>
</key>
<key name="de">
<string name="short">Tiergeschichten</string>
<string name="long">Die Sims 2 - Tiergeschichten</string>
</key>
</key>
<!-- Information about Castaway Stories (provided by Numenor) -->
<key name="CastawayStories">
<int name="Version">28</int>
<string name="RegKey">SOFTWARE\\Electronic Arts\\The Sims Castaway Stories</string>
<int name="Flag">84</int><!-- 01010100 -->
<string name="ExeName">SimsCS.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<int name="Group">8</int>
<cilist name="SaveGameLocationsForGroup">
<string name="0">{MyDocuments}\Electronic Arts\{DisplayName}</string>
</cilist>
<string name="namelistnr"> 3</string>
<key name="en">
<string name="short">Castaway Stories</string>
<string name="long">The Sims 2 - Castaway Stories</string>
</key>
</key>
</key>
</registry>
Then put the file into the folder SimPE/Data.
Daft keeping useful stuff behind a login.
<?xml version="1.0" encoding="utf-8" ?>
<registry>
<key name="Expansions">
<!-- Information about the base Game -->
<key name="BaseGame">
<int name="Version">0</int>
<string name="RegKey">Software\EA Games\The Sims 2</string>
<int name="Flag">0</int>
<!-- Flag is a BitMask defining SimPE's behaviour if the given EP was found:
Bit 0: Is an ExpansionPack
Bit 1: Is a StuffPack (aka MiniExpansion)
Bit 2: Comes with a Lua Folder
Bit 3: Load additional W&F Texts from this Expansion (BaseGame is allways loaded!!)
Bit 4: Sim Story
Bit 5: Objects.package does only contain additional objects
Bit 6: Neighborhoods folder contains profiles.ini
-->
<string name="ExeName">Sims2.exe</string>
<int name="Group">1</int>
<cilist name="SaveGameLocationsForGroup">
<string name="0">{UserSaveGame}</string>
</cilist>
<string name="namelistnr"> 1</string>
<key name="en">
<string name="short">Original</string>
<string name="long">The Sims 2</string>
</key>
<key name="de">
<string name="short">Original</string>
<string name="long">Die Sims 2</string>
</key>
</key>
<!-- Information about University -->
<key name="University">
<int name="Version">1</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 University</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">9</int><!-- 00001001 -->
<string name="ExeName">Sims2EP1.exe</string>
<cilist name="SimNameDeepSearch">
<string name="0">TSData\Res\NeighborhoodTemplate\U001\Characters\</string>
<string name="1">TSData\Res\NeighborhoodTemplate\U002\Characters\</string>
<string name="2">TSData\Res\NeighborhoodTemplate\U003\Characters\</string>
</cilist>
<!-- SimNameDeepSearch: This is a list of additional Folders (in the EP's Folder), SimPE is using when it performs a 'Deep Search' for SimDescriptions-->
<int name="Group">1</int>
<string name="namelistnr"> 1</string>
<key name="en">
<string name="long">The Sims 2 - University</string>
</key>
<key name="de">
<string name="short">Campus</string>
<string name="name">Wilde Campus Jahre</string>
<string name="long">Die Sims 2 - Wilde Campus Jahre</string>
</key>
</key>
<!-- Information about Nightlife -->
<key name="Nightlife">
<int name="Version">2</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Nightlife</string>
<string name="1">Software\\EA Games\\The Sims 2 Deluxe</string>
<string name="2">SOFTWARE\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<cilist name="InstallSuffix">
<string name="0"></string>
<string name="1">EP2</string>
</cilist>
<int name="Flag">13</int><!-- 00001101 -->
<string name="ExeName">Sims2EP2.exe</string>
<string name="Censor">quaxi_nl_censor_v1.package</string>
<cilist name="SimNameDeepSearch">
<string name="0">TSData\Res\NeighborhoodTemplate\D001\Characters\</string>
</cilist>
<int name="Group">1</int>
<string name="namelistnr"> 2</string>
<key name="en">
<string name="long">The Sims 2 - Nightlife</string>
</key>
<key name="de">
<string name="long">Die Sims 2 - Nightlife</string>
</key>
</key>
<!-- Non-SP XMas Stuff -->
<!-- Information about Business -->
<key name="Business">
<int name="Version">3</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Open For Business</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">13</int><!-- 00001101 -->
<string name="ExeName">Sims2EP3.exe</string>
<string name="Censor">quaxi_ofb_censor_v1.package</string>
<cilist name="SimNameDeepSearch">
<string name="0">TSData\Res\NeighborhoodTemplate\B001\Characters\</string>
</cilist>
<int name="Group">1</int>
<string name="namelistnr"> 3</string>
<key name="en">
<string name="long">The Sims 2 - Open For Business</string>
</key>
<key name="de">
<string name="long">Die Sims 2 - Open For Business</string>
</key>
</key>
<!-- Information about FamilyFun Stuff-->
<key name="FamilyFun">
<int name="Version">4</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Family Fun Stuff</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">2</int><!-- 00000010 -->
<string name="ExeName">Sims2SP1.exe</string>
<string name="Censor">quaxi_ofb_censor_v1.package</string>
<int name="Group">1</int>
<string name="namelistnr"> 1</string>
<key name="en">
<string name="short">Family Fun</string>
<string name="name">Family Fun Stuff</string>
<string name="long">The Sims 2 - Family Fun Stuff</string>
</key>
<key name="de">
<string name="short">Family Fun</string>
<string name="name">Family Fun Accessoires</string>
<string name="long">Die Sims 2 - Family Fun Accessoires</string>
</key>
</key>
<!-- Information about Glamour Stuff -->
<key name="Glamour">
<int name="Version">5</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Glamour Life Stuff</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">2</int><!-- 00000010 -->
<string name="ExeName">Sims2SP2.exe</string>
<string name="Censor">quaxi_ofb_censor_v1.package</string>
<int name="Group">1</int>
<string name="namelistnr"> 2</string>
<key name="en">
<string name="name">Glamour Stuff</string>
<string name="long">The Sims 2 - Glamour Stuff</string>
</key>
<key name="de">
<string name="name">Glamour Accessoires</string>
<string name="long">Die Sims 2 - Glamour Accessoires</string>
</key>
</key>
<!-- Information about Pets-->
<key name="Pets">
<int name="Version">6</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Pets</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">13</int><!-- 00001101 -->
<string name="ExeName">Sims2EP4.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<cilist name="SimNameDeepSearch">
<string name="0">TSData\Res\NeighborhoodTemplate\P001\Characters\</string>
</cilist>
<int name="Group">1</int>
<string name="namelistnr"> 4</string>
<key name="en">
<string name="long">The Sims 2 - Pets</string>
</key>
<key name="de">
<string name="short">Haustiere</string>
<string name="long">Die Sims 2 - Haustiere</string>
</key>
</key>
<!-- Non-SP Happy Holidays -->
<!-- Information about Seasons -->
<key name="Seasons">
<int name="Version">7</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Seasons</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">13</int><!-- 00001101 -->
<string name="ExeName">Sims2EP5.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<int name="Group">1</int>
<cilist name="SimNameDeepSearch">
<string name="0">TSData\Res\NeighborhoodTemplate\G002\Characters\</string>
</cilist>
<string name="namelistnr"> 5</string>
<key name="en">
<string name="long">The Sims 2 - Seasons</string>
</key>
<key name="de">
<string name="short">Jahreszeiten</string>
<string name="name">Vier Jahreszeiten</string>
<string name="long">Die Sims 2 - Vier Jahreszeiten</string>
</key>
</key>
<!-- Information about Celebration! Stuff (provided by Numenor) -->
<key name="Celebration">
<int name="Version">8</int>
<int name="PreferedRuntimeVersion">8</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Celebration Stuff</string>
<string name="1">Software\\EA Games\\The Sims 2 Double Deluxe</string>
<string name="2">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<cilist name="InstallSuffix">
<string name="0"></string>
<string name="1">SP4</string>
</cilist>
<int name="Flag">34</int><!-- 00100010 -->
<string name="ExeName">Sims2SP4.exe</string>
<string name="Censor">quaxi_ofb_censor_v1.package</string>
<string name="ObjectsFolder">TSData\Res\StuffPack\Objects</string> <!-- Provided by Carrigon -->
<int name="Group">1</int>
<string name="namelistnr"> 3</string>
<key name="en">
<string name="short">Celebration!</string>
<string name="name">Celebration! Stuff</string>
<string name="long">The Sims 2 - Celebration! Stuff</string>
</key>
<key name="de">
<string name="short">Party</string>
<string name="name">Party-Accessoires</string>
<string name="long">Die Sims 2 - Party-Accessoires</string>
</key>
</key>
<!-- Information about H&M Fashion Stuff (provided by Numenor) -->
<key name="Fashion">
<int name="Version">9</int>
<int name="PreferedRuntimeVersion">8</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 H M Fashion Stuff</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">34</int><!-- 00100010 -->
<string name="ExeName">Sims2SP5.exe</string>
<string name="Censor">quaxi_ofb_censor_v1.package</string>
<string name="ObjectsFolder">TSData\Res\StuffPack\Objects</string>
<int name="Group">1</int>
<string name="namelistnr"> 4</string>
<key name="en">
<string name="short">Fashion</string>
<string name="name">H&M Fashion Stuff</string>
<string name="long">The Sims 2 - H&M Fashion Stuff</string>
</key>
<key name="de">
<string name="short">Fashion</string>
<string name="name">H&M Fashion-Accessoires</string>
<string name="long">Die Sims 2 - H&M Fashion-Accessoires</string>
</key>
</key>
<!-- Information about Bon Voyage -->
<key name="Voyage">
<int name="Version">10</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Bon Voyage</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">13</int><!-- 00001101 -->
<string name="ExeName">Sims2EP6.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<int name="Group">1</int>
<cilist name="SimNameDeepSearch">
<string name="0">TSData\Res\NeighborhoodTemplate\A001\Characters\</string>
<string name="1">TSData\Res\NeighborhoodTemplate\M001\Characters\</string>
<string name="2">TSData\Res\NeighborhoodTemplate\T001\Characters\</string>
<string name="3">TSData\Res\NeighborhoodTemplate\V001\Characters\</string>
</cilist>
<cilist name="AdditionalFileTableFolders">
<string name="0">!TSData\Res\Overrides</string>
</cilist>
<string name="namelistnr"> 6</string>
<key name="en">
<string name="name">Bon Voyage</string>
<string name="long">The Sims 2 - Bon Voyage</string>
</key>
<key name="de">
<string name="short">Reise</string>
<string name="name">Gute Reise</string>
<string name="long">Die Sims 2 - Gute Reise</string>
</key>
</key>
<!-- Information about The Sims 2 Teen Style Stuff -->
<key name="Teen">
<int name="Version">11</int>
<int name="PreferedRuntimeVersion">11</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Teen Style Stuff</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">34</int><!-- 00100010 -->
<string name="ExeName">Sims2SP6.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<string name="ObjectsFolder">TSData\Res\StuffPack\Objects</string>
<int name="Group">1</int>
<string name="namelistnr"> 5</string>
<key name="en">
<string name="short">Teen</string>
<string name="name">Teen Style Stuff</string>
<string name="long">The Sims 2 - Teen Style Stuff</string>
</key>
<key name="de">
<string name="short">Teen</string>
<string name="name">Teen Style Stuff</string>
<string name="long">Die Sims 2 - Teen Style Stuff</string>
</key>
</key>
<!-- Information about The Sims 2 SE -->
<key name="Store">
<int name="Version">12</int>
<int name="PreferedRuntimeVersion">11</int>
<string name="RegKey">Software\\EA Games\\The Sims 2 SE</string>
<int name="Flag">2</int><!-- 00000010 -->
<string name="ExeName">Sims2SC.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<int name="Group">1</int>
<string name="namelistnr"> 6</string>
<key name="en">
<string name="short">Store</string>
<string name="name">Store Edition</string>
<string name="long">The Sims 2 - Store Edition</string>
</key>
<key name="de">
<string name="short">Store</string>
<string name="name">Store Edition</string>
<string name="long">Die Sims 2 - Store Edition</string>
</key>
</key>
<!-- Information about FreeTime -->
<key name="FreeTime">
<int name="Version">13</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 FreeTime</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">13</int><!-- 00001101 -->
<string name="ExeName">Sims2EP7.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<int name="Group">1</int>
<cilist name="SimNameDeepSearch">
<string name="0">TSData\Res\NeighborhoodTemplate\F002\Characters\</string>
</cilist>
<cilist name="AdditionalFileTableFolders">
<string name="0">!TSData\Res\Overrides</string>
</cilist>
<string name="namelistnr"> 7</string>
<key name="en">
<string name="short">FreeTime</string>
<string name="name">FreeTime</string>
<string name="long">The Sims 2 - FreeTime</string>
</key>
<key name="de">
<string name="short">Freizeit</string>
<string name="name">Freizeit-Spass</string>
<string name="long">Die Sims 2 - Freizeit-Spass</string>
</key>
</key>
<!-- Information about The Sims 2 Kitchen and bath Stuff (provided by Trif) -->
<key name="Kitchens">
<int name="Version">14</int>
<int name="PreferedRuntimeVersion">13</int>
<cilist name="RegKey">
<string name="0">Software\EA Games\The Sims 2 Kitchen & Bath Interior Design Stuff</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">34</int><!-- 00100010 -->
<string name="ExeName">Sims2SP7.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<string name="ObjectsFolder">TSData\Res\StuffPack\Objects</string>
<int name="Group">1</int>
<string name="namelistnr"> 7</string>
<key name="en">
<string name="short">Kitchens</string>
<string name="name">Kitchen & Bath Interior Design Stuff</string>
<string name="long">The Sims 2 - Kitchen & Bath Interior Design Stuff</string>
</key>
<key name="de">
<string name="short">Kitchen</string>
<string name="name">Kitchen & Bath Interior Design Stuff</string>
<string name="long">Die Sims 2 - Kitchen & Bath Interior Design Stuff</string>
</key>
</key>
<!-- Information about The Sims 2 IKEA Home Stuff (provided by Deedee) -->
<key name="IKEA">
<int name="Version">15</int>
<int name="PreferedRuntimeVersion">13</int>
<cilist name="RegKey">
<string name="0">Software\EA Games\The Sims 2 IKEA Home Stuff</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">34</int><!-- 00100010 -->
<string name="ExeName">Sims2SP8.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<string name="ObjectsFolder">TSData\Res\StuffPack\Objects</string>
<int name="Group">1</int>
<string name="namelistnr"> 8</string>
<key name="en">
<string name="short">IKEA</string>
<string name="name">IKEA Home Stuff</string>
<string name="long">The Sims 2 - IKEA Home Stuff</string>
</key>
<key name="de">
<string name="short">IKEA</string>
<string name="name">IKEA Home Stuff</string>
<string name="long">Die Sims 2 - IKEA Home Stuff</string>
</key>
</key>
<!-- Information about Apartment Life (provided by Trif) -->
<key name="Apartment">
<int name="Version">16</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Apartment Life</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">13</int><!-- 00001101 -->
<string name="ExeName">Sims2EP8.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<int name="Group">1</int>
<cilist name="SimNameDeepSearch">
<string name="0">TSData\Res\NeighborhoodTemplate\E002\Characters\</string>
</cilist>
<cilist name="AdditionalFileTableFolders">
<string name="0">!TSData\Res\Overrides</string>
</cilist>
<string name="namelistnr"> 8</string>
<key name="en">
<string name="short">Apartment</string>
<string name="name">Apartment</string>
<string name="long">The Sims 2 - Apartment Life</string>
</key>
<key name="de">
<string name="short">Apartment</string>
<string name="name">Apartment</string>
<string name="long">Die Sims 2 - Apartment Life</string>
</key>
</key>
<!-- Information about The Sims 2 Mansions and Gardens (EP!) -->
<key name="Mansions">
<int name="Version">17</int>
<cilist name="RegKey">
<string name="0">Software\\EA Games\\The Sims 2 Mansion and Garden Stuff</string>
<string name="1">Software\\Maxis\\The Sims 2 Ultimate Collection</string>
</cilist>
<int name="Flag">13</int><!-- 00001101 -->
<string name="ExeName">Sims2EP9.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<int name="Group">1</int>
<cilist name="AdditionalFileTableFolders">
<string name="0">!TSData\Res\Overrides</string>
</cilist>
<string name="namelistnr"> 9</string>
<key name="en">
<string name="short">Mansions</string>
<string name="name">Mansions and Gardens Stuff</string>
<string name="long">The Sims 2 - Mansions and Gardens Stuff</string>
</key>
<key name="de">
<string name="short">Mansions</string>
<string name="name">Mansions and Gardens Stuff</string>
<string name="long">Die Sims 2 - Mansions and Gardens Stuff</string>
</key>
</key>
<!-- Information about Life Stories (provided by Numenor) -->
<key name="LifeStories">
<int name="Version">30</int>
<string name="RegKey">SOFTWARE\\Electronic Arts\\The Sims Life Stories</string>
<int name="Flag">20</int><!-- 00010100 -->
<string name="ExeName">SimsLS.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<int name="Group">2</int>
<cilist name="SaveGameLocationsForGroup">
<string name="0">{MyDocuments}\Electronic Arts\{DisplayName}</string>
</cilist>
<string name="namelistnr"> 1</string>
<key name="en">
<string name="short">Life Stories</string>
<string name="long">The Sims 2 - Life Stories</string>
</key>
</key>
<!-- Information about Pet Stories (provided by Numenor) -->
<key name="PetStories">
<int name="Version">29</int>
<string name="RegKey">SOFTWARE\Electronic Arts\The Sims Pet Stories</string>
<int name="Flag">20</int><!-- 00010100 -->
<string name="ExeName">SimsPS.exe</string>
<string name="Censor">quaxi_ofb_censor_v1.package</string>
<int name="Group">4</int>
<cilist name="SaveGameLocationsForGroup">
<string name="0">{MyDocuments}\Electronic Arts\{DisplayName}</string>
</cilist>
<string name="namelistnr"> 2</string>
<key name="en">
<string name="short">Pet Stories</string>
<string name="long">The Sims 2 - Pet Stories</string>
</key>
<key name="de">
<string name="short">Tiergeschichten</string>
<string name="long">Die Sims 2 - Tiergeschichten</string>
</key>
</key>
<!-- Information about Castaway Stories (provided by Numenor) -->
<key name="CastawayStories">
<int name="Version">28</int>
<string name="RegKey">SOFTWARE\\Electronic Arts\\The Sims Castaway Stories</string>
<int name="Flag">84</int><!-- 01010100 -->
<string name="ExeName">SimsCS.exe</string>
<string name="Censor">quaxi_pets_censor_v1.package</string>
<int name="Group">8</int>
<cilist name="SaveGameLocationsForGroup">
<string name="0">{MyDocuments}\Electronic Arts\{DisplayName}</string>
</cilist>
<string name="namelistnr"> 3</string>
<key name="en">
<string name="short">Castaway Stories</string>
<string name="long">The Sims 2 - Castaway Stories</string>
</key>
</key>
</key>
</registry>
Then put the file into the folder SimPE/Data.
Daft keeping useful stuff behind a login.
#10
28th Jul 2014 at 11:39 PM

Posts: 19
Hey everyone!
I'm still having problems, even with this fix. I have Windows 7 64-bit, is this fix only for 32-bit systems?
Also, when I try and create objects, it only shows very few objects (Eg. a few Happy Holiday items and the fireworks from Celebration Stuff)
Any help?
I'm still having problems, even with this fix. I have Windows 7 64-bit, is this fix only for 32-bit systems?
Also, when I try and create objects, it only shows very few objects (Eg. a few Happy Holiday items and the fireworks from Celebration Stuff)
Any help?
#11
28th Jul 2014 at 11:49 PM

Posts: 470
Thanks: 32593 in 97 Posts
It still fails system check for me with this fix, as it is still looking for sims2.exe, but more maxis stuff is showing up than before. I am still able to recolour CC, so I will settle for that

28th Jul 2014 at 11:58 PM
This message has been deleted by marka93.
Reason: to many disagree
#12
29th Jul 2014 at 12:22 AM

Posts: 19
For those that the fix doesn't work ,try and input manually all of the location of Mansion & Gardens in PREFRENCES > FILE TABLE > (Missing) Folder: {Mansion}. Worked like a charm!
#13
29th Jul 2014 at 12:51 AM

Quote:
Originally Posted by marka93
Well just like here you have to register to get the downloads and you have to register there to see the links.
|
Downloads are one thing. A link to a possible fix for a common problem is another thing. Oh well, I can see what I want to see there and don't have the UC installed so it's not like it really matters to me. I just think that the FAIR thing to do is make sure that anyone who needs to can see what's behind that link, registered or not.
#14
29th Jul 2014 at 1:30 AM

Thank you this fix worked for me.
Too often we lose sight of life's simple pleasures. Remember when someone annoys you it takes 42 muscles in your face for you to frown, But it only takes 4 muscles to extend your arm and bitch slap that [email protected]#?!&! up side the head!
Too often we lose sight of life's simple pleasures. Remember when someone annoys you it takes 42 muscles in your face for you to frown, But it only takes 4 muscles to extend your arm and bitch slap that [email protected]#?!&! up side the head!
#15
29th Jul 2014 at 1:36 AM

Posts: 1,697
I wouldn't have minded registering if I hadn't of needed to make another email, with my internet service provider, just to register. It was no problem for me to do so but not everyone may be able to make such an email. I was confused for awhile why my yahoo and aim emails it was saying was invalid until I read that it had to be an email provided by my ISP. It's probably a common issue now with people getting the Sims 2 Ultimate Collection and it really isn't fair for only some people to be allowed to get the fix for a common issue for their game. That's my 2 cents anyway.
#16
29th Jul 2014 at 7:54 AM

Posts: 8,318
Thanks: 2685 in 84 Posts
My ISP e-mail has never worked properly, that's why I don't use it - so there is no way that I can register.
#17
29th Jul 2014 at 10:33 AM

Posts: 470
Thanks: 32593 in 97 Posts
I tried my ISP email and my own domain email, neither worked

29th Jul 2014 at 1:23 PM
This message has been deleted by marka93.
Reason: to many disagree
#18
29th Jul 2014 at 7:05 PM

Posts: 19
I used my college email and it worked (Domain with .edu)
The Statement Below is True ----v
^---The Statement Above is False
The Statement Below is True ----v
^---The Statement Above is False
#19
30th Jul 2014 at 1:09 AM

Posts: 7,559
Thanks: 197772 in 296 Posts
@live? Really? Really!? That somehow has less spammers than gmail? Puhlease. It is completely selfish and asinine to hide valuable information behind registrations. You want to require registration to download? Okay, maybe I can see that. But that is NOT what they are doing at Simbology, I can download numerous things and see a whole bunch of the forum. Maybe not all of it, but a portion. And based off that list, I probably wouldn't be able to register off either of my own domains either. Will I register? Nope. Why? Because I have no idea if it is worth MY time to do so.
Life Stories || EA Sims 2 Store Items || EA Pre-Order Incentives || Pet Stories || Dog Agility Items || Castaway Stories || Holy Simoly Add-ons || Overrides and Defaults
4esf Archive || Holy Simoly Archive || Sims2Artists || tumblr || CEP-Extras List
If you enjoy the content on s2a or GoS, consider donating to support hosting costs.
Life Stories || EA Sims 2 Store Items || EA Pre-Order Incentives || Pet Stories || Dog Agility Items || Castaway Stories || Holy Simoly Add-ons || Overrides and Defaults
4esf Archive || Holy Simoly Archive || Sims2Artists || tumblr || CEP-Extras List
If you enjoy the content on s2a or GoS, consider donating to support hosting costs.
#20
30th Jul 2014 at 1:38 AM
Last edited by blakegriplingph : 30th Jul 2014 at 2:13 AM.

Posts: 381
Thanks: 11181 in 42 Posts
Quote:
Originally Posted by HugeLunatic
@live? Really? Really!? That somehow has less spammers than gmail? Puhlease. It is completely selfish and asinine to hide valuable information behind registrations. You want to require registration to download? Okay, maybe I can see that. But that is NOT what they are doing at Simbology, I can download numerous things and see a whole bunch of the forum. Maybe not all of it, but a portion. And based off that list, I probably wouldn't be able to register off either of my own domains either. Will I register? Nope. Why? Because I have no idea if it is worth MY time to do so.
|
Exactly what I was thinking. There's paysites, which I personally think is more grey market than a worthwhile business model, and then there's snubbing legit users off, which is just as insane.
EDIT: I tried the XREG fix, but for some reason I couldn't get the objects to load.

#21
30th Jul 2014 at 3:00 AM

Posts: 7,559
Thanks: 197772 in 296 Posts
While looking at the "fix", I think it may be an issue with a TM symbol. The fix doesn't have it, but it's my understanding the game files and reg file does.
Life Stories || EA Sims 2 Store Items || EA Pre-Order Incentives || Pet Stories || Dog Agility Items || Castaway Stories || Holy Simoly Add-ons || Overrides and Defaults
4esf Archive || Holy Simoly Archive || Sims2Artists || tumblr || CEP-Extras List
If you enjoy the content on s2a or GoS, consider donating to support hosting costs.
Life Stories || EA Sims 2 Store Items || EA Pre-Order Incentives || Pet Stories || Dog Agility Items || Castaway Stories || Holy Simoly Add-ons || Overrides and Defaults
4esf Archive || Holy Simoly Archive || Sims2Artists || tumblr || CEP-Extras List
If you enjoy the content on s2a or GoS, consider donating to support hosting costs.
Forum Resident
#22
30th Jul 2014 at 3:39 AM

Posts: 766
@Reagan.com, my primary email which I pay for annually, worked fine. Thinking that requiring an ISP email will stop spammers is ridiculous though; there's free internet providers like NetZero, there's ISPs like AOL where it could be an AOL dial-up user's email or it could be a freebie AOL email account, then there's spammers that hack into people's ISP/School/Corporate email accounts and use them to send spam, and could likewise use them to register at Simbiology.
BTW, if anyone needs a free @embarqmail.com email account exclusively for the purpose of registering there, PM me.
BTW, if anyone needs a free @embarqmail.com email account exclusively for the purpose of registering there, PM me.
#23
30th Jul 2014 at 3:54 AM

Posts: 1,490
I've only encountered one other site that blocks anything but ISP email addresses, and that's a true crime site run by a bunch of control freaks who get sued a lot. (I think one of the site owners is even currently suing the other site owner. Yeah, it's that kind of place, but I have to get my true crime fix there.)
(This post of apropos of nothing, I just remembered how ridiculous it was when I tried to register there, never expected to encounter it again.)
(This post of apropos of nothing, I just remembered how ridiculous it was when I tried to register there, never expected to encounter it again.)
Forum Resident
#24
30th Jul 2014 at 3:56 AM

Posts: 766
Quote:
Originally Posted by gwynne
I've only encountered one other site that blocks anything but ISP email addresses, and that's a true crime site run by a bunch of control freaks who get sued a lot.
|
I wonder if they would allow @fbi.gov to register?
#25
30th Jul 2014 at 4:09 AM

Posts: 1,697
I tried my @aim.com email and it said it was invalid....I had to make a comcast email and that worked.
Locked thread | |
Who Posted
|