Left 4 Dead 2
Give N Take - Interneted Version
กำลังแสดง 1-10 จาก 32 รายการ
< 1  2  3  4 >
อัปเดต: 30 พ.ค. @ 4: 44am
โดย Interneted

Added a new setting: alwaysWalk.

อัปเดต: 10 พ.ค. @ 4: 31am
โดย Interneted

Replaced PlayerThanks with PlayerGivenItem response concept for consistency.

อัปเดต: 21 เม.ย. @ 8: 18am
โดย Interneted

Fixed a minor bug where the +use input is disabled for a split second when doing any give n take actions.

อัปเดต: 13 พ.ย. 2024 @ 3: 46am
โดย Interneted

- Fixed a bug where a random weapon deploy sound may play.

อัปเดต: 12 พ.ย. 2024 @ 7: 35am
โดย Interneted

This update has completely overhauled the code on how the Give N Take works, so there's a chance that it might cause some problems, I tried my best to fix all the issues I can find prior to this release, make sure to report them if you find any!

- Taking advantage of m_Local.m_nOldButtons netprop to get the user's input instead of GetButtonMask() aka m_nButtons netprop and m_afButtonPressed netprop where it correctly returns the input no matter the situation.
- Invoke the use of the Use input to preserve the item's entity index, script scope, etc instead of GiveItem().
- Giving and Exchanging are now disabled when you are performing actions with defib, ammo packs, and medkit, except healing others.
- Fixed a bug where exchanging temporary health items causes your next active weapon to insta-shove and trigger a minor animation bug when holding +attack2.
- Fixed MANACAT's skin not appearing in rare cases when switchToItem setting is set to true.
- Deleted unnecessary loops and code optimization.

อัปเดต: 2 ต.ค. 2024 @ 7: 54pm
โดย Interneted

- Instead of using survivor's script scope, it will now use 'm_bRedraw' netprop to prevent throw duplicates.
- Fixed an extremely rare bug where you cannot give your throwables when you switching items as inhuman as possible where you will never encounter it, ever.
- Fixed more console errors.

อัปเดต: 25 ก.ย. 2024 @ 5: 56am
โดย Interneted

- Improved exchanging algorithm.
- Slight optimization.

อัปเดต: 25 ก.ย. 2024 @ 4: 01am
โดย Interneted

- typo

damn, i suck.

อัปเดต: 25 ก.ย. 2024 @ 3: 44am
โดย Interneted

- takeAndExchangeIncapPlayerItems now takes priority over takeAndExchangeIdlePlayerItems.

That means you can take an incapacitated idle player items
when takeAndExchangeIdlePlayerItems is set to false, and takeAndExchangeIncapPlayerItems is set to true.

อัปเดต: 24 ก.ย. 2024 @ 6: 48am
โดย Interneted

- Added 2 new settings, takeAndExchangeIdlePlayerItems and takeandExchangeIncapPlayerItems.