#!/bin/sh
###############################################################################
#
## LIFLG Startup Script
#
# Copyright (C) 2004-2007 Team LIFLG
http://www.liflg.org/
#
#
# This script is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
###############################################################################
#
# The game binary
GAME_BINARY="nwmain"
# Subdirectory
SUBDIR="."
typeset -x SDL_DSP_NOSELECT=1
# Library directory
LIBDIR="./lib:./miles"
# Additional commandline options for mods etc.
CMD_ARGS=""
# Set the sdl audio driver (default: oss)
# More at
http://icculus.org/lgfaq/#setthatdriver
#SDL_AUDIODRIVER="pulse"
export SDL_AUDIODRIVER=pulse
# Use US keyboard layout
#USLAYOUT="true"
# Set gamma for the game
#GAMMA="1.000"
# If you want to start the game on a second X server
# comment out the XSERVER* options.
# Useful if you run Xgl ;-)
#XSERVER="Xorg"
# for options run Xorg -help
#XSERVER_OPTIONS="-reset -terminate -br -quiet -nolisten tcp -to 30"
# display number
#XSERVER_DISPLAY=":1.0"
###############################################################################
## DO NOT EDIT BELOW THIS LINE
###############################################################################