19,344
edits
m (→Command-line arguments: having a hard time calling the Omni build "macOS" when it was always "the Mac OS X port", but (retroactive) facts are facts) |
m (→Command-line arguments: no need to link to a section that's currently an inch below the link) |
||
Line 28: | Line 28: | ||
*In Windows, you can make a shortcut to Oni and then add the argument on the shortcut's Properties window, or create a .bat file with contents like "start oni -noswitch". | *In Windows, you can make a shortcut to Oni and then add the argument on the shortcut's Properties window, or create a .bat file with contents like "start oni -noswitch". | ||
*With the Classic Mac OS PPC Mac build of Oni, you can manually enter arguments | *With the Classic Mac OS PPC Mac build of Oni, you can manually enter arguments via a special dialog that pops up if you hold down Shift during Oni's startup. | ||
*With the macOS PPC build of Oni, you must use Terminal to directly invoke the actual binary by typing "Oni.app/Contents/MacOS/Oni -noswitch". | *With the macOS PPC build of Oni, you must use Terminal to directly invoke the actual binary by typing "Oni.app/Contents/MacOS/Oni -noswitch". | ||
*With the macOS Intel build of Oni, you can supply arguments using a file called launch_args.txt. Simply list the arguments on one line. Additional arguments accepted by the Intel build are listed in the [[AE:FERAL|documentation]]. You can also visually choose many arguments in a GUI launch panel by holding down Command while opening Oni | *With the macOS Intel build of Oni, you can supply arguments using a file called launch_args.txt. Simply list the arguments on one line. Additional arguments accepted by the Intel build are listed in the [[AE:FERAL|documentation]]. You can also visually choose many arguments in a GUI launch panel by holding down Command while opening Oni; the panel additionally allows you to manually type in any arguments that are not represented in the GUI. | ||
Here are all the arguments Oni accepts, but only the ones in bold seem to be useful: | Here are all the arguments Oni accepts, but only the ones in bold seem to be useful: | ||
Line 44: | Line 44: | ||
*-nodialog | *-nodialog | ||
*'''-nosound''': Sounds and music are disabled. The "Overall volume" control in [[#Options menu|Options]] thus has no effect. | *'''-nosound''': Sounds and music are disabled. The "Overall volume" control in [[#Options menu|Options]] thus has no effect. | ||
* | *'''-noswitch''': Windowed mode (see below). | ||
*-opengl: unused | *-opengl: unused | ||