Didstopia / rust-server

Provides a dedicated linux server for Rust (the game) running inside a Docker container.
MIT License
244 stars 104 forks source link

Last wiped date on forced wipe not updating #84

Closed turowicz closed 3 years ago

turowicz commented 3 years ago

It seems that when the server wipes on forced wipe, the last wiped information is not updated. My server's current last wipe date is months ago as seen here: https://www.battlemetrics.com/servers/rust/7182479

Is this something that could be fixed?

Software-Noob commented 3 years ago

Nothing to do with the image, Rust, and websites like Battlemetrics detect a wipe based on the changed seed and entity count which sometimes can be faulty.

turowicz commented 3 years ago

Perhaps a setting that would randomly pick a seed on forced wipe?

turowicz commented 3 years ago

@Software-Noob ?

Software-Noob commented 3 years ago

Yes, that'd be one of the possible solutions, but that'd require a rewrite of the shell scripts to detect force wipe and change the seed at that time

turowicz commented 3 years ago

Currently the server process does automatically update. Perhaps this event could trigger the seed flush? @Software-Noob

turowicz commented 3 years ago

cc @Dids

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.