Skip to content
Leandro Nini edited this page Jul 17, 2023 · 5 revisions
Hurrican
  Usage      : hurrican <arguments>
  Arguments
  -H,-?, --help           : Show this information
  -W,    --windowmode     : Run in a window, not fullsreen
  -S,    --stretch        : Run fullsreen stretched to fill the whole area
  -F,    --showfps        : Show the current frames per second
  -D x,  --depth x        : Set screen pixel depth to x (16, 24, 32)
                            ( Default is 32 )
  -L,    --lowres         : Use 320x240 low-resolution screen dimensions
  -NV,   --novsync        : Disable VSync / double-buffering
  -NP,   --nonpot         : Allow non-power-of-two texture sizes
                            Normally, GPUs require texture dimensions that are
                            powers of two. If your GPU does not require that,
                            you can reduce VRAM usage with this switch.
  -TF x, --texfactor x    : Division factor for textures
                            Valid values: 1, 2, 4
                            If set to 2, textures dimensions will be halved.
                            If set to 4, textures dimensions will be quartered.
                            ( Default is 1 (no resizing) )
  -TS x, --texsizemin x   : Size limitation for texture division factor
                            Only textures with widths or heights above this
                            value will be resized. MIN: 16  MAX: 1024
                            ( Default is 1024 )
  -PD x, --pathdata x     : Look in this path for the game's read-only data
                            i.e. music, sound, graphics, levels, etc.
  -PS x, --pathsave x     : Use this path for the game's save data
                            i.e. save-games, settings, high-scores, etc.
  -C,    --crt            : Simulate all CRT effects (except noise) for a retro look
         --scanlines      : CRT effects: enable scanlines
         --colorbleed     : CRT effects: enable color bleeding
         --screencurve    : CRT effects: enable screen curvature
         --screennoise    : CRT effects: enable screen noise
         --custom x       : Play custom userlevel
         --level x        : Load selected level map
         --arcade         : Enable arcade mode, where keyboard is treated as a joystick
                            (for use with X-Arcade controller)
Clone this wiki locally