A mod tool for SimCity 4 to add your original My Sims with custom images
- Make My Sims with custom images
- Edit My Sim list by removal and reordering
- Update images of existing My Sims
- Windows
- .NET Framework >= 4.8
- SimCity 4 Rush Hour/Deluxe (Tested with version 1.1.640 and 1.1.641)
Not needed. Just run the executable.
SC4MySimTool.exe [COMMAND [ARGS]]
help, -h, --help
Show help.
show [-r, --reorder]
Show the My Sim list.
Show indexes used for reordering when '-r' or '--reorder' is given.
add <name> <gender> <sign> <image_path>
Add a new Sim to the list.
The path of an image is absolute or relative.
Pass 'clipboard:' or 'cb:' as path to import from clipboard.
The image format must be JPG, PNG, GIF, EXIF, TIFF, or BMP.
remove <index>
Remove a specified Sim from the list and delete its image file.
Use 'show' command to see indexes.
reorder <source_index> <destination_index>
Move a specified Sim to a given index position.
Use 'show -r' to see indexes.
update-image <index> <image_path>
Update the image of a specified existing Sim.
Pass the path of a new image for the Sim.
Pass 'clipboard:' or 'cb:' as path to import from clipboard.
Use 'show' command to see indexes.
If you execute the application with no command-line arguments, it prompts inputs in standard input interactively.
Drag and drop an image file to the executable to add a new Sim using its image.
Type one of these to input gender.
- female
- male
Type one of these to input sign.
- aquarius
- aries
- cancer
- capricorn
- gemini
- leo
- libra
- pisces
- sagittarius
- scorpio
- taurus
- virgo
The image format must be JPG, PNG, GIF, EXIF, TIFF, or BMP. To preserve an aspect ratio, bear in mind that images are resized to 36x41 pixels automatically.
- Data and images are saved in
{MyDocuments}/SimCity 4/MySim. - Information of Sims except images is copied into each saves of cities where the Sim lives.
- If you remove a Sim from the list, the in-game Sim remains in the cities, but their image will be missing.
