ItsSim / fsolauncher

Official FreeSO Launcher made with Electron
https://beta.freeso.org
Mozilla Public License 2.0
13 stars 9 forks source link

[Windows/Mac] Refresh rate configuration + Custom command line arguments #42

Closed ItsSim closed 1 year ago

ItsSim commented 2 years ago

Is your feature request related to a problem? Please describe. The launcher does not offer an option to set the refresh rate. The FreeSO client supports a -hz option followed by the refresh rate number. For example: -hz60 https://github.com/riperiperi/FreeSO/blob/97e7d007ac21ca7e74c7e1767f3ca2eb2f3efbb0/TSOClient/tso.client/FSOProgram.cs#L76

The launcher also does not have an option to add additional command line arguments (apart from the options that exist in the settings UI).

Describe the solution you'd like To resolve this issue:

Describe alternatives you've considered Users have to bypass the launcher to set this option, which is not ideal.

Additional context Add any other context or screenshots about the feature request here.

image

ItsSim commented 1 year ago

In the develop branch The custom args input will not be developed for now since the chances of there ever being new args are low

image