-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dropdown to select save #70
Comments
Can you please detail more of what you mean here? The drop down only shows service instances. The world that is loaded on startup is what is in /AppData/Roaming/ Also, the tool can't choose from saves only from config instances. Each instance can have many saves and the one loaded is determined by the LoadWorld value of the config file in that instance. |
Adding a new dropdown so you can switch between saves (contents of saves/ folder) without restarting SEServerExtender. As you know on my test server I have an issue where it doesn't overwrite the previous save for whatever reason, switching the command line -path or running the regular dedicated.exe to select the right map before restarting the extender is a bit of an annoyance. Obviously this is pretty low priority quality of life improvement. |
Not sure if you know this but you CAN change the world in the config window of the tool. Just scroll down a ways on the config properties and you'll see a line for LoadWorld. It is the file path to the world to load. Just change that and click on Save Properties. |
But that requires manually typing or browsing for the file, I want it a little easier than that. It doesn't show the file its currently loading, its blank, server starts fine though. |
Default to the current save in the dropdown but allow selecting of any save before server start.
The text was updated successfully, but these errors were encountered: