{"id":50673628,"url":"https://github.com/Acanixz/TS1-modloader","last_synced_at":"2026-06-25T12:00:28.139Z","repository":{"id":332411322,"uuid":"1125572314","full_name":"Acanixz/TS1-modloader","owner":"Acanixz","description":"A simple GUI solution for managing The Sims 1 Custom Content","archived":false,"fork":false,"pushed_at":"2026-02-14T17:39:34.000Z","size":2144,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-14T23:10:56.576Z","etag":null,"topics":["mit-license","modding","modding-tool","python","sims1-mod","ts1","windows"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Acanixz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"acanixz","patreon":null,"open_collective":null,"ko_fi":"acanixz","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-12-31T01:09:56.000Z","updated_at":"2026-02-14T17:36:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Acanixz/TS1-modloader","commit_stats":null,"previous_names":["acanixz/ts1-modloader"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Acanixz/TS1-modloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acanixz%2FTS1-modloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acanixz%2FTS1-modloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acanixz%2FTS1-modloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acanixz%2FTS1-modloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Acanixz","download_url":"https://codeload.github.com/Acanixz/TS1-modloader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acanixz%2FTS1-modloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34773843,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["mit-license","modding","modding-tool","python","sims1-mod","ts1","windows"],"created_at":"2026-06-08T14:00:29.173Z","updated_at":"2026-06-25T12:00:28.128Z","avatar_url":"https://github.com/Acanixz.png","language":"Python","funding_links":["https://github.com/sponsors/acanixz","https://ko-fi.com/acanixz"],"categories":["Mods and other cool things"],"sub_categories":[],"readme":"# TS1-modloader\n\n![TS1-modloader Image](src/assets/images/github_header.png)\n\nThe Sims 1 Modloader is a simple GUI application for managing The Sims 1 Custom Content.\n\n## Features\n\n- Easy-to-use graphical interface for installing and managing custom content\n- Organize your mods, skins, objects, and other CC in one place\n- FAQ for newcomers on TS1 modding\n- Compatible with The Sims 1 Legacy Collection\n\n## Installation\n\n1. Download the latest release from the [Releases](https://github.com/Acanixz/TS1-modloader/releases) page\n2. Extract the archive to your preferred location\n3. Run `TS1-modloader.exe`\n\n## Usage\n\n1. Launch the application\n2. Set your Sims 1 installation directory\n3. Add mods using the \"Add Mod\" button\n4. Confirm your mods before starting and press play!\n\n## Supported Content Types\n\n- `.iff` files (objects, skins)\n- `.far` archives\n- `.bmp` wallpapers and floors\n- `.cmx` and `.skn` skin files\n\n## Requirements\n\n- Windows 10 or later\n- The Sims 1 (any version)\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n### Repository installation (Prerequisites)\n\n- [Python 3.14](https://www.python.org/downloads/release/python-3140/)\n- [Visual Studio Code](https://code.visualstudio.com/download)\n- [Python VSCode Extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)\n\n### Repository installation\n1. Open the repository folder in VS Code\n2. Press CTRL + Shift + P and Search for ``Python: Create Environment``\n3. Select a ``.venv`` environment and then check ``requirements.txt``\n4. Wait for the installation to complete\n\nOnce python is installed, you'll be able to compile the code through this command:\n```\npyinstaller --onefile --name TS1-Modloader --icon=src/assets/images/icon.ico --add-data \"src/assets;assets\" src/main.pyw\n```\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAcanixz%2FTS1-modloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAcanixz%2FTS1-modloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAcanixz%2FTS1-modloader/lists"}