{"id":13339852,"url":"https://github.com/EliotVU/UnrealScript-MakeCommandletUtils","last_synced_at":"2025-03-11T15:31:36.500Z","repository":{"id":145256190,"uuid":"611971993","full_name":"EliotVU/UnrealScript-MakeCommandletUtils","owner":"EliotVU","description":"Simple EditPackagesCommandlet to be used along side with the Unreal Engine's Editor.MakeCommandlet","archived":false,"fork":false,"pushed_at":"2023-03-10T00:04:47.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-24T02:34:41.809Z","etag":null,"topics":["unreal-engine","unrealscript"],"latest_commit_sha":null,"homepage":"","language":"UnrealScript","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/EliotVU.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":"2023-03-09T23:28:24.000Z","updated_at":"2024-01-25T11:33:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"40eb5f97-dc47-4cfa-bb6f-c659f7ea06fa","html_url":"https://github.com/EliotVU/UnrealScript-MakeCommandletUtils","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliotVU%2FUnrealScript-MakeCommandletUtils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliotVU%2FUnrealScript-MakeCommandletUtils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliotVU%2FUnrealScript-MakeCommandletUtils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliotVU%2FUnrealScript-MakeCommandletUtils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EliotVU","download_url":"https://codeload.github.com/EliotVU/UnrealScript-MakeCommandletUtils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243059635,"owners_count":20229611,"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":["unreal-engine","unrealscript"],"created_at":"2024-07-29T19:21:19.379Z","updated_at":"2025-03-11T15:31:36.482Z","avatar_url":"https://github.com/EliotVU.png","language":"UnrealScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MakeCommandletUtils\n\nThis is a simple commandlet to add and remove a specified editpackage for the use in Batch files when you are not using an IDE.\n\nOriginally published at https://wiki.beyondunreal.com/User:Eliot/EditPackagesCommandlet\n\n## Building\n\n1. Extract this repository in your game's root, for example `C:\\YourGameRoot\\MakeCommmandletUtils`\n2. Run the make.bat file `C:\\YourGameRoot\\MakeCommandletUtils\\make.bat`\n\n## Usage\n\nEnsure that you have the compiled form of MakeCommandletUtils before runnning the batch file, e.g. `C:\\YourGameRoot\\System\\MakeCommandletUtils.u`\n\nIn a batch file i.e. `make.bat`, for example `C:\\YourGameRoot\\YourProjectName\\make.bat`\n\n```bat\n@echo off\n\nfor %%* in (.) do set project_name=%%~n*\n\ntitle %project_name%\ncolor 0F\n\necho.\necho Deleting compiled files %project_name%\necho.\ncd..\ncd system\ndel %project_name%.u\ndel %project_name%.ucl\n\nucc.exe MakeCommandletUtils.EditPackagesCommandlet 1 %project_name%\nucc.exe editor.MakeCommandlet\nucc.exe MakeCommandletUtils.EditPackagesCommandlet 0 %project_name%\npause\n```\n\nRun the make.bat to automate the compilation and deletion of your project's .u file.\n\n## Derivative works\n\n- Killing Floor https://github.com/InsultingPros/KFCmdlet\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEliotVU%2FUnrealScript-MakeCommandletUtils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEliotVU%2FUnrealScript-MakeCommandletUtils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEliotVU%2FUnrealScript-MakeCommandletUtils/lists"}