-
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 command-line options #74
Comments
Acceptance Criteria
|
In addition an option like [-L --Location] to print the current directory of the BeamMP-Launcher as well as the BeamNG userfolder location would be nice to have |
f94b9ad |
add command-line options, possibly in the style
-o args
/--option args
the current way command-line arguments are handled is not ideal, if specifying a port it must be the first argument, and dev mode is enabled by providing at minimum 2 arguments.
sidenote: dev mode is something that appears to increase verbosity of errors, disable downloading of the game mod, and disable game auto start functionality, these could be their own options
command-line options that could be possibly implemented are:
-p PORT, --port PORT
to specify a port to be used-v, --verbose
to increase verbosity of errors and whatnot-g, --no-download
to avoid downloading the game mod (-g
: don't Get)-l, --no-launch
to avoid launching the game (-l
: don't Launch)-a ARGS, --beamng-args ARGS
to specify arguments to be passed to the BeamNG launcher, possibly like-a '-gfx vk'
?-vgl
similar to what dev mode was?this software is made for windows, so windows style command-line options may be better? or maybe the style BeamNG (similar to Xorg) uses?
The text was updated successfully, but these errors were encountered: