{"id":24284690,"url":"https://github.com/kiwifruitdev/sfm_autoinit","last_synced_at":"2026-05-27T13:37:44.191Z","repository":{"id":271050218,"uuid":"912188938","full_name":"KiwifruitDev/sfm_autoinit","owner":"KiwifruitDev","description":"Run your favorite SFM scripts automatically on startup!","archived":false,"fork":false,"pushed_at":"2025-01-17T02:26:10.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-23T06:42:15.717Z","etag":null,"topics":["python","source-engine","source-film-maker"],"latest_commit_sha":null,"homepage":"https://steamcommunity.com/sharedfiles/filedetails/?id=3400621327","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/KiwifruitDev.png","metadata":{"files":{"readme":"README.bbcode","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},"funding":{"github":["KiwifruitDev"],"ko_fi":"kiwifruitdev"}},"created_at":"2025-01-04T21:20:34.000Z","updated_at":"2025-09-18T21:17:24.000Z","dependencies_parsed_at":"2025-01-05T04:29:05.617Z","dependency_job_id":"3cdc19c5-dd3c-494a-abd6-5c8e465f044f","html_url":"https://github.com/KiwifruitDev/sfm_autoinit","commit_stats":null,"previous_names":["kiwifruitdev/sfm_autoinit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KiwifruitDev/sfm_autoinit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KiwifruitDev%2Fsfm_autoinit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KiwifruitDev%2Fsfm_autoinit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KiwifruitDev%2Fsfm_autoinit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KiwifruitDev%2Fsfm_autoinit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KiwifruitDev","download_url":"https://codeload.github.com/KiwifruitDev/sfm_autoinit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KiwifruitDev%2Fsfm_autoinit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33568857,"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-05-27T02:00:06.184Z","response_time":53,"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":["python","source-engine","source-film-maker"],"created_at":"2025-01-16T05:19:37.306Z","updated_at":"2026-05-27T13:37:44.173Z","avatar_url":"https://github.com/KiwifruitDev.png","language":"Python","funding_links":["https://github.com/sponsors/KiwifruitDev","https://ko-fi.com/kiwifruitdev"],"categories":[],"sub_categories":[],"readme":"This script is designed to automatically run other scripts when [b]Source Filmmaker[/b] is started. It also provides a window to manage these scripts and their settings.\n[h2]Usage[/h2]\nThe [b]Autoinit Manager[/b] window will normally open automatically, but it can be opened manually through Scripts \u003e kiwifruitdev \u003e autoinit_manager.\nAdditionally, you can use \"-nostartwizard\" as a launch option to disable the session creation popup when starting [b]SFM[/b].\nAll script windows that are opened on startup will be given a button in the \"Windows\" menu so you can open them at any time. By default, these windows will be hidden until shown manually so that your layouts can stay consistent.\n[h2]Patches[/h2]\nSome scripts will be dynamically patched to work without interruptions. The following changes have been made:\n[list]\n[*]Any script that uses \"sfmApp.RegisterTabWindow\"\n[list]\n[*]A \"Show\" button for this script will be added to the [b]Autoinit Manager[/b] window.\n[*]The window that was registered will have an option added to the \"Window\" menu in [b]SFM[/b].\n[/list]\n[*]Any script that uses \"sfmApp.ShowTabWindow\"\n[list]\n[*]No windows will be shown, this is to prevent custom windows from popping up when [b]SFM[/b] starts.\n[*]You can still show the window by using the \"Windows\" menu in [b]SFM[/b] or through the [b]Autoinit Manager[/b] window.\n[/list]\n[*][url=https://steamcommunity.com/sharedfiles/filedetails/?id=3200935729]Quick Menu Redux by Fames[/url] (quickmenu_v3.py)\n[list]\n[*]Disabled showing the window on run since it does not use \"sfmApp.ShowTabWindow\".\n[*]Prevented writing to \"sfm_init.py\" because it is no longer needed.\n[*]Removed existing code that runs this script from \"sfm_init.py\" if it exists.\n[/list]\n[*][url=https://steamcommunity.com/sharedfiles/filedetails/?id=2942912893]Directional Scale Controls (Stretching) by LLIoKoJIad[/url] (directional_scale_patch.py)\n[list]\n[*]Disabled pop-up dialogs that normally appear when the script is run.\n[/list]\n[*][url=https://steamcommunity.com/sharedfiles/filedetails/?id=2873014451]Facial Flex Unlocker by LLIoKoJIad[/url] (sfm_flex_unlocker.py)\n[list]\n[*]Disabled pop-up dialogs that normally appear when the script is run.\n[/list]\n[*][url=https://steamcommunity.com/sharedfiles/filedetails/?id=2963450977]Light Limit Patch by KiwifruitDev[/url] (light_limit_patch.py)\n[list]\n[*]Disabled pop-up dialogs that normally appear when the script is run.\n[*]Added enhanced options to [b]Autoinit Manager[/b] to allow you to set the light limit on startup.\n[/list]\n[/list]\nYou can view which patches have been applied to a script by right clicking on its entry in the [b]Autoinit Manager[/b] window and hovering over the \"Autoinit Patches\" option.\n[h2]Development[/h2]\nIf you're a developer, add your script to a \"scripts/sfm/autoinit\" folder. The script will be executed when the [b]SFM[/b] is started and users can enable or disable it in the [b]Autoinit Manager[/b] window. You can then add Autoinit Manager as a dependency to your Workshop item.\nThis script is also available on [url=https://github.com/KiwifruitDev/sfm_autoinit]GitHub[/url].\n[h2]License[/h2]\nThis script is licensed under the MIT License. See the [url=https://github.com/KiwifruitDev/sfm_autoinit/blob/main/LICENSE]LICENSE[/url] file for more information.\n[h2]Funding[/h2]\nIf you would like to support my work, you can check out [url=https://store.steampowered.com/app/2516360/Nonsensical_Video_Generator/]Nonsensical Video Generator[/url], buy me a coffee on [url=https://ko-fi.com/kiwifruitdev]Ko-fi[/url], become a sponsor through [url=https://github.com/sponsors/KiwifruitDev]GitHub Sponsors[/url], or simply share my scripts with others. Thank you for your support!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiwifruitdev%2Fsfm_autoinit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiwifruitdev%2Fsfm_autoinit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiwifruitdev%2Fsfm_autoinit/lists"}