Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WastelandservClean #438

Open
ghost opened this issue Sep 21, 2016 · 18 comments
Open

WastelandservClean #438

ghost opened this issue Sep 21, 2016 · 18 comments

Comments

@ghost
Copy link

ghost commented Sep 21, 2016

Hi Rev,

I'm not sure what is going on here but dropped money and player items clean ups don't seem to work, i've shortened the #define times to test this and still no joy.

p.s. I don't use a headless client

@hobart666
Copy link

Same has been happening here and I'm using and older mission build. (without the parking addons etc)

@ghost
Copy link
Author

ghost commented Sep 23, 2016

now the panic is over for now and when you're physics work is done chap, could you cast your eyes over this one please, i'm stuck on understanding why money isn't cleaning up as intended :(

@AgentRev
Copy link
Member

last time I touched this, everything worked as intended, but I will take a peek.

@ghost
Copy link
Author

ghost commented Sep 23, 2016

thanks and good luck with the H/W :)

@ghost
Copy link
Author

ghost commented Oct 26, 2016

Everything ok Rev?, not seen you around in a while

@AgentRev
Copy link
Member

midterms

@codexGW
Copy link

codexGW commented Oct 27, 2016

I'm sure he'll still take pull request for fixes if done properly and explained right.

@AgentRev
Copy link
Member

I barely have time to feed myself

@codexGW
Copy link

codexGW commented Oct 27, 2016

Keep on keeping on man. At your age its best to prepare for the future, its going to be competitive. Don't worry about this small stuff. If its a big deal it gets fixed by the community pretty quickly.

@Soloknight
Copy link

Has anyone found a work around for this?

@hobart666
Copy link

Older pre virtual garage missions don't have cleaning issues, I'd say the
problem lies within whatever difference there is between the newer mission
and the older one for cleanup. If ya catch my drift.

On Nov 5, 2016 11:33 PM, "Christopher" [email protected] wrote:

Has anyone found a work around for this?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#438 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AH_aEC9FRZgTfBucxiaRkee0OXS695xbks5q7UqjgaJpZM4KDVk9
.

@hobart666
Copy link

Also is the dough persistent? (Remains after server restart) I don't know,
personally I use an older version. But the db was updated around then as
well. Something to dig into and see.

On Nov 6, 2016 8:38 AM, "Joshua Lee" [email protected] wrote:

Older pre virtual garage missions don't have cleaning issues, I'd say the
problem lies within whatever difference there is between the newer mission
and the older one for cleanup. If ya catch my drift.

On Nov 5, 2016 11:33 PM, "Christopher" [email protected] wrote:

Has anyone found a work around for this?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#438 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AH_aEC9FRZgTfBucxiaRkee0OXS695xbks5q7UqjgaJpZM4KDVk9
.

@AgentRev
Copy link
Member

I just tested and cleanup works fine on my end

@WhatsUpDoc127
Copy link

WhatsUpDoc127 commented Nov 12, 2016

Look in your serverCompile.sqf in your server>functions and make your this line is in there. I had the same issue and realized for some reason this line was missing. I cannot explain why this line was missing but it was.

A3W_fnc_setItemCleanup = [_path, "fn_setItemCleanup.sqf"] call mf_compile;

Best thing to do is download the githubs release and compare the serverCompile.sqf with yours and see what is mission. I bet and sqf is missing. I had this same thing happen to me on our server.

@ghost
Copy link
Author

ghost commented Nov 13, 2016

Thanks for checking, so cash piles & repair kits are getting cleaned up as intended? (not store clean up general map dropped items)

@ghost
Copy link
Author

ghost commented Nov 25, 2016

i'm still not convinced and i need to do some more investigation i guess but all missionobjects really do stack up over a 4 hour session, using Marma i'm seeing this
http://puu.sh/su9mv/753bf986bc.png

@ghost
Copy link
Author

ghost commented Nov 26, 2016

HI, so after adding another clean up script which is here https://github.com/ccgmatt76/New-Clean-Up i see a massive difference, the graphs below were taken over 12 hours when the server was full with 70 players with the last restart using this new clean up http://puu.sh/suu6C/fbe0416268.png

this has also increased server fps over the 4 hours as you could imagine.

p.s. the BIS corpse manager is poor and really struggled to clear away the dead

@AgentRev
Copy link
Member

You're not giving any useful information, how do you expect me to help? Where are the server logs? Where are the logs for your cleanup script? Have you double-checked that A3W_hcObjCleanup is explicitly set at 0 from a server script's perspective? Have you checked if Arma 3's corpse and wreck managers are working properly with and without the A3W cleanup?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants