All-in-One Occult Hybrid Stabilizer
This mod has a script component. The included .ts4script file must be placed directly in your mods folder or at most only 1 subfolder deep.
Hybrids are not officially supported by EA, so some issues are unavoidable.
If updating to a newer version, you do not need to replace the .ini file. Your existing one will automatically be updated when you start the game.
Translation Credits:
- French: Candyman.fr
- Brazillian Portuguese: qlaqercoixsa and google translate (for new text strings)
- Chinese (Simplified and Traditional): Miaow-CC
- Many others - Google Translate (might not be the best quality for some languages)
Update: 2022-1-11: First update of 2022.
- The mod will now clean up the mermaid discovery trait from former mermaids when they are loaded into the game.
This is to address a bug in which former mermaids from the gallery or unmodded saves would have bendy legs in the tub if cheats were used to remove the mermaid trait. - Fixed an issue in which vampires who have a dark form may temporarily lose access to the dark form after changing into their mermaid or alien forms.
- As always, please report any issues you may encounter.
Requirements
While this mod doesn't "require" any packs, it's almost pointless to use on its own without any occults in your game.
The only benefit you would get is the ability for the needs panel to properly work with any custom need added by mods.
Description
Tired of your hybrids glitching out in CAS? Upset that your vampire-mermaids can't access their perk tree? This mod is for you.
This mod solves many of the issues plaguing hybrids in the sims 4. Now you can safely play hybrids without fear of the game randomly deciding to break your sims.
Some of the main features are:
- Safely take your hybrids into CAS and save them to your gallery without the fear of the game deleting their occult forms. Sim must spawn in live mode at least once to enable this protection.
- Allow servos to become vampires, witches and aliens.
- Properly render spellcaster charge and curses for spellcaster-vampire hybrids.
- Mermaid hybrids correctly switch to and from their tail forms without being stuck swimming on land.
- Newly-generated aliens no longer have their human form re-randomized (intended for story progression mods which populate towns with sims from your gallery).
- Restores the ability to birth hybrid babies.
- And many more...
How to Use:
Simply extract the mod to your mods folder. Do not place the "Hybrid" folder inside of any other folders or subfolders.
Congratulations, your hybrids are now fixed.
This mod will add a new self-interaction menu to your sims with the following interactions:
- Occult - Allows you to quickly toggle which occult types the current sim has.
- Reset Perks - Resets the perks of the selected occult.
- Destroy - Deletes the selected form. Intended mostly as a shortcut for deleting the Vampire dark form without having to enter CAS.
- Show Motive Panel Overlay - Changes the motive panel to display the perk bar of the selected occult, allowing you to spend that occult's perk points.
- Modify in CAS - Allows you to modify the sim in CAS as the selected occult. If your sim has features (pointed ears, special skin/eye colors, vampire fangs) which are not available to the current occult, don't worry. As long as you don't try to change those details, your sim will still have them when you exit CAS.
Note that the perk panel displayed on the needs bar will default to Witch for the human form and Vampire for all other occult forms.
Addons:
Features of this mod can be toggled by adding or removing any of the optional packages included in the "Addons" folder.
- Interactions are Cheats: Makes all interactions into cheat interactions. The sim menu will be hidden unless you shift-click the sim with testing cheats enabled.
- Phone Interactions: Adds the main occult interactions to the phone. Can be used together with the "Interactions are Cheats" package. The phone interactions will not be hidden.
- Plantsim:
- Interactions: Adds "Add" and "Remove" interactions for Plantsims. These interactions will NOT be added to the phone, and they do NOT share the same menu as the occults. These interactions allow you to easily add or remove the Plantsim state.
- No Vampire Thirst: Removes the Thirst need from Vampire-Plantsims.
- Permanent: Makes Plantsim-ism permanent. The buff may still have a "Happy" display, but its mood weight is actually reduced to 0, and its emotion is treated as Fine.
- Servo:
- Interactions: Adds "Add" and "Remove" interactions for Servos. These interactions will NOT be added to the phone, and they do NOT share the same menu as the occults. These interactions allow you to easily add or remove the Servo state. Note that removing the Servo state in this manner will force you into CAS. This is mostly done to prevent bugs and to clean up any lingering Servo data still stuck on the sim.
- No Vampire Thirst: Removes the Thirst need from Vampire-Servos.
Compatibility
This mod does not override any game resource files and should be compatible with any tuning mod.
This mod includes the functionality of these mods of mine and should not be used together with any of them. Please uninstall them as this mod contains all of their functionality:
- https://modthesims.info/d/640572/mo...t-override.html
- https://modthesims.info/d/640310/me...stabilizer.html
- https://modthesims.info/d/647154/ed...or-hybrids.html
- https://modthesims.info/d/645505/se...id-enabler.html
This mod modifies the behaviors of the following script classes and may run into compatibility issues with mods that completely override their behavior:
- OccultTracker - The behavior of this class has been heavily modified. Any mod which significantly alters the occult system may have compatibility issues.
- TraitTracker - modifies the "_send_commodity_list_msg" function which determines which needs are displayed in the needs panel.
- AppearanceTracker - modifies the "evaluate_appearance_modifiers" function to properly display appearance modifiers on hybrid sims.
- cas.plan_batuu_outfit - modifies the plan batuu outfit command to force the sim into human form to prevent accidental changes to a sim's occult forms.
Recommended Mods:
- Humanized Servos: https://modthesims.info/d/640514/humanized-servos.html Recommended if making a servo hybrid. Prevents the default servo outfit from being forced onto new servos.
- Occult Hybrid Unlocker: https://modthesims.info/d/643617/ allows you to create hybrids through gameplay.
-Possible conflict with Hybrid Through Gameplay - Hybrid Through Gameplay: https://www.deviantart.com/gauntlet...lizer-742150773 Allows you to create hybrids through gameplay.
-Possible conflict with Occult Hybrid Unlocker
How does it work?
A sim's occult status is determined in 2 ways, by their traits and by a hidden number in the game's script files named "occult_types."
The traits control the sim's forms and their access to occult interactions while the "occult_types" number controls how the game renders their needs panel and how the sim is treated in CAS.
Whenever a sim gains an occult trait, the "occult_number" is modified based on the occult traits the sim has. The game checks this number whenever it wants to determine if a sim is a specific occult.
If a sim is a hybrid, the "occult_types" number becomes a value that the game doesn't understand, which is why CAS has so many issues and why mermaids would get stuck swimming on land.
This mod modifies the how the game checks occult types by making it look at the sim's traits instead.
This allows the mod to alter the "occult_types" number into something the game can understand without endangering the sim's forms or access to perks.
This change allows hybrid sims to safely enter CAS and freely switch between forms without suffering from horrible glitches.
2022-1-11 Hybrid.zip
| This is the latest version
Download
Uploaded: 12th Jan 2022, 76.8 KB.
114,598 downloads.
|
||||||||
2021-11-6 Hybrid.zip
Download
Uploaded: 6th Nov 2021, 76.7 KB.
8,860 downloads.
|
||||||||
2021-8-26 Hybrid.zip
Download
Uploaded: 27th Aug 2021, 76.7 KB.
8,037 downloads.
|
||||||||
2021-8-6 Hybrid.zip
Download
Uploaded: 7th Aug 2021, 75.1 KB.
5,773 downloads.
|
||||||||
For a detailed look at individual files, see the Information tab. |
Install Instructions
1. Download: Click the File tab to see the download link. Click the link to save the .rar or .zip file(s) to your computer.
Read the upload description for installation instructions. If nothing else is specified, do the following:
2. Extract: Use WinRAR (Windows) to extract the .package file(s) (if included, ts4script as well) from the .rar or .zip file(s).
3. Cut and paste the .package file(s) (if included, ts4script as well) into your Mods folder
- Windows XP: Documents and Settings\(Current User Account)\My Documents\Electronic Arts\The Sims 4\Mods\
- Windows Vista/7/8/8.1: Users\(Current User Account)\Documents\Electronic Arts\The Sims 4\Mods\
Need more information?
- Anyone can use both .rar and .zip files easily! On Windows, use WinRAR.
- If you don't have a Mods folder, just make one.
- Mod still not working? Make sure you have script mods enabled
Loading comments, please wait...
-
by Iced Cream updated 4th Dec 2020 at 8:05am
34 50.2k 76 -
Buy Vampire/Witch Perks and Weakness - For Hybrids
by Iced Cream updated 31st Jul 2020 at 1:25am
19 36.1k 67 -
by Iced Cream updated 3rd Sep 2020 at 11:31pm
31 42.9k 94 -
Occult Hybrid Unlocker & Stabilizer
by TwelfthDoctor1 updated 31st Dec 2024 at 3:10pm
+6 packsGet to WorkIsland LivingDiscover UniversityVampiresRealm of MagicWerewolves -
by Iced Cream updated 10th Sep 2020 at 11:18pm
+1 packsDiscover University -
by TURBODRIVER updated 23rd Nov 2024 at 11:43am
5 7.8k 14
-
by Iced Cream updated 4th Dec 2020 at 8:05am
Stops mermaid hybrids from swimming on land or not changing into their tails when swimming. more...
34 50.2k 76 -
by Iced Cream updated 10th Sep 2020 at 11:18pm
Removes the trait restrictions preventing servos from becoming occult sims: vampires\witches\aliens more...
+1 packsDiscover University -
Ageless and Immortal Rewards Store Traits
by Iced Cream updated 2nd Sep 2020 at 1:24pm
Adds 2 new traits to the reward store which can disable aging and make a sim immune to death. more...
21 39.9k 140 -
Edit Occult Forms - For Hybrids
by Iced Cream 9th Sep 2020 at 5:03pm
Allows your hybrid sims to "safely" edit their occult forms with special new CAS interactions. more...
12 41.7k 65 -
by Iced Cream updated 24th Nov 2021 at 2:11pm
Summon the urns of the deceased, or bind them to your existing urn collection. more...
69 66.1k 122 -
Buy Vampire/Witch Perks and Weakness - For Hybrids
by Iced Cream updated 31st Jul 2020 at 1:25am
Adds 2 new options in the Vampire menu which allows hybrid vampires to spend their perk points. more...
19 36.1k 67 -
by Iced Cream 13th Aug 2020 at 2:36pm
Stops the one of the most common exceptions that appears when travelling to other lots. more...
27 29.1k 99 -
Occult Life State from the Rewards Store
by Iced Cream updated 3rd Sep 2020 at 5:28am
Adds the ability to buy the occult life states directly from the rewards store. more...
19 25.1k 108 -
by Iced Cream updated 3rd Sep 2020 at 11:31pm
Adjusts how the game sorts motives, allowing all motives the sim has to correctly show. more...
31 42.9k 94 -
by Iced Cream updated 22nd Feb 2021 at 11:41am
Makes the Cleaning Frenzy interaction available for all sims. more...
34 64.2k 189