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

Solved [L4D2] Scavenge Gas Can check/respawn.


Post New Thread Reply   
 
Thread Tools Display Modes
thewintersoldier97
Senior Member
Join Date: Aug 2021
Location: Vietnam
Old 09-10-2022 , 02:47   Re: [L4D2] Scavenge Gas Can check/respawn.
Reply With Quote #11

Quote:
Originally Posted by Marttt View Post
I remember having a plugin on my server that was causing these issues cause it was deleting the scavenge gascan spawner entity.

I don't remember which one, I think it was one from xZk (maybe [L4D/L4D2]Weapon Cleaner)
That might actually be it! I'm using a similar plugin "Clear Weapon Drop" by HarryPotter & AK978. Will be testing it asap. Thanks Marttt.
__________________

Looking for some fun!
thewintersoldier97 is offline
thewintersoldier97
Senior Member
Join Date: Aug 2021
Location: Vietnam
Old 09-10-2022 , 03:41   Re: [L4D2] Scavenge Gas Can check/respawn.
Reply With Quote #12

Update: The bug still persist even after turning off "weapon-clean" plugin So it wasn't the cause I assume.
__________________

Looking for some fun!

Last edited by thewintersoldier97; 09-10-2022 at 03:42.
thewintersoldier97 is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 09-10-2022 , 08:21   Re: [L4D2] Scavenge Gas Can check/respawn.
Reply With Quote #13

If you have all the script files from plugins you use try searching for "weapon_scavenge_item_spawn" inside the code, maybe is some other plugin.

Also, you need to check if it is really not respawning or if the entity is being "teleported", falling through the map, or just missing the glow.

Probably the best way to test is to leave two gas cans to fill and then hit one to burn the other one,
then try searching for the entity on the map. with [ANY] Dev Cmds > sm_find <classname>
__________________

Last edited by Marttt; 09-10-2022 at 08:22.
Marttt is offline
thewintersoldier97
Senior Member
Join Date: Aug 2021
Location: Vietnam
Old 09-10-2022 , 08:39   Re: [L4D2] Scavenge Gas Can check/respawn.
Reply With Quote #14

Quote:
Originally Posted by Marttt View Post
If you have all the script files from plugins you use try searching for "weapon_scavenge_item_spawn" inside the code, maybe is some other plugin.

Also, you need to check if it is really not respawning or if the entity is being "teleported", falling through the map, or just missing the glow.

Probably the best way to test is to leave two gas cans to fill and then hit one to burn the other one,
then try searching for the entity on the map. with [ANY] Dev Cmds > sm_find <classname>
Okay, will do. Thank you!
__________________

Looking for some fun!
thewintersoldier97 is offline
thewintersoldier97
Senior Member
Join Date: Aug 2021
Location: Vietnam
Old 09-10-2022 , 11:13   Re: [L4D2] Scavenge Gas Can check/respawn.
Reply With Quote #15

Quote:
Originally Posted by Marttt View Post
If you have all the script files from plugins you use try searching for "weapon_scavenge_item_spawn" inside the code, maybe is some other plugin.

Also, you need to check if it is really not respawning or if the entity is being "teleported", falling through the map, or just missing the glow.

Probably the best way to test is to leave two gas cans to fill and then hit one to burn the other one,
then try searching for the entity on the map. with [ANY] Dev Cmds > sm_find <classname>
So I checked and seem like the spawn entity still present, but the can itself is nowhere to be seen.

[Pos before and after burning last two gas cans]

[A short clip of me testing and flying like an idiot try to figure out where the last one went]
__________________

Looking for some fun!

Last edited by thewintersoldier97; 09-10-2022 at 11:16.
thewintersoldier97 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 09-11-2022 , 05:20   Re: [L4D2] Scavenge Gas Can check/respawn.
Reply With Quote #16

are you running SRCDS ?
Is game mode coop ?
Is operation system Windows or Linux ?

I did not get that problem on SRCDS windows, coop mode after many attemps.
__________________
Do not Private Message @me
Bacardi is offline
thewintersoldier97
Senior Member
Join Date: Aug 2021
Location: Vietnam
Old 09-11-2022 , 08:32   Re: [L4D2] Scavenge Gas Can check/respawn.
Reply With Quote #17

Quote:
Originally Posted by Bacardi View Post
are you running SRCDS ?
Is game mode coop ?
Is operation system Windows or Linux ?

I did not get that problem on SRCDS windows, coop mode after many attemps.
Yes I'm running SRCDS Coop mode on windows, same as you.

Could you show me the list of plugins you're using on your server Bacardi? For comparison and hopefully narrow down the cause of this bug. Thanks.
__________________

Looking for some fun!
thewintersoldier97 is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 09-11-2022 , 08:50   Re: [L4D2] Scavenge Gas Can check/respawn.
Reply With Quote #18

I believe is more a plugin issue, if you are able to test, try removing half of plugin's test, and repeating this process. Is slow but usually takes to the one that is causing the issue.
__________________
Marttt is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 09-11-2022 , 09:32   Re: [L4D2] Scavenge Gas Can check/respawn.
Reply With Quote #19

I have just basic SM plugins, it's my test server.
__________________
Do not Private Message @me
Bacardi is offline
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 09-11-2022 , 15:09   Re: [L4D2] Scavenge Gas Can check/respawn.
Reply With Quote #20

Quote:
Originally Posted by thewintersoldier97 View Post
So I checked and seem like the spawn entity still present, but the can itself is nowhere to be seen.

[Pos before and after burning last two gas cans]

[A short clip of me testing and flying like an idiot try to figure out where the last one went]
try "sm_find weapon_gascan" in game console
PHP Code:
sm_find weapon_gascan
361 
[] (dist115.002555) - -3709.987060 -3435.518554 3.572497
363 
[] (dist2310.532958) - -6009.387695 -3476.218505 541.093505 
then use setpos (needs sv_cheats 1, it helps teleport you to the position)
PHP Code:
setpos -3709.987060 -3435.518554 3.572497
setpos -6009.387695 -3476.218505 541.093505 
__________________

Last edited by HarryPotter; 09-11-2022 at 15:13.
HarryPotter is offline
Reply



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 18:59.


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