Generic Aim Down Sight Beta (FOV bug fixed)
Добавить в игру через Steam
Нажмите «Подписаться»
На странице Steam войдите в аккаунт, если потребуется.
Подписаться
О материале
«Generic Aim Down Sight Beta (FOV bug fixed)» — материал мастерской Left 4 Dead 2. Кампании, оружие, модели и аддоны для кооперативной игры. Данные Steam, описание автора и ссылка для установки через подписку. Совместимость редакцией не проверена.
Описание автора
This addon enables ADS for ANY weapon WITHOUT ADS support.
The ADS in the preview image is the result of 100% automatic detection. No ADS supported weapon was used, nor was any additional offset set.
(https://steamcommunity.com/sharedfiles/filedetails/?id=3614751096)
Same Installation Process as my Freeaim Plugin is Required
Add -insecure to your launch options. Then extract files in /addons folder from this addon's VPK (left4dead2/addons/workshop/3673055436.vpk) and place them in the left4dead2/addons directory.
The final layout should look like this:
Left 4 Dead 2/left4dead2/addons/workshop/3673055436.vpk
Left 4 Dead 2/left4dead2/addons/freeaim.dll
Left 4 Dead 2/left4dead2/addons/freeaim.vdf
The -insecure option disables official servers and prevents you from receiving a VAC ban. As you can see, this mod cannot be used on official servers.
Feature 1: Auto Detection (will improve in future so its beta)
The ADS position is calculated from the bone structure.
Feature 2: Procedural Animation by Muscle Simulation
You will see different animation every time you aim. The muscles are simulated using dumping physics, so the aiming animation is procedural.
Feature 3: Two Offsets Same Time, Regular Aim <=> Shoulder Aim
To aim down, bind +alt1 or +alt2, or you can use both same time. By default, +alt1 have regular aim offset and +alt2 have shoulder aim offset.
bind <yourkey1> +alt1
bind <yourkey2> +alt2
Feature 4: Offsets are Easily Adjustable by You or Other Modders (I'm trying to develop the detection algorithm to the point where this work will no longer be necessary.)
If the automatic detection is insufficient, you can manually set the offset using VScript as follows to disable automatic detection.
write following code to Left 4 Dead 2\left4dead2\scripts\vscripts\director_base_addon.nut or you can use script command
::wabi_rifle_ak47 <- { adspos1 = Vector(-5,-4,0) }
or you can go more specific
::wabi_rifle_ak47 <- {
adspos1 = Vector(-5,-4,0) // for +alt1
adspos2 = Vector(-5,6,3) // for +alt2
isZoomable = 0 // to use scope instead of ads
stiffness = 3.0 // for procedural animation
}
here is the convars you don't need to use wabi_ads_speed wabi_damp_stiffness wabi_damp_ratio
Updates
ems/wabisuke/gads.cfg
you can say !gads fovzoom 0 to disable fov animation and so on
chatCmd = "gads"
chatAllow = 1 // 0 to disable, 1 for admin, 2 for everyone
button1 = 14 // 18 for +walk, 25 for +lookspin, 14 for +alt1, 15 for +alt2
button2 = 15
fovzoom = 1 // bool, toggle fov animation
laser = 0 // bool, give laser sight on ads
toggle = 1 // bool, change the button to a toggle
- added button toggle functionality
- fixed hunting_rifle ads reset problem
2026 3/2
- fixed offset doesn't update through shove or change weapon
- removed laser sight sound on laser =1 option
- improve the condition of toggling ads
- toggle logics are improved more
Как установить и запустить
Откройте оригинальную страницу в Steam Workshop, проверьте версию игры, зависимости и порядок загрузки в описании автора. Нажмите «Подписаться» и дождитесь загрузки Steam. Включите материал в меню модификаций или контента игры, если это требуется. Совместимость и запуск редакцией не проверены.