About this mod
Just another weapon holstering mod, powered by redscript
- Requirements
- Permissions and credits
- Changelogs
- Donations
- Holster your weapon by pressing Weapon Cycling hotkey once - Left Alt by default (weapon cycling feature disabled here). Patch 1.5 added its own weapon holster hotkey so you might not need this version anymore.
- Alternate version which holsters or unholsters your weapon when you hold Reload hotkey (R by default)
Also you may want to check Advanced Control for additional hotkeys (requires CET)
How to install
- Download the latest redscript release and unpack it into the game folder
- Unpack the mod archive into the game folder
- For alternate version you must also add hold definitions for Reload hotkey into inputContexts.xml file (check included guide)
Minimum required redscript version: 0.3.0
How to uninstall
- Delete the Cyberpunk 2077\r6\scripts\holserByTap.reds file
Credits
- jekky for the redscript compiler
- CP77 modding discord
My mods
- Always First Equip
- Custom Map Markers
- Enhanced Craft
- Faster Iguana Hatch
- Game Time Tweaks
- Hide Read Shards
- Holster By Hotkey
- HUD Painter
- HUDitor
- Immersive Timeskip
- Improved Minimap Zoom
- Limited Fast Travel
- Limited HUD
- Mark To Sell
- Metro Pocket Guide
- Mizutani Shion Targa MZT
- Muted Markers
- Named Saves
- No Camera Auto Centering
- No Intro Videos
- No Scanner Time Dilation
- Quickhack Hotkeys
- Real Vendor Names
- Reduced Loot
- Revised Backpack
- Sleeves
- Smarter Scrapper
- Stand Still Please
- Stash Filters
- Stash and Backpack Search
- Toggle Quest Tags
- Vehicle Summon Tweaks
- Virtual Atelier
- Virtual Car Dealer
- Wannabe Edgerunner
- Yet Another UI Recolor
For redscript mod developers
// Replaced methods
@replaceMethod(UpperBodyEventsTransition)
protected final func UpdateSwitchItem(timeDelta: Float, stateContext: ref<StateContext>, scriptInterface: ref<StateGameScriptInterface>) -> Bool