{"id":20812237,"url":"https://github.com/curegit/sc4-my-sim-tool","last_synced_at":"2025-04-15T08:23:29.525Z","repository":{"id":135783785,"uuid":"168167040","full_name":"curegit/sc4-my-sim-tool","owner":"curegit","description":"A mod tool for SimCity 4 to add your original My Sims with custom images","archived":false,"fork":false,"pushed_at":"2025-04-13T09:04:04.000Z","size":1810,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T09:39:51.930Z","etag":null,"topics":["console","mod","netframework","simcity","simcity4"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/curegit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-29T14:20:34.000Z","updated_at":"2025-04-13T09:04:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"b9b02d60-831e-4c24-ba6c-c7392de16524","html_url":"https://github.com/curegit/sc4-my-sim-tool","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curegit%2Fsc4-my-sim-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curegit%2Fsc4-my-sim-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curegit%2Fsc4-my-sim-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curegit%2Fsc4-my-sim-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curegit","download_url":"https://codeload.github.com/curegit/sc4-my-sim-tool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249032678,"owners_count":21201520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["console","mod","netframework","simcity","simcity4"],"created_at":"2024-11-17T20:51:26.413Z","updated_at":"2025-04-15T08:23:29.516Z","avatar_url":"https://github.com/curegit.png","language":"C#","readme":"# SimCity 4 My Sim Tool\r\n\r\nA mod tool for SimCity 4 to add your original My Sims with custom images\r\n\r\n[Download the latest version](https://github.com/curegit/sc4-my-sim-tool/releases/latest)\r\n\r\n## Features\r\n\r\n- Make My Sims with custom images\r\n- Edit My Sim list by removal and reordering\r\n- Update images of existing My Sims\r\n\r\n![My Sims](MySims.png)\r\n\r\n## Requirements\r\n\r\n- Windows\r\n- .NET Framework \u003e= 4.8\r\n- SimCity 4 Rush Hour/Deluxe (Tested with version 1.1.640 and 1.1.641)\r\n\r\n## Installation\r\n\r\nNot needed.\r\nJust run the executable.\r\n\r\n## Usage\r\n\r\n### Commands\r\n\r\n`help, -h, --help`  \r\nShow help.\r\n\r\n`show [-r, --reorder]`  \r\nShow the My Sim list.  \r\nShow indexes used for reordering when '-r' or '--reorder' is given.\r\n\r\n`add \u003cname\u003e \u003cgender\u003e \u003csign\u003e \u003cimage_path\u003e`  \r\nAdd a new Sim to the list.  \r\nThe path of an image is absolute or relative.  \r\nThe image format must be JPG, PNG, GIF, EXIF, TIFF, or BMP.\r\n\r\n`remove \u003cindex\u003e`  \r\nRemove a specified Sim from the list and delete its image file.  \r\nUse 'show' command to see indexes.\r\n\r\n`reorder \u003csource_index\u003e \u003cdestination_index\u003e`  \r\nMove a specified Sim to a given index position.  \r\nUse 'show -r' to see indexes.\r\n\r\n`update-image \u003cindex\u003e \u003cimage_path\u003e`  \r\nUpdate the image of a specified existing Sim.  \r\nPass the path of a new image for the Sim.  \r\nUse 'show' command to see indexes.\r\n\r\n### Interactive Mode\r\n\r\nIf you execute the application with no command-line arguments, it prompts inputs in standard input.\r\n\r\n### Drag and Drop\r\n\r\nDrag and drop an image file to the executable to add a new Sim using its image.\r\n\r\n### Gender Values\r\n\r\nType one of these to input gender.\r\n\r\n- female\r\n- male\r\n\r\n### Sign Values\r\n\r\nType one of these to input sign.\r\n\r\n- aquarius\r\n- aries\r\n- cancer\r\n- capricorn\r\n- gemini\r\n- leo\r\n- libra\r\n- pisces\r\n- sagittarius\r\n- scorpio\r\n- taurus\r\n- virgo\r\n\r\n### Image Format\r\n\r\nThe image format must be JPG, PNG, GIF, EXIF, TIFF, or BMP.\r\nTo preserve an aspect ratio, bear in mind that images are resized to 36x41 pixels automatically.\r\n\r\n## Notes\r\n\r\n- Data and images are saved in `{MyDocuments}/SimCity 4/MySim`.\r\n- Information of Sims except images is copied into each saves of cities where the Sim lives.\r\n- If you remove a Sim from the list, the in-game Sim remains in the cities, but their image will be missing.\r\n\r\n## License\r\n\r\n[The Unlicense](LICENSE)\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuregit%2Fsc4-my-sim-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuregit%2Fsc4-my-sim-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuregit%2Fsc4-my-sim-tool/lists"}