Provide the following switches/ options on the love.exe Windows executable:
- automatic login
- username str
- password str
- resolution/bitdepth
- screen resolution x (fullscreen)/window width (windowed) int
- screen resolution y (fullscreen)/window height (windowed) int
- or singular switch with x character separating the x and y int's.
- windowed mode boolean
- hi/lo graphics mode toggle boolean
Example: love.exe -highgraphics -windowed -res 1920x1080x32
A bunch of switches already used in games can be found on Widescreen Gaming Forum, they cater to finding switches/hacks for exe's that do not have ingame options. WSGF could also prove useful to standardise switch names with other games.

