{"id":49316154,"url":"https://github.com/mmaulwurff/gearbox","last_synced_at":"2026-04-26T15:05:50.407Z","repository":{"id":40389109,"uuid":"301780102","full_name":"mmaulwurff/gearbox","owner":"mmaulwurff","description":"Gearbox is an add-on for GZDoom engine that provides more convenient ways to select weapons.","archived":false,"fork":false,"pushed_at":"2025-08-24T07:11:48.000Z","size":1637,"stargazers_count":40,"open_issues_count":24,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-08-24T14:09:43.025Z","etag":null,"topics":["doom","gzdoom","m8f-toolbox","mod","zscript"],"latest_commit_sha":null,"homepage":"https://forum.zdoom.org/viewtopic.php?f=43\u0026t=71086","language":"GLSL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmaulwurff.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"copying.txt","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}},"created_at":"2020-10-06T15:56:07.000Z","updated_at":"2025-08-24T07:11:52.000Z","dependencies_parsed_at":"2025-08-24T09:34:41.183Z","dependency_job_id":"7d102845-bd86-47d5-a64b-709f8f81a306","html_url":"https://github.com/mmaulwurff/gearbox","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/mmaulwurff/gearbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmaulwurff%2Fgearbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmaulwurff%2Fgearbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmaulwurff%2Fgearbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmaulwurff%2Fgearbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmaulwurff","download_url":"https://codeload.github.com/mmaulwurff/gearbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmaulwurff%2Fgearbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32301376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"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":["doom","gzdoom","m8f-toolbox","mod","zscript"],"created_at":"2026-04-26T15:05:50.018Z","updated_at":"2026-04-26T15:05:50.402Z","avatar_url":"https://github.com/mmaulwurff.png","language":"GLSL","funding_links":[],"categories":[],"sub_categories":[],"readme":"Project moved to https://github.com/mmaulwurff/doom-toolbox/\n\n# Gearbox\n\nGearbox is an add-on for GZDoom engine that provides more convenient ways to\nselect weapons and items.\n\n![Blocks with Treasure Tech](screenshots/blocks-treasure-tech.png)\n\n(Blocks with [Treasure Tech](https://forum.zdoom.org/viewtopic.php?f=43\u0026t=66995))\n\n[![Wheel with Heretic](screenshots/inventory-wheel-heretic.png)](https://youtu.be/WXZUBtbsY7Y)\n\n(Wheel with Heretic)\n\n## How to Use\n\nGZDoom 4.5 required.\n\n1. open the menu by assigned key, or by next/previous weapon keys, if enabled in\n   options\n2. select the weapon with next/previous weapon keys, or with mouse (wheel only)\n3. use the drop weapon or drop inventory keys to drop selected thing\n\n## Features\n\n- Different representations: blocks, wheel, plain text\n- Press Fire key to select and Alt Fire key to cancel\n- Color and scale options\n- Behavior options\n- Multiplayer compatible\n- Reaction to number keys\n- extras.wad icon support for vanilla weapons\n- Inventory item selection\n- Ability to drop items or weapons from the menu\n\n## Planned\n\n- Patches for weapon icon adjustments\n- More representations\n- Moving weapon between slots and changing order\n\n## Note for Weapon Mod Authors\n\nIf you want Gearbox to support your mod out of the box, assign\nInventory.AltHudIcon for your weapons! Tag property is also nice to have.\n\n## Compatibility Issues\n\n- [PyWeaponWheel v0.3](https://forum.zdoom.org/viewtopic.php?f=43\u0026t=61061)\n  overrides time freezing. If you are using both mods and want to freeze time\n  with Gearbox, set PyWeaponWheel's option \"Freeze when wheel is open\"\n  (`py_weaponwheel_freeze` CVar) to Off.\n\n  Note that PyWeaponWheel may be built in some mods, for example in Project\n  Brutality. The solution is the same: disable time PyWeaponWheel's time\n  freezing.\n\n## Known Issues\n\n- Weapon icons in wheel aren't affected by \"HUD preserves aspect ration\" option.\n- Mouse input in wheel in multiplayer causes screen shake.\n\n## License\n\n- code: [GPLv3](copying.txt)\n\n## Acknowledgments\n\n- Thanks to kadu522 for general help and support.\n- Blocky view is designed to resemble the weapon menu from Half-Life by Valve.\n- Thanks to Marrub for [ZScriptDoc](https://github.com/marrub--/zdoom-doc).\n- Thanks to Talon1024 for help with time freezing option.\n- Thanks to Player701 for help with key event processing code.\n- Thanks to KeksDose for a concept of VM abort handler.\n- Thanks to DrPyspy for allowing to use mouse input code from PyWeaponWheel.\n- Thanks to Carrascado for bug fixes and new features.\n- Thanks to Accensus, Proydoha, mamaluigisbagel, TheRailgunner, Captain J,\n  Enjay, StroggVorbis, krutomisi, Cutmanmike, StraightWhiteMan, JohnDoe8, HDV,\n  Zhs2 and Apollucas for feature suggestions.\n- Thanks to Accensus, Proydoha, mamaluigisbagel, Ac!d, wildweasel,\n  Dark-Assassin, rparhkdtp, Samarai1000, Mr. Blazkowicz, lucker42, spectrefps,\n  Someone64, Lippeth, JMartinez9820, generic name guy and sebastianpanetta for\n  bug reports.\n- Thanks to generic name guy for providing brazilian portuguese localization.\n- See also [credits list](credits.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmaulwurff%2Fgearbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmaulwurff%2Fgearbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmaulwurff%2Fgearbox/lists"}