{"id":19012774,"url":"https://github.com/lukekaalim/se-scripting-extension-plugin","last_synced_at":"2026-04-25T09:30:17.192Z","repository":{"id":163250027,"uuid":"638542994","full_name":"lukekaalim/se-scripting-extension-plugin","owner":"lukekaalim","description":"Extending Space Engineers ModAPI and InGameScripting API","archived":false,"fork":false,"pushed_at":"2023-05-12T19:08:26.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"canon","last_synced_at":"2025-02-18T06:04:05.642Z","etag":null,"topics":["game","modding","plugin","spaceengineers"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lukekaalim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-05-09T15:17:11.000Z","updated_at":"2023-05-10T05:26:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa3093a0-bfdf-427c-9fba-b5d46cd07d44","html_url":"https://github.com/lukekaalim/se-scripting-extension-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukekaalim%2Fse-scripting-extension-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukekaalim%2Fse-scripting-extension-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukekaalim%2Fse-scripting-extension-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukekaalim%2Fse-scripting-extension-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukekaalim","download_url":"https://codeload.github.com/lukekaalim/se-scripting-extension-plugin/tar.gz/refs/heads/canon","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240044759,"owners_count":19739183,"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":["game","modding","plugin","spaceengineers"],"created_at":"2024-11-08T19:19:35.287Z","updated_at":"2026-04-25T09:30:17.146Z","avatar_url":"https://github.com/lukekaalim.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scripting Extension Plugin\n\nThis Plugin adds some new features for scripting in space engineers,\nexpanding InGameScripting and Mods.\n\n## Features\n\n- **Script Modules**. Reference other mods and their API's directly in your code.\n  - IngameScript Namespaces. Add your mods's types for use with InGameScripts.\n\nSee more details in the [features document](docs/features.md)\n\n## Usage\nPlace you scripts inside an alternative directory in your\nData directory - instead of \"Data/Scripts\" put it inside \n\"Data/ScriptModules/MyCoolModule\" (no name restriction on the subdirectory); \n\nIn addition, you need to create a module.manifest.xml file\nin that directory, conforming to the following structure:\n\n```xml\n\u003c?xml version=\"1.0\"?\u003e\n\u003cModule id=\"lkaalim.mods.mymodname\" version=\"1.0.0\"\u003e\n  \u003cModuleDependency id=\"lkaalim.mods.myothermod\" version=\"2.0.0\" /\u003e\n  \u003cModuleDependency id=\"lkaalim.mods.anotherMod\" /\u003e\n  \u003cSteamWorkshopDependency workshopId=\"542345\" /\u003e\n  \u003cPluginDependency id=\"lkaalim/myplugin\"/\u003e\n\n  \u003cInGameScriptNamespace scope=\"lkaalim.mod.mymodname.ingame\" /\u003e\n  \u003cCompatibility\u003e\n    \u003cWorkshop path=\"mymodname\"\u003e\n  \u003c/Compatibility\u003e\n\u003c/Mod\u003e\n```\n\nSee more details in the [manifest schema](docs/manifest.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukekaalim%2Fse-scripting-extension-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukekaalim%2Fse-scripting-extension-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukekaalim%2Fse-scripting-extension-plugin/lists"}