shupershuff / Diablo2RLoader

Diablo 2: Resurrected launcher for multi-boxing
MIT License
59 stars 11 forks source link

[Feature Request] Add setting to skip 'press any key to continue' #49

Closed mrhappyasthma closed 2 weeks ago

mrhappyasthma commented 2 weeks ago

After connecting a new char or issuing a command that prints info, it would be nice to automatically go back to main menu. The 'press any key to continue' is actually a bit annoying.

Not sure if that is done manually in the script or as a result of running a sub-process.

shupershuff commented 2 weeks ago

If you can you please elaborate where exactly you're seeing this, I can either explain why there is a forced pause or assess whether it's still needed.

mrhappyasthma commented 2 weeks ago

image

Will this go away if I disable this somehow in the config?

mrhappyasthma commented 2 weeks ago

Ah yes there is a setting for this! I missed it.

shupershuff commented 2 weeks ago

image

Will this go away if I disable this somehow in the config?

This will go away once you've configured the account to work with that feature or disable the feature. I needed to let users know that if they have the feature enabled, they actually have to configure where they want the window to be for that account. Rather than get them to guess coordinates and manually update accounts.csv I made it so they can move their window(s) to preferred locations and then save coordinates via the options menu (as per the steps).

I'm open to better wording if the instructions aren't clear :)