#   XShipWars Client - Configuration
#
#	All your configuration data is stored here, including
#	keymaps, joystick caliberation, and address.
#


# Default server address.
#
DefaultServerAddress = taura.ccinet.com

# Default port on server.
#
DefaultServerPort = 1701


# Default login name.
#
DefaultLoginName = IKS Dark Vixen

# Default login password.
#
#   Make sure this file's permission setting only allows
#   owner reading.
#
DefaultLoginPassword = yiffbaby


# Addresses to servers.
#
#   These are bookmarked site entries, you may have many of these.
#   Alias and URL parameter values may not contain spaces.
#
BeginSWAddressEntry
    Alias = default
    URL = swserv://taura.ccinet.com:1701
EndSWAddressEntry

BeginSWAddressEntry
    Alias = sagan1
    URL = swserv://129.15.140.189:12001
EndSWAddressEntry

BeginSWAddressEntry
    Alias = sagan2
    URL = swserv://129.15.140.189:8472
EndSWAddressEntry



# Key control mapping.
#
#   The value corresponds to the XKey code (not the ASCII key code).
#   Use the 'xkey' program to aid you on finding the correct XKey
#   code.
#
BeginKeyMap
    # F1 key, code 67.
    Help = 67
    # F2 key, code 68.
    DisplayArrow = 68
    # F3 key, code 69.
    DisplayLabels = 69
    # F4 key, code 70.
    DisplayEvents = 70

    # F9 key, code 75.
    NetConnect = 75
    # F10 key, code 76.
    NetDisconnect = 76
    # F11 key, code 95.
    NetRefresh = 95

    # "[" key, code 34.
    NetUpdateIntervalDec = 34
    # "]" key, code 35.
    NetUpdateIntervalInc = 35

    # Page up key, code 119.
    MessageScrollUp = 119
    # Page down key, code 134.
    MessageScrollDown = 134

    # "e" key, code 26.
    NetExec = 26
    # "/" key, code 61.
    LocalExec = 61

    # "t" key, code 28.
    ScannerToggle = 28
    # "." key, code 60.
    ScannerZoomIn = 60
    # "," key, code 59.
    ScannerZoomOut = 59
    # "o" key, code 32.
    ScannerZoomMax = 32

    # F12 key, code 96.
    JoystickMode = 96
    # "r" key, code 27.
    ReverseThrust = 27

    # "s" key, code 39.
    ShieldsToggle = 39
    # "c" key, code 54.
    DmgCtlToggle = 54
    # "z" key, code 52.
    CloakToggle = 52

    # "1" key, code 10.
    SelectWeapon1 = 10
    # "2" key, code 11.
    SelectWeapon2 = 11
    # "3" key, code 12.
    SelectWeapon3 = 12
    # "4" key, code 13.
    SelectWeapon4 = 13
    # "5" key, code 14.
    SelectWeapon5 = 14
    # "6" key, code 15.
    SelectWeapon6 = 15
    # "7" key, code 16.
    SelectWeapon7 = 16
    # "8" key, code 17.
    SelectWeapon8 = 17
    # "9" key, code 18.
    SelectWeapon9 = 18

    # Tab key, code 23.
    WeaponsLock = 23
    # "u" key, code 30.
    WeaponsUnlock = 30

    # "i" key, code 31.
    SetIntercept = 31
    # "f" key, code 41.
    SetShieldFreq = 41
    # "'" key, code 48.
    SendMessage = 48

    # "x" key, code 53.
    Exit = 53


EndKeyMap
