AMP icon indicating copy to clipboard operation
AMP copied to clipboard

Add optional hard shutdown (dumb kill) to srcds servers to fix auto reconnect addons not working

Open Bryantdl7 opened this issue 2 years ago • 2 comments

This is not for requesting support for new games/applications

To do this you should go to https://github.com/CubeCoders/AMPTemplates and first attempt to build a configuration yourself - otherwise you can request a template from this repo.

Feature Request

Add a dumb kill feature to srcds allowing for auto reconnect addons to work better, for instance this photo image

Feature Information:

This would simply allow users to toggle between soft shutdowns and hard shutdowns of the source engine servers so that they can have more control on reconnecting users by simulating a "crash". Almost every other server hosting program out there already does this, and it would put amp on the industry standard in this category

I confirm:

  • [x] that I have searched for an existing feature request matching the description.
  • [x] that my checkboxes above look like the one on the left (remove this line when done)

Bryantdl7 avatar Dec 07 '23 15:12 Bryantdl7

@Greelan - now that you have taken over support of this module is there a chance you could implement this?

Bryantdl7 avatar Jun 09 '24 23:06 Bryantdl7

I would if I could - however atm the generic module doesn't allow for variable shutdown methods. It's actually something I want for other use cases too. Basically I would have an option in the UI that controls a variable that allows the shutdown method to be changed. Should be very doable as recently variables were introduced for things like executable name. If it was done properly it would also allow different methods to be selected between windows and Linux

Greelan avatar Jun 09 '24 23:06 Greelan