Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

Description | 內容

Press R using pick up anim when full ammo (View weapons mod)

Note
This plugin is private, Please contact me
此為私人插件, 請聯繫本人

  • Apply to | 適用於

    L4D2
    
  • Video | 影片展示

  • Image | 圖示
    • Press R button to view weapons pick-up animation
      l4d_view_mods_pickup_anim_1
      l4d_view_mods_pickup_anim_2
      l4d_view_mods_pickup_anim_3
      l4d_view_mods_pickup_anim_4
      l4d_view_mods_pickup_anim_5
      l4d_view_mods_pickup_anim_6
  • 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凯妈
    • Does not work on official mods
    • 🟥 This plugins is only designed for custom weapon mods, not working on all custom mods
  • Require | 必要安裝

    1. left4dhooks
  • 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"
  • Command | 命令
    • Trigger pick up anim animation
      sm_viewpickup
  • 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鍵 (彈夾必須滿膛)->會有伸手動作
  • 用意在哪?

    • 有些自製的槍枝或物品模組,有自製的檢視武器動畫
    • 不適用官方的模組
    • 🟥 為自製的模組檢視武器設計用的插件,並不是每個槍枝模組都有特殊動畫
  • 指令中文介紹 (點我展開)
    • 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"
  • 命令中文介紹 (點我展開)
    • 觸發伸手動作 (檢視武器動畫)
      sm_viewpickup