19,358
edits
m (→Controls: yeah, Shift doesn't work anymore for us either; pretty sure that was already noted somewhere in the past) |
(→Command-line arguments: heh, it's noted right here that we can't do that anymore; also adding actual instructions for -noswitch on Mac to page, so we don't need old thread link) |
||
Line 47: | Line 47: | ||
This enables you to use a number of options that are otherwise unavailable. | This enables you to use a number of options that are otherwise unavailable. | ||
''(Mac users | ''(In Oni for Mac OS 9, users could access these options ''via'' a special dialog that popped up if you pressed SHIFT during Oni's startup, but the OS X build does not seem to have this feature.)'' | ||
Only the ones in bold seem to have an effect so far | Only the ones in bold seem to have an effect so far | ||
Line 75: | Line 75: | ||
====noswitch==== | ====noswitch==== | ||
'''-noswitch''' is probably the most useful of the command-line arguments. If run in a low resolution like 640x480, Oni will take only a little portion of your screen, leaving the taskbar accessible, as well as other applications you may be running alongside Oni (useful for scripting, hex hacking, etc). | '''-noswitch''' is probably the most useful of the command-line arguments. If run in a low resolution like 640x480, Oni will take only a little portion of your screen, leaving the taskbar accessible, as well as other applications you may be running alongside Oni (useful for scripting, hex hacking, etc). | ||
The parameter is easy to pass to the Windows executable from the command line (see script above); with the OS X port (a Cocoa application), you have to pass the parameters to the actual binary, which is confusing for some users. Use the Terminal to navigate to the Oni folder, so you are at the same level as the game application, then type "Oni.app/Contents/MacOS/Oni -noswitch". |