Page MenuHomeFeedback Tracker

Infected not Despawning/Cleaning Up from Event Groups Events
Closed, ResolvedPublic

Description

While events from event groups files spawn, infected sometimes tend to not despawn from that event that have already cleaned up or despawned. This happens more commonly on homemade events.

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
General

Event Timeline

XMC_Cross created this task.Feb 7 2024, 4:37 PM
Geez changed the task status from New to Awaiting internal Testing.Feb 8 2024, 3:38 PM
Geez added a subscriber: Geez.Feb 14 2024, 12:27 PM

Hello XMC_Cross.
Can you please upload your server config files? As we cannot produce this on our end.

Here is my files for my events

Geez added a comment.Feb 14 2024, 2:27 PM

Hello again.
We have tested this but we found no issues on our end even with your cfg files.
Do you have repro rate for this ? and does this occur with just specific events? Because it would be good to know if this occurs for example just in 2 out of 100 events.

It happens about 10 out of 100 for one of the c130 crashes which is at NWAF East of the Runway, about 1 out of 5 times the military train crashes that some people on my server been saying it is happening to more commonly. I also tried turning off the event and restart the server and turn the event back on and restart the server. This tends to be a temporary solution as two or three days later it'll start happening again.

First Screenshot is Novaya Train Crash which I encountered before a couple times, infected tends to range in different numbers.

Geez changed the task status from Awaiting internal Testing to Reviewed.Feb 15 2024, 3:42 PM

Thank you.
We have tested this some more but with vanilla settings everything works as it should. We suggest that this could be caused by one of your settings. It might also depend on the radius of infected despawn. As if there are players nearby, infected could stay there for a bit longer.

Geez added a comment.Feb 15 2024, 3:44 PM

Do the infected persist there indefinetely or do they despawn at some point?

They despawn after going away for a period of time. If it is the radius, what is the recommended radius for the infected despawn?

Geez added a comment.Feb 16 2024, 1:10 PM
<event name="StaticTrain">
    <nominal>3</nominal>
    <min>1</min>
    <max>0</max>
    <lifetime>5400</lifetime>
    <restock>0</restock>
    <saferadius>500</saferadius>
    <distanceradius>1000</distanceradius>
    <cleanupradius>1000</cleanupradius>
    <secondary>InfectedIndustrial</secondary>
    <flags deletable="1" init_random="0" remove_damaged="0"/>
    <position>fixed</position>
    <limit>child</limit>
    <active>1</active>
    <children/>
</event>

cleanupradius>1000</cleanupradius>
Cannot de-spawn if player in this radius

This is an example we are using on vanilla. You could try setting cleanupradius to smaller value to see if that makes any difference.

Ill set it to 500, and let you know if it works better

Forgot to mention, setting it to a lower value works much better and barely ran into any leftover infected.

Geez closed this task as Resolved.Feb 26 2024, 10:03 AM
Geez claimed this task.