XaiJu
crilender
crilender

patreon


Download: ModifiersMixer v4.1 [10/02/2024]

This mod allows you to play with modifiers in live mode, easily creating body or face presets, and more.

Sorry for the many post updates, now the mod should be working as intended, with the help outputs and everything.
v4.1 [10/02/2024] (Tested on PC: 1.109.207.1020)

Modifiers mapping


This mod comes with a file named mm_appearance_mapping.txt.
In that file you can assign a name to your custom modifiers, to keep better track of them.
by default, it includes all the modifiers available in the game.

Dump Modifiers


Export all the Sim's modifiers to a file.

Append Modifiers


Append a modifier by the name in the mapping or the modifier ID/Key.

Batch Append Modifiers


Append a list of modifiers from a file.

Mix Modifiers


Merge two or more modifier files into one with custom percentages of each file.

Clear Modifiers


Remove all the modifiers of a type from the sim.

Cheat Sheet


To use any of following commands you must be in live mode and press ctrl+shift+c to open the console.

Arguments Help

 [] Required Argument to run the command.

 <> Optional Argument

 mm_example.txt


 # Face Modifiers:

 yf_nose_down 0.47363758087158203

...

# Body Modifiers:

 ym_lowerleg_big 0.6016454696655273

...

Dump Sim's appearance


Command: 

crilender.dump_modifiers, mm.dump_modifiers, crilender.dm, mm.dm 
Same command with abbreviations.

Arguments: <Name> <Hex/Decimal/S4S>

Example Usage:

 crilender.dump_modifiers example

(This will dump the current Sim modifiers to a file named mm_example.txt)

Append modifiers


Command: 

crilender.append_modifier, mm.append_modifier, crilender.a, mm.a

Arguments: [name/key] [body/face] <percentage>

name/key: modifier decimal id or name in mm_appearance_mapping.txt.

body/face: where to append the modifier.

percentage: how much of the modifier to append, default is 1.

Example Usage:

crilender.append_modifier yf_nose_up face 0.69

Append 69% of 16251484221193721993 using its mapping name yf_nose_up to the sims face.

Batch Append Modifiers


Command:

crilender.append_modifiers, mm.append_modifiers, crilender.am, mm.am
Same Command with abbreviations.

Arguments: [file_name] [target_section] <modifier_type> <percentage> <override>

 target_section: which modifiers section of the file to append (Body/Face).

 modifier_type: where to append the targeted modifiers (Body/face), this argument can be skipped, and it'll use the same value as target_section.

 percentage: how much of the modifiers you want to append, if skipped default is 1 (100%).

 override: if used, it will clear the body or face modifiers of the Sim before appending new ones based on the specified modifier_type or target_section instead.

Example Usage:

 crilender.append_modifiers example body

 This appends the 100% of body modifiers from the mm_example.txt file to the sims body.

 crilender.append_modifiers example body face 1 override

 This will clear the Sim's current face modifiers and append the 100% of the body modifiers from mm_example.txt to the Sim's face.

 crilender.append_modifiers example body face 0.75

 This will append the 75% of the body modifiers from mm_example.txt to the Sim's body.

 crilender.append_modifiers example body 0.50 override

 This will clear the Sim's current body modifiers and append the 50% of body modifiers from the mm_example.txt file to the sims body.

 crilender.append_modifiers example body 0.25

 This appends the 25% of body modifiers from the mm_example.txt to the sims body.

Mix Modifiers


Command: 

crilender.mix_modifiers, crilender.mix, mm.mix_modifiers, mm.mix

Arguments: [file_name] [percentage]

Example Usage:

crilender.mix_modifiers example 0.75 example2 0.25

This merges the 75% of all the modifiers of the file mm_example.txt and the 25% of mm_example2.txt, creating a new file with a random name.

Clear Modifiers


Command: 

crilender.clear_modifiers, crilender.c, mm.clear_modifiers, mm.c

Arguments: <both/body/face> (Default is both)

Example Usage:

crilender.clear_modifiers face

Removes all the modifiers stored in the Sim's face.

Quick Start


Create a body preset based on the mix of 2 sims.

Open the console in live mode with Ctrl+Shift+C

*All the commands of this mod work with the active sim.

Use 'mm.dm' to dump the 2 sims appearances, select sim #1 and run the command and then select sim #2 and run the command.

mm.dm sim1 (Will generate a filed named mm_sim1.txt)

mm.dm sim2 (Will generate a filed named mm_sim2.txt)


Use 'mm.mix' with the percentage of each file you want

mm.mix sim1 0.69 sim2 0.5 (Will generate a file with a random name, the name will be printed in the console, you can also check the ModifiersMixer folder to copy the name or edit the file.)

Use 'mm.am' to append the modifiers of the created preset

*You can modify the files anytime, changing the name for example.

*This mixed file will also contain face modifiers, you can delete them if you want, by editing the .txt file.

example:

mm.am 2240926075707 body 0.79 override

Body to apply the # body modifiers section of the file, Percentage 0.79 to apply the 79% of the modifiers and Override to clear the body modifiers before appending the new ones)

Percentage '0.79' and Override are optional arguments, if you don't specify a percentage by default will be 1, if you don't specify Override, you'll append the modifiers without resetting the existent ones in the category, this could result on happy accidents.

Planned Features:

Recommended for better experience with the mod:

Notepad++ (Better environment for editing text files).

TwistedMexi's Better Cheat Console (Allows you to select text in the game console).
(Care, IU override mods break often with the game updates).

Installation:


Drop the ModifiersMixer folder directly into your mods folder.

*This is a script mod; script mods can't be more than one folder deep!

make sure the .ts4script is on a path like this:

...Mods/ModifiersMixer/Crilender_ModifiersMixer_Scritps.ts4script

OR

 ...Mods/Crilender_ModifiersMixer_Scritps.ts4script

Have fun!

Download:

Download: ModifiersMixer v4.1 [10/02/2024]

More Creators