Scroll to navigation

Search and Rescue II(6) Flight Simulators Search and Rescue II(6)

NAME

sar2 - Air rescue flight simulator

SYNTAX

sar2 [options] [GUI_options]

DESCRIPTION

Helicopter based search and rescue flight simulator. Pilot a variety of user editable rescue aircraft through customizeable missions and rescue victims in distress. Uses OpenGL and glX for graphics, OpenAL for sounds and SDL_Joystick for support (2 devices maximum).

OPTIONS

Load configuration from <file>.
Same as --config.
Same as --config.
Specify which controller to use at start up. <type> can be keyboard (default) or joystick.
Same as --control.
Use direct hardware rendering (default).
Use software rendering instead of direct hardware rendering.
Always perform full (not partial) menu redraws (slow but required for certain accelerated video cards).
Specifies display address (UNIX/X version only).
Specifies the default font to use on GUI related outputs. Refer to your GUI manual for the proper font name formats.
Specifies the geometry of the toplevel window, example "--geometry 640x480+100+120" to make the window 640 by 480 pixels in size and at coordinate position 100,120 (relative to the root window/desktop).
Specifies to switch to full screen on startup, use this if and only if your GUI does not support manual switching to full screen. You may need to specify the --geometry argument to specify the size of the full screen resolution.
Specifies a floating coefficient value to be applied to screen aspect calculations, example a value of -0.2 when your screen is 800 by 600 then the aspect would be 800/600 + (-0.2) = 1.333 - 0.2 = 1.133.
Specifies recorder address (UNIX/Y version only).
Do not connect to sound server at startup (overrides the value set in the configuration).
No menu background images (speeds up the redrawing when in the menus).
Do not print routine messages to stdout.
Print debugging runtime detection of various resources to stdout. This may help detect points of failure or crash during startup or exiting.
Print debugging of internal runtime information (messy and terse) to stdout. This will only print debugging information about internal resources belonging to the program.
Prints (this) help screen and exits.
Prints version information and exits.

FILES

$HOME/.config/sar2/SearchAndRescue.ini
Local configuration file.
/usr/share/games/sar2/
Data directory for this program's proprietery data files.
/usr/share/games/sar2/human.ini
Preset values list for humanoid objects.
/usr/share/games/sar2/music.ini
List of music file referances for corresponding situations.
/usr/share/games/sar2/textures.ini
List of default textures to be loaded during simulation.
/usr/share/games/sar2/weather.ini
Preset weather values for a list of defined weather conditions.

ENVIRONMENT VARIABLES

SEARCHANDRESCUE2_DATA Specifies alternate global data directory for this program.

Specifies the address to the X display.
Specifies the home directory.
Specifies the gamma value, used only on software rendering with the Mesa3D library.

EXAMPLES

To run this program the standard way, type:

# sar2 &

To run in full screen mode at 640x480 resolution, type:

# sar2 --geometry "640x480" --fullscreen &

To specify the geometry and force software rendering, type:

# sar2 --geometry "640x480+240+350" --software_rendering &

KEYBOARD

General keys (can be used anywhere):

Toggles between full screen and windowed modes.
Increase resolution to the next step.
Decrease resolution to the previous step.
Screen shot. Saved as sar1.tga, sar2.tga, etc in directory from which SearchAndRescue is run.

Menu keys:

Focus next.
Focus previous.
Focus change/highlight/scroll.
Activate focused.

Simulation keys:

Display `quick help'.
Switch to cockpit view.
Spot view.
Fly by tower view.
Rescue basket view.
Bank left.
Bank right.
Pitch down.
Pitch up.
Heading left.
Heading right.
Change camera direction or position.
Normalize view.
Increase throttle.
Decrease throttle.
Elevator trim down or slew up in slew mode.
Elevator trim up or slew down in slew mode.
Elevator trim center.
Zoom out.
Zoom in.
Rescue basket hoist out.
Rescue basket hoist in.
Start up engines.
Turn engines off.
Tilt rotors/pitch engines.
Raise/lower landing gears (retractable gears only).
Select hoist deployment type.
Close/open door.
Toggle strobes (flashing lights).
Toggle lighting (including spot light).
Toggle spot light.
Center spot light.
HUD and outside text brighten.
HUD and outside text darken.
Autopilot/autohover on/off.
Map view.
Select next way point.
Select previous way point.
FLIR (night vision).
Fuel status and aloft time left dependent of available fuel.
Transfer fuel from external fuel tanks.
Jettison external fuel tanks.
Print scores, payload, occupancy, and mission status.
Parking brakes.
Deploy/retract air brakes.
Refuel and/or repair (only when landed on a helipad with refuel and/or repair facilities).
Decelerate time (slow motion).
Accelerate time (compress time).
Normalize time rate.
Change weather.
Slew/flight toggle.
/
Literal command.
Increase time of day (does not affect other timmings).
Decrease time of day (does not affect other timmings).
Adjust flight physics difficulty.
Adjust sound level.
Change units.
Toggle ground base texture (not objects or landmarks).
Toggle atmosphere.
Toggle object texturing.
Toggle clouds and horizon.
Toggle dual pass depth.
Toggle celestial objects.
Toggle smoke trails.
Toggle rotor wash effects.

JOYSTICK

In simulation joystick functions:

Bank and pitch (respectivly).
Heading/turning.
Throttle/collective.
Camera direction/position.

Joystick button functions are mappable, see Options->Controller->Buttons.

AUTHORS

Code design consultant and beta testing
Beta testing and aircraft design consultant
Head programmer, 3d models, flight dynamics, and scenery graphics artist
Coding and patching
Coding and patching

CREDITS

Search And Rescue was originally developed at Wolfpack Entertainment. Search And Rescue II is a fork of Search and Rescue (searchandrescue.sf.net).

BUGS

Please report bugs to <https://github.com/searchandrescue2/sar2/issues>.

SEE ALSO

https://searchandrescue2.github.io/sar2/
2.4 WolfPack Entertainment