Plugman support for dhs?
Does dhs support loading/unloading with plugman? I want to ask before running it on an active server.
4 Replies
I want to reset the database and start over but I'm pretty sure the plugin would freak out if I just up and moved its underlying db.
never heard of plugman or have seen anyone use it with DH, so itll be a "try and see" moment.
you can just delete the database of DHS yes, granted the server has stopped.
The nightly builds of the plugin has a trim command you can use to delete LODs
No need to delete the DB
Most devs try to make their plugins well-behaved in the sense that unloading it should clean up everything that loading it introduced, but this is an often untested or poorly tested scenario
As is the case for DHS as well. You can try reloading it, but it could end up crashing
I'll give it a shot and see what happens. I'm looking forward to the additional commands from the nightly. Thanks for all the work on this!