Press R using pick up anim when full ammo (View weapons mod)
Note
This plugin is private, Please contact me
此為私人插件, 請聯繫本人
-
Apply to | 適用於
L4D2
-
How does it work?
- Press R button to view weapons pick-up animation
- Some custom weapon/item mods have changed pick-up animation, For example: Weapon mods by Denny凯妈
- View hidden or secret animation
- View weapon or item like csgo
- If mod adds more pick-up animation, you can modify data/l4d_view_mods_pickup_anim.cfg
- Does not work on official mods
- 🟥 This plugins is only designed for custom weapon mods, not working on all custom mods
-
Require | 必要安裝
-
ConVar | 指令
- cfg/sourcemod/l4d_view_mods_pickup_anim.cfg
// 0=Plugin off, 1=Plugin on. l4d_view_mods_pickup_anim_enable "1" // Press which button to trigger animation, 131072=Shift, 32=Use, 8192=Reload, 524288=Middle Mouse // You can add numbers together, ex: 139264=Shift + Reload l4d_view_mods_pickup_anim_buttons "8192" // If 1, enable debug mode (inspect animation sequences of the weapon currently in hand) l4d_view_mods_pickup_anim_debug "0"
- cfg/sourcemod/l4d_view_mods_pickup_anim.cfg
-
Command | 命令
- Trigger pick up anim animation
sm_viewpickup
- Trigger pick up anim animation
-
Changelog | 版本日誌
-
v1.2 (2025-9-10)
- Update cvars
- Add cmds
-
v1.1 (2025-8-29)
- Add date file
- You can add more view weapons pick-up animation in data file
-
v1.0 (2023-9-21)
- Initial Release
-
最大彈夾容量時候按R鍵循環播放伸手動作(為mod檢視武器設計)
-
原理
- 拿著槍枝或物品->按下R鍵 (彈夾必須滿膛)->會有伸手動作
-
用意在哪?
- 有些自製的槍枝或物品模組,有自製的檢視武器動畫
- 譬如: 這位作者的槍枝模組,大部分模組有檢視武器的動畫效果
- 可以像CSGO,檢視槍枝模型或隱藏秘密動畫
- 若模組作者有新增更多檢視武器動畫, 需到文件自行新增動畫: data/l4d_view_mods_pickup_anim.cfg
- 不適用官方的模組
- 🟥 為自製的模組檢視武器設計用的插件,並不是每個槍枝模組都有特殊動畫
- 有些自製的槍枝或物品模組,有自製的檢視武器動畫
-
指令中文介紹 (點我展開)
- cfg/sourcemod/l4d_view_mods_pickup_anim.cfg
// 0=關閉插件, 1=啟動插件 l4d_view_mods_pickup_anim_enable "1" // 使用哪個按鍵觸發伸手動作 (檢視武器動畫)? 131072=Shift鍵, 32=E鍵, 8192=裝彈鍵, 524288=滾輪鍵 // 可以數字相加, 譬如: 139264=必須同時按 "Shift鍵 + 裝彈鍵" l4d_view_mods_pickup_anim_buttons "8192" // 為1時, 啟用debug模式 (顯示目前武器的動畫sequence) l4d_view_mods_pickup_anim_debug "0"
- cfg/sourcemod/l4d_view_mods_pickup_anim.cfg
-
命令中文介紹 (點我展開)
- 觸發伸手動作 (檢視武器動畫)
sm_viewpickup
- 觸發伸手動作 (檢視武器動畫)





