I have placed a couple signs and used signartist to apply the image. I have noticed those images are in the sv.files database multiple times now after a few restarts/reloads. Is it something about the way the signs are 'destroyed' on reload ? I have no way to single out signartist, but feel like because it's not getting destroyed natrually the game is not removing it from the db.
Sv.files db growing with duplicate imagesFixed
Good find. On server restart, the entities are not explicitly killed, so this cleanup logic is probably not occurring. I can add special handling for signs to make sure that data is cleaned up on unload.
This should be fixed as of v0.12.0. I tested it a good amount, but let me know if you have evidence that the files are still leaking.
There will be two exceptions:
- If the server crashes while there are signs at monuments
- If the cargo ship is destroyed while there are signs on it
Thanks, I've installed the latest stable version, and have not had any problems besides the makill issue with developement releases.
I've personally disabled the cargoship hooks to save considerable CPU time, I know that I wont be using it myself.
Locked automatically