mornedhels / icarus-server

ICARUS Dedicated Server with autoupdate (supervisord)
MIT License
10 stars 0 forks source link

Add ability to specify/load an existing Prospect #48

Open nextnely opened 10 months ago

nextnely commented 10 months ago

Is there an existing issue for this?

Feature description

Add ability to specify/load an existing Prospect

cp-fabian-pittroff commented 10 months ago

Hey @nextnely, I could add it as a environment variable and/or as a docker command like the force update.

What is your use case for this? How would you prefer to use it?

cp-fabian-pittroff commented 9 months ago

Hey @nextnely, I tinkered around a bit. So it is possible, to create a command to force restart the server to load a specific prospect. But you can do the same, if you start the server with SERVER_RESUME_PROSPECT set to false and just select the prospect you want in the ui.

Or you could use the RCON of the server itself (Docs):

  1. adminlogin {passwd}
  2. LoadProspect {ProspectName}

Are the workarounds enough or do you have a specific use case?