List Sim Information
SCREENSHOTS
Downloaded 2,179 times
109 Thanks
41 Favourited
20,834 Views
Say Thanks!
Thanked!
Author Lynire
Uploaded: 20th Dec 2015 at 10:09 PM
Updated: 23rd Dec 2017 at 8:50 AM
Updated: 23rd Dec 2017 at 8:50 AM
Purpose
This lists some information about a sim. The idea behind it was to help with mod development and to easily answer questions about sims I see walking around such as "Do they have traits I like for my sim to get to know them?", "Are they from an in-world home?", "Are they an alien?", "Are they married?", "What outfit are they wearing?", "Is their hair and/or makeup the same across their outfits?" etc.
Install
See the "Install Instructions" tab for how to install script mods and assure they are enabled. You put the zip file into your mods folder. You do not unzip it.
Use
You can list information for the current sim or a named sim. You do this using the cheat console. Some of the information categories produce output that is longer than what fits in the displayed portion of the cheat console output. For those you will need to scroll the output if you want to see all of the information.
Examples
This lists all available information for the current sim:
This lists household information for Bella Goth:
This lists help for using the command, which would commonly be used for seeing what all the available categories are:
Game Version
This mod was tested using Sims 4 version 1.37.35.
Credits
Thanks to the MTS site for hosting mods and for their information on how to write mods. Thanks to itasan2 whose mod showed me how to get zone names and gender preference.
Changes
1 January 2016
This lists some information about a sim. The idea behind it was to help with mod development and to easily answer questions about sims I see walking around such as "Do they have traits I like for my sim to get to know them?", "Are they from an in-world home?", "Are they an alien?", "Are they married?", "What outfit are they wearing?", "Is their hair and/or makeup the same across their outfits?" etc.
Install
See the "Install Instructions" tab for how to install script mods and assure they are enabled. You put the zip file into your mods folder. You do not unzip it.
Use
You can list information for the current sim or a named sim. You do this using the cheat console. Some of the information categories produce output that is longer than what fits in the displayed portion of the cheat console output. For those you will need to scroll the output if you want to see all of the information.
Examples
This lists all available information for the current sim:
Code:
list_sim_info all
This lists household information for Bella Goth:
Code:
list_sim_info household bella goth
This lists help for using the command, which would commonly be used for seeing what all the available categories are:
Code:
list_sim_info
Game Version
This mod was tested using Sims 4 version 1.37.35.
Credits
Thanks to the MTS site for hosting mods and for their information on how to write mods. Thanks to itasan2 whose mod showed me how to get zone names and gender preference.
Changes
1 January 2016
- "Time alive in days" was added. This is the time in sim days and only includes time the game was running and not paused.
- Floating point values were rounded to the tenths for easier viewing.
- The body type names were changed from all-caps to something easier to read. This change involved taking the original name as used in the Sims code for the "BodyType" class, removing underscores and upper-casing the first letter of each word as was separated by underscores. This way you can tell what the original label was by inserting underscores before each upper-case letter other than the first one and then upper-casing it all. Note that this leaves some odd things due to that fact that the original Sims code had them; for example, there is a label "LipsTick" because the original item was strangely made "LIPS_TICK" instead of simply "LIPSTICK" or even "LIP_STICK".
- Added buffs, which include listing whether or not the sim is sick and if so what they are sick with. Buffs that are specific to traits and mood were not included because traits and mood are listed separately.
- Added code to prevent the buffs list from being truncated apparently due to output buffer restrictions.
- Added code to prevent the traits list from being truncated apparently due to output buffer restrictions.
- Added gender because it is hard to tell with knights and bears sometimes.
- Added zone names for households
- Added gender preference
- Removed counts of babies and children since they conflict with game version 1.26.96.
- Added the ability to specify categories.
- Rebuilt the "BodyTypes" array to make it current with the game. One effect of this is that prior to doing this the script could not list outfits on vampires in dark form; now it can.
- Removed the cheats enabled item from the household category since it doesn't work with game version 1.37.35.
- Rebuilt the "BodyTypes" array to make it current with the game.
MTS has all free content, all the time. Donate to help keep it running.
ListSimInfo.zip
Download
Uploaded: 23rd Dec 2017, 7.6 KB.
339 downloads.
|
||||||||
For a detailed look at individual files, see the Information tab. |
Install Instructions
Basic Download and Install Instructions:
Need more information?
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
Packs Needed
None, this is Sims 4 base game compatible!
Other Information
Type:
– Additional Functionality
: Mods which add brand new functionality to the game
Tags
#Sim, #info, #information