The Sims 4
0 of 0

File information

Last updated

Original upload

Created by

charitycodes

Uploaded by

charitycodes

Virus scan

Safe to use

Tags for this mod

About this mod

Allows you to select horses, cats and dogs in the household. The actions available to pets are not changed or created by this mod. They should be used with caution. The major benefit is being able to see your pet's needs easily in the UI by selecting them. The code uses a hidden cheat pets.toggle_selectable_pets and sets it to always on.

Permissions and credits
Donations
YouTube channel with Sims 4 Let's Plays: Charity Codes 
Discord Server for Support: https://discord.gg/KhCDsMM7KS


Why is this mod needed?
There is an old, out-dated mod called Selectable Pets that causes lots of errors. This mod is a complete rewrite, but should be similar in functionality. Another way to achieve the same results is to install a mod that enables cheat commands that have been disabled and use pets.toggle_selectable_pets but this gets reset and needs to be entered every time you load the game or load into a new lot.

Who can use this mod?
Anyone with cats & dogs or horse ranch that wants to be able to see their pet's needs and/or control them directly. This mod is base game compatible, but will be useless unless you have pets in your household. It will not work for Cottage Living cows, llamas or chickens because they are not in your household.

What does this mod do?
Pets in the household will become selectable when you click on them. This also allows you to control them the way you would with a human or occult sim. The available commands are not fixed, modified or added by this mod. They are regular debug commands and should be used with caution. They may not have descriptive text or be in all languages. The main goal of this mod is to allow the pet's needs to be viewable in the status window. You can see hunger, bladder, energy, etc to know what your pet needs. It also helps with being able to teleport pets out of a locked area. Currently, there is a bug where a pet that runs away and returns will be able to go into an area that is locked for them. They are then stuck there and cannot get out without unlocking the door. If you have testing cheats enabled, you can shift-click the ground and teleport them out. I wouldn't try teleporting horses to 2nd floors. They're not meant to climb stairs.

How does it do it?
This mod is a scripting mod that safely overrides the ClientManager create_client function to enable selectable pets every time that function is run. To keep this compatible with game updates as long as possible, the original function is run first, then the cheat command is run in a try/catch block, then the original value is returned to the caller.

Is this mod compatible with other mods?
This mod should be compatible with all other mods unless they override the ClientManager.create_client function. It should still be compatible with other mods that modify this function as long as that other mod follows a similar procedure for calling the original function.