Raised This Month: $32 Target: $400
 8% 

[L4D & L4D2] Gear Transfer (2.33) [28-Jan-2024]


Post New Thread Reply   
 
Thread Tools Display Modes
apples1949
Junior Member
Join Date: Apr 2021
Old 01-01-2023 , 05:16   Re: [L4D & L4D2] Gear Transfer (2.28) [25-Dec-2022]
Reply With Quote #401

fix Simplified Chinese translations
Attached Files
File Type: txt gear_transfer.new.phrases.txt (877 Bytes, 94 views)

Last edited by apples1949; 01-01-2023 at 05:19.
apples1949 is offline
a2121858
Member
Join Date: Sep 2020
Old 01-01-2023 , 06:32   Re: [L4D & L4D2] Gear Transfer (2.28) [25-Dec-2022]
Reply With Quote #402

Quote:
Originally Posted by Silvers View Post
Code:
2.28 (25-Dec-2022)
    - Added Simplified Chinese translations. Thanks to "NoroHime" and "a2121858" for providing.
    - Added cvar "l4d_gear_transfer_notifies" to determine the types of transfers that will be notified in chat. Requested by "Yabi".
    - Changed cvar "l4d_gear_transfer_notify" added an option to only print to participants of transfers and an option to ignore pills/adrenaline transfers. Requested by "Yabi".
Sir, you copied the Chinese translation twice.
a2121858 is offline
MilanesaTM
Junior Member
Join Date: Aug 2021
Old 01-14-2023 , 02:22   Re: [L4D & L4D2] Gear Transfer (2.28b) [07-Jan-2023]
Reply With Quote #403

I have this issue where all items fall on the floor when transferred, no errors in logs.

Last edited by MilanesaTM; 01-16-2023 at 16:01.
MilanesaTM is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 01-18-2023 , 16:19   Re: [L4D & L4D2] Gear Transfer (2.28b) [07-Jan-2023]
Reply With Quote #404

Quote:
Originally Posted by MilanesaTM View Post
I have this issue where all items fall on the floor when transferred, no errors in logs.
Are you using the latest version? I made a change to test if it had any effect, maybe that's causing this issue. Can you try this version please and report back if it works. Thanks

Edit: added update to first post.
__________________

Last edited by Silvers; 01-20-2023 at 08:38.
Silvers is offline
MilanesaTM
Junior Member
Join Date: Aug 2021
Old 01-18-2023 , 22:20   Re: [L4D & L4D2] Gear Transfer (2.28b) [07-Jan-2023]
Reply With Quote #405

Quote:
Originally Posted by Silvers View Post
Are you using the latest version? I made a change to test if it had any effect, maybe that's causing this issue. Can you try this version please and report back if it works. Thanks
Yes, latest version. Wish i knew how to debug this stuff.


Also tested this new file, and it's now Fixed!
MilanesaTM is offline
MilanesaTM
Junior Member
Join Date: Aug 2021
Old 01-20-2023 , 08:59   Re: [L4D & L4D2] Gear Transfer (2.29) [20-Jan-2023]
Reply With Quote #406

When receiving an item, weapon switch is blocked once.
(Atleast with lastinv)

Last edited by MilanesaTM; 01-20-2023 at 09:02.
MilanesaTM is offline
Chisit069
New Member
Join Date: Jan 2023
Old 01-30-2023 , 23:37   Re: [L4D & L4D2] Gear Transfer (2.29) [20-Jan-2023]
Reply With Quote #407

crash when a bot pick a gun in custom maps (Buried deep map)
Chisit069 is offline
dcx2
Senior Member
Join Date: Sep 2011
Old 04-11-2023 , 15:59   Re: [L4D & L4D2] Gear Transfer (2.29) [20-Jan-2023]
Reply With Quote #408

I tweaked this to allow Admins with Root to swap items with other players.

Code:
void TransferItem(int client, int target, bool b_FromShove)
{
	// ...

	// Nothing valid, return.
	// UPDATE: Allow Root Admins to swap
	if( transferType == METHOD_NONE || (transferType != METHOD_GIVE && fakeTarget == false && GetAdminFlag(GetUserAdmin(client), Admin_Root)) )
		return;

	// ...
EDIT: apparently the tweak isn't working, will have to try harder, I know I did this to an older version of the plugin...
__________________

Last edited by dcx2; 04-13-2023 at 15:06. Reason: fix bold tag
dcx2 is offline
little_froy
Senior Member
Join Date: May 2021
Old 05-11-2023 , 05:30   Re: [L4D & L4D2] Gear Transfer (2.29) [20-Jan-2023]
Reply With Quote #409

once bot auto give item to human players failed, such as a molotov(you can only hear the sound, and the vocalize of the item but nothing grabbed), then you dropped a weapon, it will appear at foot(become a ghost weapon). it's rare but I receive some reports from my group these days. I test in the "special_spawner" map and attached below.

we thinks it's about of EquipPlayerWeapon or GivePlayerItem.

edit1: seem like if there are many items(weapons, gascan, fireworkcrate...) nearby the human players, bot auto give get more chance to failed.
Attached Thumbnails
Click image for larger version

Name:	屏幕截图 2023-05-10 165828.jpg
Views:	84
Size:	96.4 KB
ID:	200548  
Attached Files
File Type: zip special_spawner.zip (3.24 MB, 50 views)

Last edited by little_froy; 05-11-2023 at 05:59.
little_froy is online now
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 05-24-2023 , 20:39   Re: [L4D & L4D2] Gear Transfer (2.30) [25-May-2023]
Reply With Quote #410

Code:
2.30 (25-May-2023)
    - Fixed items not always equipping and possibly the rare bug of them being stuck under players feet. Thanks to "little_froy" for reporting.
__________________
Silvers is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:07.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode