{"id":16215173,"url":"https://github.com/h2xdev/vilka","last_synced_at":"2025-07-25T10:33:49.955Z","repository":{"id":178088985,"uuid":"525331060","full_name":"H2xDev/Vilka","owner":"H2xDev","description":"Helps build release for Source Modification by copying necessary only resources","archived":false,"fork":false,"pushed_at":"2022-10-11T20:42:08.000Z","size":49109,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T22:35:58.912Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/H2xDev.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":"2022-08-16T10:27:23.000Z","updated_at":"2022-08-17T10:47:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9918fbd-500e-4c6e-8197-0758b390e24c","html_url":"https://github.com/H2xDev/Vilka","commit_stats":null,"previous_names":["h2xdev/vilka"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/H2xDev/Vilka","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H2xDev%2FVilka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H2xDev%2FVilka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H2xDev%2FVilka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H2xDev%2FVilka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/H2xDev","download_url":"https://codeload.github.com/H2xDev/Vilka/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H2xDev%2FVilka/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266991042,"owners_count":24017732,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"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":[],"created_at":"2024-10-10T11:14:08.844Z","updated_at":"2025-07-25T10:33:49.911Z","avatar_url":"https://github.com/H2xDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vilka\nThe app that allows you to prepare release build of your source mod.\n\n## How to use\nJust launch vilka.exe with specified path to mod:\n\n```batch\nvilka.exe D:\\Steam\\steamapps\\sourcemods\\mod_name\n```\n\nThe app will look for `Gameinfo.txt` and according to this file it will collect base resources.\nAlso your mod must have `mapsrc` folder with sources of maps, to take assets information. The release version of mod will be placed in folder `release`.\n\n\n## Configuration\nIf you need to add more files/folders to copy, just create a config file `vilka.config.json` and place it into your mod folder.\n\u003c/br\u003e\nHere is example of config:\n```json\n{\n\t\"excludeMaps\": [\n\t\t\"zombie_test.vmf\",\n\t\t\"zombie_hunter.vmf\",\n\t\t\"transition_test.vmf\",\n\t\t\"prefabs\\\\\"\n\t],\n\t\"include\": [\n\t\t\"sound\\\\vo\",\n\t\t\"materials\\\\console\"\n\t],\n\t\"exclude\": [\n\t\t\"resource/closecaption_english.txt\",\n\t\t\"resource/closecaption_russian.txt\",\n\t]\n}\n```\n\n- `excludeMaps` field contains sources of maps that should be ignored for collecting asset information;\n- `include` field contains files and folders that should be copied too;\n- `exclude` field contains files and folders that should be ignored;\n\n## Build\nTo make executable appliaction this project uses `pkg` module.\n\n```batch\nyarn build\n# npm run build\n```\n\n## Contribution\nFeel free to contribute this project. There is some features that need to be implemented like:\n- Analyse VMFs for scenes to get related-only scenes;\n- parse scenes for required audio files;\n- autocompile closecaptions to release folder;\n- add validation for `vilka.config.json`;\n\nAlso you able to suggest another features that will be useful for prepare a release.\n\n### Contribution workflow\nIf you would like to contribute this project, you should do it by [Gitflow](http://danielkummer.github.io/git-flow-cheatsheet/) workflow:\n- feature/* - you want to add a new feature\n- bugfix/* - you want to fix something in the project\n\n## Troubleshooting\n\n### Windows 7 support\nWindows 7 users should set environment variable `NODE_SKIP_PLATFORM_CHECK=1`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh2xdev%2Fvilka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh2xdev%2Fvilka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh2xdev%2Fvilka/lists"}