{"id":35357554,"url":"https://github.com/mistralys/starfield-load-order-manager","last_synced_at":"2026-01-28T09:20:49.189Z","repository":{"id":328039744,"uuid":"1114025717","full_name":"Mistralys/starfield-load-order-manager","owner":"Mistralys","description":"Windows app to safeguard the mod load order for existing saves","archived":false,"fork":false,"pushed_at":"2026-01-15T09:54:19.000Z","size":18741,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-17T11:47:12.918Z","etag":null,"topics":["load-order","mod-manager","mods","starfield"],"latest_commit_sha":null,"homepage":"","language":"C#","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/Mistralys.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-10T19:45:40.000Z","updated_at":"2026-01-14T20:35:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Mistralys/starfield-load-order-manager","commit_stats":null,"previous_names":["mistralys/starfield-load-order-manager"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/Mistralys/starfield-load-order-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mistralys%2Fstarfield-load-order-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mistralys%2Fstarfield-load-order-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mistralys%2Fstarfield-load-order-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mistralys%2Fstarfield-load-order-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mistralys","download_url":"https://codeload.github.com/Mistralys/starfield-load-order-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mistralys%2Fstarfield-load-order-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28583644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T19:46:29.903Z","status":"ssl_error","status_checked_at":"2026-01-19T19:45:54.560Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["load-order","mod-manager","mods","starfield"],"created_at":"2026-01-01T23:30:18.341Z","updated_at":"2026-01-19T20:02:51.948Z","avatar_url":"https://github.com/Mistralys.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# **SLOK: Starfield Load Order Keeper**\n\nSLOK is a lightweight Windows tool that keeps your Starfield \n`Plugins.txt` stable and prevents accidental load‑order changes \nthat can break saves.\n\n---\n\n## **Why It Exists**\n\nStarfield depends on the exact order of mods listed in `Plugins.txt`.  \nIf that order changes after you start a save, items, quests, or entire characters can break.  \nUnfortunately, Starfield, Mod managers and tools like LOOT can cause the file to be reordered.\n\nSLOK helps you to stop that from happening.\n\n---\n\n## **What It Does**\n\n- Saves a reference copy of a known‑good `Plugins.txt`\n- Detects when the file changes\n- Restores the correct order with one click\n- Appends new mods safely at the end\n- Supports multiple profiles (different load orders for different characters)\n- Shows an intelligent diff of what changed\n- Maintains a version history with rollback support\n- Can launch the game (uses SFSE if present)\n\n---\n\n## **Find it on Nexusmods**\n\nThe tool has a dedicated page on Nexusmods, which includes Screenshots, discussions and more:\n\nhttps://www.nexusmods.com/starfield/mods/15786\n\n---\n\n## **Profiles**\n\nProfiles let you keep separate load orders for different playthroughs.\n\nSwitching profiles automatically swaps the correct `Plugins.txt` content into place \nand saves your current state.\n\n---\n\n## **Version History**\n\nSLOK keeps a history of all the changes you made, so you can roll back to\na previous version anytime (up to 16 versions).\n\n---\n\n## **How It Works (Brief)**\n\n1. You set up your load order in Starfield or your mod manager.  \n2. When you're happy with it, you tell the app to create a reference.  \n3. The app monitors `Plugins.txt` for changes.  \n4. If something modifies it, you can:\n   - Accept the new order  \n   - Restore your reference order  \n   - Or revert everything to the reference file  \n\n---\n\n## **Setup**\n\nOn first launch, the app asks for:\n- Starfield AppData folder (where `Plugins.txt` lives)\n- Starfield installation folder (where the `Data` folder is)\n\nIt auto-detects common locations, but you can browse manually.\n\n---\n\n## **License**\n\n[MIT License](/LICENSE)\n\n## Credits\n\nI created this for my own use, and decided to share it with the community.\n\nIt was entirely developed using **AI-assisted coding techniques** with GPT-5.1-Codex and Claude Sonnet 4.\nIf you are interested in the development process, the folder [Docs/Agents/Development History](./Docs/Agents/Development%20History)\ncontains the individual agent plans used to incrementally build the application.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmistralys%2Fstarfield-load-order-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmistralys%2Fstarfield-load-order-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmistralys%2Fstarfield-load-order-manager/lists"}