commit
be93c36df9
|
|
@ -0,0 +1,19 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
sudo apt update >> /dev/null && sudo apt install zip -y >> /dev/null # Ensure zip is up to date.
|
||||||
|
cd iw4x/
|
||||||
|
cd iw4x_00/
|
||||||
|
zip -r iw4x_00.iwd *
|
||||||
|
mv iw4x_00.iwd ../
|
||||||
|
cd ..
|
||||||
|
rm -rf iw4x_00/
|
||||||
|
cd iw4x_01/
|
||||||
|
zip -r iw4x_01.iwd *
|
||||||
|
mv iw4x_01.iwd ../
|
||||||
|
cd ..
|
||||||
|
rm -rf iw4x_01/
|
||||||
|
cd ..
|
||||||
|
rm LICENSE
|
||||||
|
rm README.md
|
||||||
|
rm -rf .github
|
||||||
|
zip -r release.zip *
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
name: Release
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- "*"
|
||||||
|
jobs:
|
||||||
|
create_release:
|
||||||
|
name: Create GitHub Release
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
|
- run: 'bash ${GITHUB_WORKSPACE}/.github/release.sh'
|
||||||
|
- uses: marvinpinto/action-automatic-releases@latest
|
||||||
|
with:
|
||||||
|
repo_token: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
|
prerelease: false
|
||||||
|
files: |
|
||||||
|
release.zip
|
||||||
|
|
@ -0,0 +1,41 @@
|
||||||
|
set gpad_buttonsConfig "buttons_default"
|
||||||
|
|
||||||
|
bind BUTTON_START togglemenu
|
||||||
|
bind BUTTON_BACK togglescores
|
||||||
|
|
||||||
|
unbind BUTTON_RSHLDR
|
||||||
|
unbind BUTTON_LSHLDR
|
||||||
|
unbind BUTTON_RTRIG
|
||||||
|
unbind BUTTON_LTRIG
|
||||||
|
unbind BUTTON_RSTICK
|
||||||
|
unbind BUTTON_LSTICK
|
||||||
|
unbind BUTTON_A
|
||||||
|
unbind BUTTON_B
|
||||||
|
unbind BUTTON_X
|
||||||
|
unbind BUTTON_Y
|
||||||
|
unbind DPAD_UP
|
||||||
|
unbind DPAD_DOWN
|
||||||
|
unbind DPAD_LEFT
|
||||||
|
unbind DPAD_RIGHT
|
||||||
|
|
||||||
|
bind BUTTON_RTRIG "+attack"
|
||||||
|
bind BUTTON_LTRIG "+speed_throw"
|
||||||
|
|
||||||
|
bind BUTTON_RSHLDR "+frag"
|
||||||
|
bind BUTTON_LSHLDR "+smoke"
|
||||||
|
|
||||||
|
bind BUTTON_RSTICK "+melee"
|
||||||
|
bind BUTTON_LSTICK "+breath_sprint"
|
||||||
|
|
||||||
|
set gpad_button_rstick_deflect_max 1.0
|
||||||
|
set gpad_button_lstick_deflect_max 1.0
|
||||||
|
|
||||||
|
bind BUTTON_A "+gostand"
|
||||||
|
bind BUTTON_B "+stance"
|
||||||
|
bind BUTTON_X "+usereload"
|
||||||
|
bind BUTTON_Y "weapnext"
|
||||||
|
|
||||||
|
bind DPAD_UP "+actionslot 1"
|
||||||
|
bind DPAD_DOWN "+actionslot 2"
|
||||||
|
bind DPAD_LEFT "+actionslot 3"
|
||||||
|
bind DPAD_RIGHT "+actionslot 4"
|
||||||
|
|
@ -0,0 +1,41 @@
|
||||||
|
set gpad_buttonsConfig "buttons_default"
|
||||||
|
|
||||||
|
bind BUTTON_START togglemenu
|
||||||
|
bind BUTTON_BACK togglescores
|
||||||
|
|
||||||
|
unbind BUTTON_RSHLDR
|
||||||
|
unbind BUTTON_LSHLDR
|
||||||
|
unbind BUTTON_RTRIG
|
||||||
|
unbind BUTTON_LTRIG
|
||||||
|
unbind BUTTON_RSTICK
|
||||||
|
unbind BUTTON_LSTICK
|
||||||
|
unbind BUTTON_A
|
||||||
|
unbind BUTTON_B
|
||||||
|
unbind BUTTON_X
|
||||||
|
unbind BUTTON_Y
|
||||||
|
unbind DPAD_UP
|
||||||
|
unbind DPAD_DOWN
|
||||||
|
unbind DPAD_LEFT
|
||||||
|
unbind DPAD_RIGHT
|
||||||
|
|
||||||
|
bind BUTTON_RSHLDR "+attack"
|
||||||
|
bind BUTTON_LSHLDR "+speed_throw"
|
||||||
|
|
||||||
|
bind BUTTON_RTRIG "+frag"
|
||||||
|
bind BUTTON_LTRIG "+smoke"
|
||||||
|
|
||||||
|
bind BUTTON_RSTICK "+melee"
|
||||||
|
bind BUTTON_LSTICK "+breath_sprint"
|
||||||
|
|
||||||
|
set gpad_button_rstick_deflect_max 1.0
|
||||||
|
set gpad_button_lstick_deflect_max 1.0
|
||||||
|
|
||||||
|
bind BUTTON_A "+gostand"
|
||||||
|
bind BUTTON_B "+stance"
|
||||||
|
bind BUTTON_X "+usereload"
|
||||||
|
bind BUTTON_Y "weapnext"
|
||||||
|
|
||||||
|
bind DPAD_UP "+actionslot 1"
|
||||||
|
bind DPAD_DOWN "+actionslot 2"
|
||||||
|
bind DPAD_LEFT "+actionslot 3"
|
||||||
|
bind DPAD_RIGHT "+actionslot 4"
|
||||||
|
|
@ -0,0 +1,41 @@
|
||||||
|
set gpad_buttonsConfig "buttons_lefty"
|
||||||
|
|
||||||
|
bind BUTTON_START togglemenu
|
||||||
|
bind BUTTON_BACK togglescores
|
||||||
|
|
||||||
|
unbind BUTTON_RSHLDR
|
||||||
|
unbind BUTTON_LSHLDR
|
||||||
|
unbind BUTTON_RTRIG
|
||||||
|
unbind BUTTON_LTRIG
|
||||||
|
unbind BUTTON_RSTICK
|
||||||
|
unbind BUTTON_LSTICK
|
||||||
|
unbind BUTTON_A
|
||||||
|
unbind BUTTON_B
|
||||||
|
unbind BUTTON_X
|
||||||
|
unbind BUTTON_Y
|
||||||
|
unbind DPAD_UP
|
||||||
|
unbind DPAD_DOWN
|
||||||
|
unbind DPAD_LEFT
|
||||||
|
unbind DPAD_RIGHT
|
||||||
|
|
||||||
|
bind BUTTON_RTRIG "+speed_throw"
|
||||||
|
bind BUTTON_LTRIG "+attack"
|
||||||
|
|
||||||
|
bind BUTTON_RSHLDR "+smoke"
|
||||||
|
bind BUTTON_LSHLDR "+frag"
|
||||||
|
|
||||||
|
bind BUTTON_RSTICK "+breath_sprint"
|
||||||
|
bind BUTTON_LSTICK "+melee"
|
||||||
|
|
||||||
|
set gpad_button_rstick_deflect_max 1.0
|
||||||
|
set gpad_button_lstick_deflect_max 1.0
|
||||||
|
|
||||||
|
bind BUTTON_A "+gostand"
|
||||||
|
bind BUTTON_B "+stance"
|
||||||
|
bind BUTTON_X "+usereload"
|
||||||
|
bind BUTTON_Y "weapnext"
|
||||||
|
|
||||||
|
bind DPAD_UP "+actionslot 1"
|
||||||
|
bind DPAD_DOWN "+actionslot 2"
|
||||||
|
bind DPAD_LEFT "+actionslot 3"
|
||||||
|
bind DPAD_RIGHT "+actionslot 4"
|
||||||
|
|
@ -0,0 +1,41 @@
|
||||||
|
set gpad_buttonsConfig "buttons_lefty"
|
||||||
|
|
||||||
|
bind BUTTON_START togglemenu
|
||||||
|
bind BUTTON_BACK togglescores
|
||||||
|
|
||||||
|
unbind BUTTON_RSHLDR
|
||||||
|
unbind BUTTON_LSHLDR
|
||||||
|
unbind BUTTON_RTRIG
|
||||||
|
unbind BUTTON_LTRIG
|
||||||
|
unbind BUTTON_RSTICK
|
||||||
|
unbind BUTTON_LSTICK
|
||||||
|
unbind BUTTON_A
|
||||||
|
unbind BUTTON_B
|
||||||
|
unbind BUTTON_X
|
||||||
|
unbind BUTTON_Y
|
||||||
|
unbind DPAD_UP
|
||||||
|
unbind DPAD_DOWN
|
||||||
|
unbind DPAD_LEFT
|
||||||
|
unbind DPAD_RIGHT
|
||||||
|
|
||||||
|
bind BUTTON_RSHLDR "+speed_throw"
|
||||||
|
bind BUTTON_LSHLDR "+attack"
|
||||||
|
|
||||||
|
bind BUTTON_RTRIG "+smoke"
|
||||||
|
bind BUTTON_LTRIG "+frag"
|
||||||
|
|
||||||
|
bind BUTTON_RSTICK "+breath_sprint"
|
||||||
|
bind BUTTON_LSTICK "+melee"
|
||||||
|
|
||||||
|
set gpad_button_rstick_deflect_max 1.0
|
||||||
|
set gpad_button_lstick_deflect_max 1.0
|
||||||
|
|
||||||
|
bind BUTTON_A "+gostand"
|
||||||
|
bind BUTTON_B "+stance"
|
||||||
|
bind BUTTON_X "+usereload"
|
||||||
|
bind BUTTON_Y "weapnext"
|
||||||
|
|
||||||
|
bind DPAD_UP "+actionslot 1"
|
||||||
|
bind DPAD_DOWN "+actionslot 2"
|
||||||
|
bind DPAD_LEFT "+actionslot 3"
|
||||||
|
bind DPAD_RIGHT "+actionslot 4"
|
||||||
|
|
@ -0,0 +1,41 @@
|
||||||
|
set gpad_buttonsConfig "buttons_nomad"
|
||||||
|
|
||||||
|
bind BUTTON_START togglemenu
|
||||||
|
bind BUTTON_BACK togglescores
|
||||||
|
|
||||||
|
unbind BUTTON_RSHLDR
|
||||||
|
unbind BUTTON_LSHLDR
|
||||||
|
unbind BUTTON_RTRIG
|
||||||
|
unbind BUTTON_LTRIG
|
||||||
|
unbind BUTTON_RSTICK
|
||||||
|
unbind BUTTON_LSTICK
|
||||||
|
unbind BUTTON_A
|
||||||
|
unbind BUTTON_B
|
||||||
|
unbind BUTTON_X
|
||||||
|
unbind BUTTON_Y
|
||||||
|
unbind DPAD_UP
|
||||||
|
unbind DPAD_DOWN
|
||||||
|
unbind DPAD_LEFT
|
||||||
|
unbind DPAD_RIGHT
|
||||||
|
|
||||||
|
bind BUTTON_RTRIG "+attack"
|
||||||
|
bind BUTTON_LTRIG "+toggleads_throw"
|
||||||
|
|
||||||
|
bind BUTTON_RSHLDR "+frag"
|
||||||
|
bind BUTTON_LSHLDR "+smoke"
|
||||||
|
|
||||||
|
bind BUTTON_RSTICK "+stance"
|
||||||
|
bind BUTTON_LSTICK "+breath_sprint"
|
||||||
|
|
||||||
|
set gpad_button_rstick_deflect_max 1.0
|
||||||
|
set gpad_button_lstick_deflect_max 1.0
|
||||||
|
|
||||||
|
bind BUTTON_A "+gostand"
|
||||||
|
bind BUTTON_B "+melee"
|
||||||
|
bind BUTTON_X "+usereload"
|
||||||
|
bind BUTTON_Y "weapnext"
|
||||||
|
|
||||||
|
bind DPAD_UP "+actionslot 1"
|
||||||
|
bind DPAD_DOWN "+actionslot 2"
|
||||||
|
bind DPAD_LEFT "+actionslot 3"
|
||||||
|
bind DPAD_RIGHT "+actionslot 4"
|
||||||
|
|
@ -0,0 +1,41 @@
|
||||||
|
set gpad_buttonsConfig "buttons_nomad"
|
||||||
|
|
||||||
|
bind BUTTON_START togglemenu
|
||||||
|
bind BUTTON_BACK togglescores
|
||||||
|
|
||||||
|
unbind BUTTON_RSHLDR
|
||||||
|
unbind BUTTON_LSHLDR
|
||||||
|
unbind BUTTON_RTRIG
|
||||||
|
unbind BUTTON_LTRIG
|
||||||
|
unbind BUTTON_RSTICK
|
||||||
|
unbind BUTTON_LSTICK
|
||||||
|
unbind BUTTON_A
|
||||||
|
unbind BUTTON_B
|
||||||
|
unbind BUTTON_X
|
||||||
|
unbind BUTTON_Y
|
||||||
|
unbind DPAD_UP
|
||||||
|
unbind DPAD_DOWN
|
||||||
|
unbind DPAD_LEFT
|
||||||
|
unbind DPAD_RIGHT
|
||||||
|
|
||||||
|
bind BUTTON_RSHLDR "+attack"
|
||||||
|
bind BUTTON_LSHLDR "+toggleads_throw"
|
||||||
|
|
||||||
|
bind BUTTON_RTRIG "+frag"
|
||||||
|
bind BUTTON_LTRIG "+smoke"
|
||||||
|
|
||||||
|
bind BUTTON_RSTICK "+stance"
|
||||||
|
bind BUTTON_LSTICK "+breath_sprint"
|
||||||
|
|
||||||
|
set gpad_button_rstick_deflect_max 1.0
|
||||||
|
set gpad_button_lstick_deflect_max 1.0
|
||||||
|
|
||||||
|
bind BUTTON_A "+gostand"
|
||||||
|
bind BUTTON_B "+melee"
|
||||||
|
bind BUTTON_X "+usereload"
|
||||||
|
bind BUTTON_Y "weapnext"
|
||||||
|
|
||||||
|
bind DPAD_UP "+actionslot 1"
|
||||||
|
bind DPAD_DOWN "+actionslot 2"
|
||||||
|
bind DPAD_LEFT "+actionslot 3"
|
||||||
|
bind DPAD_RIGHT "+actionslot 4"
|
||||||
|
|
@ -0,0 +1,41 @@
|
||||||
|
set gpad_buttonsConfig "buttons_tactical"
|
||||||
|
|
||||||
|
bind BUTTON_START togglemenu
|
||||||
|
bind BUTTON_BACK togglescores
|
||||||
|
|
||||||
|
unbind BUTTON_RSHLDR
|
||||||
|
unbind BUTTON_LSHLDR
|
||||||
|
unbind BUTTON_RTRIG
|
||||||
|
unbind BUTTON_LTRIG
|
||||||
|
unbind BUTTON_RSTICK
|
||||||
|
unbind BUTTON_LSTICK
|
||||||
|
unbind BUTTON_A
|
||||||
|
unbind BUTTON_B
|
||||||
|
unbind BUTTON_X
|
||||||
|
unbind BUTTON_Y
|
||||||
|
unbind DPAD_UP
|
||||||
|
unbind DPAD_DOWN
|
||||||
|
unbind DPAD_LEFT
|
||||||
|
unbind DPAD_RIGHT
|
||||||
|
|
||||||
|
bind BUTTON_RTRIG "+attack"
|
||||||
|
bind BUTTON_LTRIG "+speed_throw"
|
||||||
|
|
||||||
|
bind BUTTON_RSHLDR "+frag"
|
||||||
|
bind BUTTON_LSHLDR "+smoke"
|
||||||
|
|
||||||
|
bind BUTTON_RSTICK "+stance"
|
||||||
|
bind BUTTON_LSTICK "+breath_sprint"
|
||||||
|
|
||||||
|
set gpad_button_rstick_deflect_max 1.0
|
||||||
|
set gpad_button_lstick_deflect_max 1.0
|
||||||
|
|
||||||
|
bind BUTTON_A "+gostand"
|
||||||
|
bind BUTTON_B "+melee"
|
||||||
|
bind BUTTON_X "+usereload"
|
||||||
|
bind BUTTON_Y "weapnext"
|
||||||
|
|
||||||
|
bind DPAD_UP "+actionslot 1"
|
||||||
|
bind DPAD_DOWN "+actionslot 2"
|
||||||
|
bind DPAD_LEFT "+actionslot 3"
|
||||||
|
bind DPAD_RIGHT "+actionslot 4"
|
||||||
|
|
@ -0,0 +1,41 @@
|
||||||
|
set gpad_buttonsConfig "buttons_tactical"
|
||||||
|
|
||||||
|
bind BUTTON_START togglemenu
|
||||||
|
bind BUTTON_BACK togglescores
|
||||||
|
|
||||||
|
unbind BUTTON_RSHLDR
|
||||||
|
unbind BUTTON_LSHLDR
|
||||||
|
unbind BUTTON_RTRIG
|
||||||
|
unbind BUTTON_LTRIG
|
||||||
|
unbind BUTTON_RSTICK
|
||||||
|
unbind BUTTON_LSTICK
|
||||||
|
unbind BUTTON_A
|
||||||
|
unbind BUTTON_B
|
||||||
|
unbind BUTTON_X
|
||||||
|
unbind BUTTON_Y
|
||||||
|
unbind DPAD_UP
|
||||||
|
unbind DPAD_DOWN
|
||||||
|
unbind DPAD_LEFT
|
||||||
|
unbind DPAD_RIGHT
|
||||||
|
|
||||||
|
bind BUTTON_RSHLDR "+attack"
|
||||||
|
bind BUTTON_LSHLDR "+speed_throw"
|
||||||
|
|
||||||
|
bind BUTTON_RTRIG "+frag"
|
||||||
|
bind BUTTON_LTRIG "+smoke"
|
||||||
|
|
||||||
|
bind BUTTON_RSTICK "+stance"
|
||||||
|
bind BUTTON_LSTICK "+breath_sprint"
|
||||||
|
|
||||||
|
set gpad_button_rstick_deflect_max 1.0
|
||||||
|
set gpad_button_lstick_deflect_max 1.0
|
||||||
|
|
||||||
|
bind BUTTON_A "+gostand"
|
||||||
|
bind BUTTON_B "+melee"
|
||||||
|
bind BUTTON_X "+usereload"
|
||||||
|
bind BUTTON_Y "weapnext"
|
||||||
|
|
||||||
|
bind DPAD_UP "+actionslot 1"
|
||||||
|
bind DPAD_DOWN "+actionslot 2"
|
||||||
|
bind DPAD_LEFT "+actionslot 3"
|
||||||
|
bind DPAD_RIGHT "+actionslot 4"
|
||||||
|
|
@ -0,0 +1,53 @@
|
||||||
|
//==========================================================================================
|
||||||
|
// Associate real axis to virtual axis.
|
||||||
|
// Real axis are : A_LSTICK_Y, A_LSTICK_X, A_RSTICK_X, A_RSTICK_Y, A_RTRIGGER, A_LTRIGGER
|
||||||
|
// Virtual axis are : VA_SIDE, VA_FORWARD, VA_UP, VA_YAW, VA_PITCH, VA_ATTACK
|
||||||
|
//==========================================================================================
|
||||||
|
|
||||||
|
set gpad_enabled 1
|
||||||
|
set gpad_sticksConfig "thumbstick_default"
|
||||||
|
set gpad_buttonsConfig "buttons_default"
|
||||||
|
|
||||||
|
bindaxis A_LSTICK_X VA_SIDE MAP_SQUARED
|
||||||
|
bindaxis A_LSTICK_Y VA_FORWARD MAP_SQUARED
|
||||||
|
|
||||||
|
bindaxis A_RSTICK_X VA_YAW MAP_LINEAR
|
||||||
|
bindaxis A_RSTICK_Y VA_PITCH MAP_LINEAR
|
||||||
|
|
||||||
|
|
||||||
|
// Weapon Controls
|
||||||
|
bind BUTTON_LSTICK "+breath_sprint"
|
||||||
|
bind BUTTON_RTRIG "+attack"
|
||||||
|
bind BUTTON_LTRIG "+speed_throw"
|
||||||
|
bind BUTTON_RSTICK "+melee"
|
||||||
|
|
||||||
|
bind DPAD_UP "+actionslot 1" //Nightvision
|
||||||
|
bind DPAD_DOWN "+actionslot 2" //
|
||||||
|
bind DPAD_LEFT "+actionslot 3" //Grenade Launcher
|
||||||
|
bind DPAD_RIGHT "+actionslot 4" //equipment (c4 + airsupport)
|
||||||
|
|
||||||
|
|
||||||
|
// Weapon Slots
|
||||||
|
bind BUTTON_Y "weapnext"
|
||||||
|
|
||||||
|
// Inventory
|
||||||
|
bind BUTTON_RSHLDR "+frag"
|
||||||
|
bind BUTTON_LSHLDR "+smoke"
|
||||||
|
|
||||||
|
// Interaction
|
||||||
|
bind BUTTON_X "+usereload"
|
||||||
|
bind BUTTON_BACK "togglescores"
|
||||||
|
|
||||||
|
// Stance
|
||||||
|
bind BUTTON_A "+gostand"
|
||||||
|
bind BUTTON_B "+stance"
|
||||||
|
|
||||||
|
// Controller movement dvars
|
||||||
|
//set sensitivity "5"
|
||||||
|
|
||||||
|
// Menus
|
||||||
|
bind BUTTON_START "togglemenu"
|
||||||
|
|
||||||
|
// MULTIPLAYER CONTROLS
|
||||||
|
//bind z "+talk"
|
||||||
|
//bind x "openscriptmenu ingame changeweapon"
|
||||||
|
|
@ -62,4 +62,7 @@ bind y "chatmodeteam"
|
||||||
//bind x "openscriptmenu ingame changeweapon"
|
//bind x "openscriptmenu ingame changeweapon"
|
||||||
|
|
||||||
// CLIENT ENVIRONMENT COMMANDS
|
// CLIENT ENVIRONMENT COMMANDS
|
||||||
bind F12 "screenshotJPEG"
|
bind F12 "screenshotJPEG"
|
||||||
|
|
||||||
|
// Default controller bindings
|
||||||
|
exec default_mp_controller.cfg
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -244,6 +244,18 @@ LANG_ENGLISH "Chemical Plant"
|
||||||
REFERENCE MPUI_DESC_MAP_STORM_SPRING
|
REFERENCE MPUI_DESC_MAP_STORM_SPRING
|
||||||
LANG_ENGLISH "A modified version of Storm, snow covered instead of rainy."
|
LANG_ENGLISH "A modified version of Storm, snow covered instead of rainy."
|
||||||
|
|
||||||
|
REFERENCE MPUI_CARENTAN
|
||||||
|
LANG_ENGLISH "Chinatown"
|
||||||
|
|
||||||
|
REFERENCE MPUI_DESC_MAP_CARENTAN
|
||||||
|
LANG_ENGLISH "Small city at night. Great for any mode."
|
||||||
|
|
||||||
|
REFERENCE MPUI_CRASH_SNOW
|
||||||
|
LANG_ENGLISH "Winter Crash"
|
||||||
|
|
||||||
|
REFERENCE MPUI_DESC_MAP_CRASH_SNOW
|
||||||
|
LANG_ENGLISH "Dark and snowy holiday themed Crash. Beware the airstrikes..."
|
||||||
|
|
||||||
REFERENCE MPUI_CO_HUNTED
|
REFERENCE MPUI_CO_HUNTED
|
||||||
LANG_ENGLISH "Village"
|
LANG_ENGLISH "Village"
|
||||||
|
|
||||||
|
|
@ -538,8 +550,8 @@ LANG_ENGLISH "Show FPS Labels"
|
||||||
REFERENCE MENU_NEWCOLORS
|
REFERENCE MENU_NEWCOLORS
|
||||||
LANG_ENGLISH "Use new color codes"
|
LANG_ENGLISH "Use new color codes"
|
||||||
|
|
||||||
REFERENCE MENU_NEWCOLORS
|
REFERENCE MENU_COLORBLIND_MODE
|
||||||
LANG_ENGLISH "Use new color codes"
|
LANG_ENGLISH "Colorblind mode"
|
||||||
|
|
||||||
REFERENCE MENU_CHANGELOG
|
REFERENCE MENU_CHANGELOG
|
||||||
LANG_ENGLISH "Changelog"
|
LANG_ENGLISH "Changelog"
|
||||||
|
|
@ -985,4 +997,79 @@ LANG_ENGLISH "Juiced"
|
||||||
REFERENCE SPLASHES_COMBATHIGH_DESC
|
REFERENCE SPLASHES_COMBATHIGH_DESC
|
||||||
LANG_ENGLISH "Move faster for a few seconds after spawning."
|
LANG_ENGLISH "Move faster for a few seconds after spawning."
|
||||||
|
|
||||||
|
REFERENCE MENU_GAMEPAD
|
||||||
|
LANG_ENGLISH "Gamepad"
|
||||||
|
|
||||||
|
REFERENCE MENU_GAMEPAD_ENABLED
|
||||||
|
LANG_ENGLISH "Gamepad enabled"
|
||||||
|
|
||||||
|
REFERENCE MPUI_DESC_GAMEPAD_ENABLED
|
||||||
|
LANG_ENGLISH "Turn accepting inputs from gamepads on/off"
|
||||||
|
|
||||||
|
REFERENCE MPUI_DESC_LOOK_INVERSION
|
||||||
|
LANG_ENGLISH "Inverts the gamepad pitch axis (up/down)"
|
||||||
|
|
||||||
|
REFERENCE MENU_GPAD_STYLE
|
||||||
|
LANG_ENGLISH "Button Style"
|
||||||
|
|
||||||
|
REFERENCE MPUI_DESC_GPAD_STYLE
|
||||||
|
LANG_ENGLISH "Switch between Xbox and PlayStation HUDs."
|
||||||
|
|
||||||
|
REFERENCE MENU_GPAD_XBOX_CAPS
|
||||||
|
LANG_ENGLISH "Xbox"
|
||||||
|
|
||||||
|
REFERENCE MENU_GPAD_PS_CAPS
|
||||||
|
LANG_ENGLISH "PlayStation"
|
||||||
|
|
||||||
|
REFERENCE MENU_SLOWDOWN_ENABLED
|
||||||
|
LANG_ENGLISH "Enable slowdown aim assist"
|
||||||
|
|
||||||
|
REFERENCE MENU_LOCKON_ENABLED
|
||||||
|
LANG_ENGLISH "Enable lockon aim assist"
|
||||||
|
|
||||||
|
REFERENCE MPUI_DESC_SLOWDOWN_ENABLED
|
||||||
|
LANG_ENGLISH "Turn slowdown aim assist on/off. Slowdown reduces the stick turnrate when hovering over a target. Servers can turn off aim assist with sv_allowAimAssist regardless of this setting."
|
||||||
|
|
||||||
|
REFERENCE MPUI_DESC_LOCKON_ENABLED
|
||||||
|
LANG_ENGLISH "Turn lockon aim assist on/off. Lockon helps with keeping your crosshair on targets when moving. Servers can turn off aim assist with sv_allowAimAssist regardless of this setting."
|
||||||
|
|
||||||
|
REFERENCE MENU_LOOK_SENSITIVITY_PRESET
|
||||||
|
LANG_ENGLISH "Sensitivity Preset"
|
||||||
|
|
||||||
|
REFERENCE MENU_SENSITIVITY_LOW_CAPS
|
||||||
|
LANG_ENGLISH "(Low) 1"
|
||||||
|
|
||||||
|
REFERENCE MENU_SENSITIVITY_MEDIUM_CAPS
|
||||||
|
LANG_ENGLISH "(Medium) 2"
|
||||||
|
|
||||||
|
REFERENCE MENU_SENSITIVITY_HIGH_CAPS
|
||||||
|
LANG_ENGLISH "(High) 4"
|
||||||
|
|
||||||
|
REFERENCE MENU_SENSITIVITY_VERY_HIGH_CAPS
|
||||||
|
LANG_ENGLISH "(Very High) 7"
|
||||||
|
|
||||||
|
REFERENCE MENU_SENSITIVITY_INSANE_CAPS
|
||||||
|
LANG_ENGLISH "(Insane) 10"
|
||||||
|
|
||||||
|
REFERENCE FONT_ICON_SEARCH_START_WITH
|
||||||
|
LANG_ENGLISH "Font icons starting with ^2&&1^7:"
|
||||||
|
|
||||||
|
REFERENCE FONT_ICON_HINT_AUTO_COMPLETE
|
||||||
|
LANG_ENGLISH "Press ^3&&1 ^7for autocomplete"
|
||||||
|
|
||||||
|
REFERENCE FONT_ICON_HINT_MODIFIER
|
||||||
|
LANG_ENGLISH "Use ^3&&1 ^7for modifiers"
|
||||||
|
|
||||||
|
REFERENCE FONT_ICON_MODIFIER_LIST_HEADER
|
||||||
|
LANG_ENGLISH "The following modifiers are available:"
|
||||||
|
|
||||||
|
REFERENCE FONT_ICON_MODIFIER_LIST_FLIP_HORIZONTAL
|
||||||
|
LANG_ENGLISH "^2&&1 ^7Flip icon horizontally"
|
||||||
|
|
||||||
|
REFERENCE FONT_ICON_MODIFIER_LIST_FLIP_VERTICAL
|
||||||
|
LANG_ENGLISH "^2&&1 ^7Flip icon vertically"
|
||||||
|
|
||||||
|
REFERENCE FONT_ICON_MODIFIER_LIST_BIG
|
||||||
|
LANG_ENGLISH "^2&&1 ^7Bigger icon"
|
||||||
|
|
||||||
ENDMARKER
|
ENDMARKER
|
||||||
|
|
@ -1,9 +1,21 @@
|
||||||
#include maps\mp\_utility;
|
#include maps\mp\_utility;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Author: Intricate, Diamante
|
||||||
|
Dvars:
|
||||||
|
- scr_player_forceautoassign <bool>
|
||||||
|
false - (default) default game behaviour
|
||||||
|
true - players will be automatically assigned to a team
|
||||||
|
|
||||||
|
Notes: fs_game check was removed as the default value is now false.
|
||||||
|
If a server owner decides to set it to true, its their choice regardless of loaded mods.
|
||||||
|
Mods should replace this file in case of conflicts.
|
||||||
|
*/
|
||||||
|
|
||||||
init()
|
init()
|
||||||
{
|
{
|
||||||
//Intricate - Create DVAR for forcing auto assign, useful for server that would like it.
|
SetDvarIfUninitialized( "scr_player_forceautoassign", false );
|
||||||
SetDvarIfUninitialized("scr_player_forceautoassign", true);
|
|
||||||
if ( !isDefined( game["gamestarted"] ) )
|
if ( !isDefined( game["gamestarted"] ) )
|
||||||
{
|
{
|
||||||
game["menu_team"] = "team_marinesopfor";
|
game["menu_team"] = "team_marinesopfor";
|
||||||
|
|
@ -348,9 +360,8 @@ beginClassChoice( forceNewChoice )
|
||||||
|
|
||||||
beginTeamChoice()
|
beginTeamChoice()
|
||||||
{
|
{
|
||||||
//Intricate - We put the auto assign where the actual team selection is. Also make sure that a mod isn't loaded, mainly to prevent bugs with them.
|
if ( getDvarInt( "scr_player_forceautoassign" ) != 0 )
|
||||||
if( GetDvar("scr_player_forceautoassign") && GetDvar("fs_game") == "" )
|
self notify( "menuresponse", game["menu_team"], "autoassign");
|
||||||
self notify("menuresponse", game["menu_team"], "autoassign");
|
|
||||||
else
|
else
|
||||||
self openpopupMenu( game["menu_team"] );
|
self openpopupMenu( game["menu_team"] );
|
||||||
|
|
||||||
|
|
@ -360,7 +371,7 @@ beginTeamChoice()
|
||||||
showMainMenuForTeam()
|
showMainMenuForTeam()
|
||||||
{
|
{
|
||||||
assert( self.pers["team"] == "axis" || self.pers["team"] == "allies" );
|
assert( self.pers["team"] == "axis" || self.pers["team"] == "allies" );
|
||||||
|
|
||||||
team = self.pers["team"];
|
team = self.pers["team"];
|
||||||
|
|
||||||
// menu_changeclass_team is the one where you choose one of the n classes to play as.
|
// menu_changeclass_team is the one where you choose one of the n classes to play as.
|
||||||
|
|
|
||||||
|
|
@ -961,6 +961,7 @@ thermalVision()
|
||||||
self visionSetThermalForPlayer( game["thermal_vision"], 1 );
|
self visionSetThermalForPlayer( game["thermal_vision"], 1 );
|
||||||
|
|
||||||
self notifyOnPlayerCommand( "switch thermal", "+activate" );
|
self notifyOnPlayerCommand( "switch thermal", "+activate" );
|
||||||
|
self notifyOnPlayerCommand( "switch thermal", "+usereload" );
|
||||||
|
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -4,9 +4,7 @@
|
||||||
|
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
|
|
||||||
maps\mp\_load::main();
|
maps\mp\_load::main();
|
||||||
|
|
||||||
|
|
||||||
game[ "attackers" ] = "allies";
|
game[ "attackers" ] = "allies";
|
||||||
game[ "defenders" ] = "axis";
|
game[ "defenders" ] = "axis";
|
||||||
|
|
@ -14,38 +12,37 @@ main()
|
||||||
maps\mp\_compass::setupMiniMap( "compass_map_oilrig_lvl_3" );
|
maps\mp\_compass::setupMiniMap( "compass_map_oilrig_lvl_3" );
|
||||||
setdvar( "compassmaxrange", "4000" );
|
setdvar( "compassmaxrange", "4000" );
|
||||||
|
|
||||||
array_thread( getentarray( "breach_solid", "targetname" ), ::self_delete );
|
array_thread( getentarray( "breach_solid", "targetname" ), ::selfDelete );
|
||||||
|
|
||||||
array_thread( getentarray( "compassTriggers", "targetname" ), ::compass_triggers_think );
|
array_thread( getentarray( "compassTriggers", "targetname" ), ::compass_triggers_think );
|
||||||
|
|
||||||
|
CreateRamps( ( 1676, 1330, -70 ), ( 2489, 1844, 900 ) );
|
||||||
CreateRamps((1676, 1330, -70), (2489, 1844, 900));
|
CreateRamps( ( -965, 256, -200 ), ( -854, -77, 54 ) );
|
||||||
CreateRamps((-965, 256, -200), (-854, -77, 54));
|
thread customKilltrigger();
|
||||||
thread custom_killtrigger();
|
|
||||||
thread level_think();
|
thread level_think();
|
||||||
thread level_think2();
|
thread level_think2();
|
||||||
}
|
}
|
||||||
|
|
||||||
self_delete()
|
selfDelete()
|
||||||
{
|
{
|
||||||
self delete();
|
self delete ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Kills the player if he goes under them map
|
||||||
custom_killtrigger()
|
customKilltrigger()
|
||||||
{
|
{
|
||||||
while (true)
|
while ( true )
|
||||||
{
|
{
|
||||||
wait 0.1;
|
wait 0.1;
|
||||||
|
|
||||||
foreach (player in level.players)
|
foreach ( player in level.players )
|
||||||
{
|
{
|
||||||
if (!isDefined(player) || !isPlayer(player))
|
if ( !isDefined( player ) || !isPlayer( player ) )
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (player.origin[2] < -350.0)
|
if ( player.origin[2] < -350.0 )
|
||||||
{
|
{
|
||||||
player suicide();
|
player suicide();
|
||||||
}
|
}
|
||||||
|
|
@ -56,8 +53,9 @@ custom_killtrigger()
|
||||||
|
|
||||||
compass_triggers_think()
|
compass_triggers_think()
|
||||||
{
|
{
|
||||||
assertex( isdefined( self.script_noteworthy ), "compassTrigger at " + self.origin + " needs to have a script_noteworthy with the name of the minimap to use" );
|
assertex( isDefined( self.script_noteworthy ), "compassTrigger at " + self.origin + " needs to have a script_noteworthy with the name of the minimap to use" );
|
||||||
while( true )
|
|
||||||
|
while ( true )
|
||||||
{
|
{
|
||||||
wait( 1 );
|
wait( 1 );
|
||||||
self waittill( "trigger" );
|
self waittill( "trigger" );
|
||||||
|
|
@ -65,56 +63,52 @@ compass_triggers_think()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CreateRamps(top, bottom)
|
CreateRamps( top, bottom )
|
||||||
{
|
{
|
||||||
D = Distance(top, bottom);
|
D = Distance( top, bottom );
|
||||||
blocks = roundUp(D/30);
|
blocks = ceil( D / 30 );
|
||||||
CX = top[0] - bottom[0];
|
CX = top[0] - bottom[0];
|
||||||
CY = top[1] - bottom[1];
|
CY = top[1] - bottom[1];
|
||||||
CZ = top[2] - bottom[2];
|
CZ = top[2] - bottom[2];
|
||||||
XA = CX/blocks;
|
XA = CX / blocks;
|
||||||
YA = CY/blocks;
|
YA = CY / blocks;
|
||||||
ZA = CZ/blocks;
|
ZA = CZ / blocks;
|
||||||
CXY = Distance((top[0], top[1], 0), (bottom[0], bottom[1], 0));
|
CXY = Distance( ( top[0], top[1], 0 ), ( bottom[0], bottom[1], 0 ) );
|
||||||
Temp = VectorToAngles(top - bottom);
|
Temp = VectorToAngles( top - bottom );
|
||||||
BA = (Temp[2], Temp[1] + 90, Temp[0]);
|
BA = ( Temp[2], Temp[1] + 90, Temp[0] );
|
||||||
for(b = 0; b < blocks; b++){
|
|
||||||
block = spawn("script_model", (bottom + ((XA, YA, ZA) * b)));
|
for ( b = 0; b < blocks; b++ )
|
||||||
|
{
|
||||||
|
block = spawn( "script_model", ( bottom + ( ( XA, YA, ZA ) * b ) ) );
|
||||||
//block setModel("com_plasticcase_friendly");
|
//block setModel("com_plasticcase_friendly");
|
||||||
block.angles = BA;
|
block.angles = BA;
|
||||||
block Solid();
|
block Solid();
|
||||||
block CloneBrushmodelToScriptmodel( level.airDropCrateCollision );
|
block CloneBrushmodelToScriptmodel( level.airDropCrateCollision );
|
||||||
wait 0.01;
|
wait 0.01;
|
||||||
}
|
}
|
||||||
block = spawn("script_model", (bottom + ((XA, YA, ZA) * blocks) - (0, 0, 5)));
|
|
||||||
|
block = spawn( "script_model", ( bottom + ( ( XA, YA, ZA ) * blocks ) - ( 0, 0, 5 ) ) );
|
||||||
//block setModel("com_plasticcase_friendly");
|
//block setModel("com_plasticcase_friendly");
|
||||||
block.angles = (BA[0], BA[1], 0);
|
block.angles = ( BA[0], BA[1], 0 );
|
||||||
block Solid();
|
block Solid();
|
||||||
block CloneBrushmodelToScriptmodel( level.airDropCrateCollision );
|
block CloneBrushmodelToScriptmodel( level.airDropCrateCollision );
|
||||||
wait 0.01;
|
wait 0.01;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
roundUp( floatVal )
|
|
||||||
{
|
|
||||||
if ( int( floatVal ) != floatVal )
|
|
||||||
return int( floatVal+1 );
|
|
||||||
else
|
|
||||||
return int( floatVal );
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
level_think()
|
level_think()
|
||||||
{
|
{
|
||||||
|
|
||||||
/*-----------------------
|
/*
|
||||||
MOVING DERRICK DRILL THING
|
-----------------------
|
||||||
-------------------------*/
|
MOVING DERRICK DRILL THING
|
||||||
|
-------------------------
|
||||||
|
*/
|
||||||
eDerrick_thing = getent( "derrick_thing", "targetname" );
|
eDerrick_thing = getent( "derrick_thing", "targetname" );
|
||||||
eDerrick_thing.origin = eDerrick_thing.origin + ( 0, 0, -2816 );
|
eDerrick_thing.origin = eDerrick_thing.origin + ( 0, 0, -2816 );
|
||||||
assert( isdefined( eDerrick_thing ) );
|
assert( isDefined( eDerrick_thing ) );
|
||||||
time = 2;
|
time = 2;
|
||||||
speed = 300;
|
speed = 300;
|
||||||
|
|
||||||
while ( true )
|
while ( true )
|
||||||
{
|
{
|
||||||
eDerrick_thing rotatevelocity( ( 0, speed, 0 ), time );
|
eDerrick_thing rotatevelocity( ( 0, speed, 0 ), time );
|
||||||
|
|
@ -122,27 +116,29 @@ level_think()
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
level_think2()
|
level_think2()
|
||||||
{
|
{
|
||||||
model1 = getent( "fx_spotlight_beam", "targetname" );
|
model1 = getent( "fx_spotlight_beam", "targetname" );
|
||||||
model2 = getent( "com_blackhawk_spotlight_on_mg_setup", "targetname" );
|
model2 = getent( "com_blackhawk_spotlight_on_mg_setup", "targetname" );
|
||||||
assert( isdefined( model1 ) );
|
assert( isDefined( model1 ) );
|
||||||
assert( isdefined( model2 ) );
|
assert( isDefined( model2 ) );
|
||||||
|
|
||||||
time = 10;
|
time = 10;
|
||||||
|
|
||||||
while ( true )
|
while ( true )
|
||||||
{
|
{
|
||||||
model1 rotateto(model1.angles+(0,45,0),time);
|
model1 rotateto( model1.angles + ( 0, 45, 0 ), time );
|
||||||
model2 rotateto(model2.angles+(0,45,0),time);
|
model2 rotateto( model2.angles + ( 0, 45, 0 ), time );
|
||||||
wait( time );
|
wait( time );
|
||||||
model1 rotateto(model1.angles+(0,-45,0),time);
|
model1 rotateto( model1.angles + ( 0, -45, 0 ), time );
|
||||||
model2 rotateto(model2.angles+(0,-45,0),time);
|
model2 rotateto( model2.angles + ( 0, -45, 0 ), time );
|
||||||
wait( time );
|
wait( time );
|
||||||
model1 rotateto(model1.angles+(10,45,0),time);
|
model1 rotateto( model1.angles + ( 10, 45, 0 ), time );
|
||||||
model2 rotateto(model2.angles+(10,45,0),time);
|
model2 rotateto( model2.angles + ( 10, 45, 0 ), time );
|
||||||
wait( time );
|
wait( time );
|
||||||
model1 rotateto(model1.angles+(-10,-45,0),time);
|
model1 rotateto( model1.angles + ( -10, -45, 0 ), time );
|
||||||
model2 rotateto(model2.angles+(-10,-45,0),time);
|
model2 rotateto( model2.angles + ( -10, -45, 0 ), time );
|
||||||
wait( time );
|
wait( time );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
map "mp_invasion"
|
map "mp_invasion"
|
||||||
longname "MPUI_INVASION"
|
longname "MPUI_INVASION"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_INVASION"
|
description "MPUI_DESC_MAP_INVASION"
|
||||||
mapimage "preview_mp_invasion"
|
mapimage "preview_mp_invasion"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
{
|
{
|
||||||
map "mp_highrise"
|
map "mp_highrise"
|
||||||
longname "MPUI_HIGHRISE"
|
longname "MPUI_HIGHRISE"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_HIGHRISE"
|
description "MPUI_DESC_MAP_HIGHRISE"
|
||||||
mapimage "preview_mp_highrise"
|
mapimage "preview_mp_highrise"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
{
|
{
|
||||||
map "mp_checkpoint"
|
map "mp_checkpoint"
|
||||||
longname "MPUI_CHECKPOINT"
|
longname "MPUI_CHECKPOINT"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_checkpoint"
|
description "MPUI_DESC_MAP_checkpoint"
|
||||||
mapimage "preview_mp_checkpoint"
|
mapimage "preview_mp_checkpoint"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
{
|
{
|
||||||
map "mp_nightshift"
|
map "mp_nightshift"
|
||||||
longname "MPUI_RAID"
|
longname "MPUI_RAID"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_nightshift"
|
description "MPUI_DESC_MAP_nightshift"
|
||||||
mapimage "preview_mp_nightshift"
|
mapimage "preview_mp_nightshift"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
{
|
{
|
||||||
map "mp_favela"
|
map "mp_favela"
|
||||||
longname "MPUI_FAVELA"
|
longname "MPUI_FAVELA"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_favela"
|
description "MPUI_DESC_MAP_favela"
|
||||||
mapimage "preview_mp_favela"
|
mapimage "preview_mp_favela"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
{
|
{
|
||||||
map "mp_quarry"
|
map "mp_quarry"
|
||||||
longname "MPUI_QUARRY"
|
longname "MPUI_QUARRY"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_quarry"
|
description "MPUI_DESC_MAP_quarry"
|
||||||
mapimage "preview_mp_quarry"
|
mapimage "preview_mp_quarry"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -73,7 +73,7 @@
|
||||||
{
|
{
|
||||||
map "mp_brecourt"
|
map "mp_brecourt"
|
||||||
longname "MPUI_WASTELAND"
|
longname "MPUI_WASTELAND"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_BRECOURT"
|
description "MPUI_DESC_MAP_BRECOURT"
|
||||||
mapimage "preview_mp_brecourt"
|
mapimage "preview_mp_brecourt"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -85,7 +85,7 @@
|
||||||
{
|
{
|
||||||
map "mp_derail"
|
map "mp_derail"
|
||||||
longname "MPUI_DERAIL"
|
longname "MPUI_DERAIL"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_DERAIL"
|
description "MPUI_DESC_MAP_DERAIL"
|
||||||
mapimage "preview_mp_derail"
|
mapimage "preview_mp_derail"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
{
|
{
|
||||||
map "mp_subbase"
|
map "mp_subbase"
|
||||||
longname "MPUI_SUBBASE"
|
longname "MPUI_SUBBASE"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_SUBBASE"
|
description "MPUI_DESC_MAP_SUBBASE"
|
||||||
mapimage "preview_mp_subbase"
|
mapimage "preview_mp_subbase"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -109,7 +109,7 @@
|
||||||
{
|
{
|
||||||
map "mp_underpass"
|
map "mp_underpass"
|
||||||
longname "MPUI_UNDERPASS"
|
longname "MPUI_UNDERPASS"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_UNDERPASS"
|
description "MPUI_DESC_MAP_UNDERPASS"
|
||||||
mapimage "preview_mp_underpass"
|
mapimage "preview_mp_underpass"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -121,7 +121,7 @@
|
||||||
{
|
{
|
||||||
map "mp_estate"
|
map "mp_estate"
|
||||||
longname "MPUI_ESTATE"
|
longname "MPUI_ESTATE"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_ESTATE"
|
description "MPUI_DESC_MAP_ESTATE"
|
||||||
mapimage "preview_mp_estate"
|
mapimage "preview_mp_estate"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -133,7 +133,7 @@
|
||||||
{
|
{
|
||||||
map "mp_rundown"
|
map "mp_rundown"
|
||||||
longname "MPUI_RUNDOWN"
|
longname "MPUI_RUNDOWN"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_RUNDOWN"
|
description "MPUI_DESC_MAP_RUNDOWN"
|
||||||
mapimage "preview_mp_rundown"
|
mapimage "preview_mp_rundown"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -145,7 +145,7 @@
|
||||||
{
|
{
|
||||||
map "mp_boneyard"
|
map "mp_boneyard"
|
||||||
longname "MPUI_BONEYARD"
|
longname "MPUI_BONEYARD"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_BONEYARD"
|
description "MPUI_DESC_MAP_BONEYARD"
|
||||||
mapimage "preview_mp_boneyard"
|
mapimage "preview_mp_boneyard"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -157,7 +157,7 @@
|
||||||
{
|
{
|
||||||
map "mp_afghan"
|
map "mp_afghan"
|
||||||
longname "MPUI_AFGHAN"
|
longname "MPUI_AFGHAN"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_AFGHAN"
|
description "MPUI_DESC_MAP_AFGHAN"
|
||||||
mapimage "preview_mp_afghan"
|
mapimage "preview_mp_afghan"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -169,7 +169,7 @@
|
||||||
{
|
{
|
||||||
map "mp_terminal"
|
map "mp_terminal"
|
||||||
longname "MPUI_TERMINAL"
|
longname "MPUI_TERMINAL"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_TERMINAL"
|
description "MPUI_DESC_MAP_TERMINAL"
|
||||||
mapimage "preview_mp_terminal"
|
mapimage "preview_mp_terminal"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -181,7 +181,7 @@
|
||||||
{
|
{
|
||||||
map "mp_rust"
|
map "mp_rust"
|
||||||
longname "MPUI_RUST"
|
longname "MPUI_RUST"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_RUST"
|
description "MPUI_DESC_MAP_RUST"
|
||||||
mapimage "preview_mp_rust"
|
mapimage "preview_mp_rust"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -193,7 +193,7 @@
|
||||||
{
|
{
|
||||||
map "mp_storm"
|
map "mp_storm"
|
||||||
longname "PATCH_STORM"
|
longname "PATCH_STORM"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "PATCH_DESC_MAP_STORM"
|
description "PATCH_DESC_MAP_STORM"
|
||||||
mapimage "preview_mp_storm"
|
mapimage "preview_mp_storm"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -205,7 +205,7 @@
|
||||||
{
|
{
|
||||||
map "mp_compact"
|
map "mp_compact"
|
||||||
longname "PATCH_COMPACT"
|
longname "PATCH_COMPACT"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "PATCH_DESC_MAP_COMPACT"
|
description "PATCH_DESC_MAP_COMPACT"
|
||||||
mapimage "preview_mp_compact"
|
mapimage "preview_mp_compact"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -217,7 +217,7 @@
|
||||||
{
|
{
|
||||||
map "mp_complex"
|
map "mp_complex"
|
||||||
longname "PATCH_COMPLEX"
|
longname "PATCH_COMPLEX"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "PATCH_DESC_MAP_COMPLEX"
|
description "PATCH_DESC_MAP_COMPLEX"
|
||||||
mapimage "preview_mp_complex"
|
mapimage "preview_mp_complex"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -229,7 +229,7 @@
|
||||||
{
|
{
|
||||||
map "mp_crash"
|
map "mp_crash"
|
||||||
longname "MPUI_CRASH"
|
longname "MPUI_CRASH"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_CRASH"
|
description "MPUI_DESC_MAP_CRASH"
|
||||||
mapimage "preview_mp_crash"
|
mapimage "preview_mp_crash"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -241,7 +241,7 @@
|
||||||
{
|
{
|
||||||
map "mp_overgrown"
|
map "mp_overgrown"
|
||||||
longname "MPUI_OVERGROWN"
|
longname "MPUI_OVERGROWN"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_OVERGROWN"
|
description "MPUI_DESC_MAP_OVERGROWN"
|
||||||
mapimage "preview_mp_overgrown"
|
mapimage "preview_mp_overgrown"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -254,7 +254,7 @@
|
||||||
{
|
{
|
||||||
map "mp_abandon"
|
map "mp_abandon"
|
||||||
longname "PATCH_ABANDON"
|
longname "PATCH_ABANDON"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "PATCH_DESC_MAP_ABANDON"
|
description "PATCH_DESC_MAP_ABANDON"
|
||||||
mapimage "preview_mp_abandon"
|
mapimage "preview_mp_abandon"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -266,7 +266,7 @@
|
||||||
{
|
{
|
||||||
map "mp_fuel2"
|
map "mp_fuel2"
|
||||||
longname "PATCH_FUEL2"
|
longname "PATCH_FUEL2"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "PATCH_DESC_MAP_FUEL2"
|
description "PATCH_DESC_MAP_FUEL2"
|
||||||
mapimage "preview_mp_fuel2"
|
mapimage "preview_mp_fuel2"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -278,7 +278,7 @@
|
||||||
{
|
{
|
||||||
map "mp_trailerpark"
|
map "mp_trailerpark"
|
||||||
longname "PATCH_TRAILERPARK"
|
longname "PATCH_TRAILERPARK"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "PATCH_DESC_MAP_TRAILERPARK"
|
description "PATCH_DESC_MAP_TRAILERPARK"
|
||||||
mapimage "preview_mp_trailerpark"
|
mapimage "preview_mp_trailerpark"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -290,7 +290,7 @@
|
||||||
{
|
{
|
||||||
map "mp_vacant"
|
map "mp_vacant"
|
||||||
longname "PATCH_VACANT"
|
longname "PATCH_VACANT"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "PATCH_DESC_MAP_VACANT"
|
description "PATCH_DESC_MAP_VACANT"
|
||||||
mapimage "preview_mp_vacant"
|
mapimage "preview_mp_vacant"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -302,7 +302,7 @@
|
||||||
{
|
{
|
||||||
map "mp_strike"
|
map "mp_strike"
|
||||||
longname "PATCH_STRIKE"
|
longname "PATCH_STRIKE"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "PATCH_DESC_MAP_STRIKE"
|
description "PATCH_DESC_MAP_STRIKE"
|
||||||
mapimage "preview_mp_strike"
|
mapimage "preview_mp_strike"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -314,7 +314,7 @@
|
||||||
{
|
{
|
||||||
map "oilrig"
|
map "oilrig"
|
||||||
longname "MPUI_OILRIG"
|
longname "MPUI_OILRIG"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_OILRIG"
|
description "MPUI_DESC_MAP_OILRIG"
|
||||||
mapimage "preview_mp_oilrig"
|
mapimage "preview_mp_oilrig"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -326,7 +326,7 @@
|
||||||
{
|
{
|
||||||
map "co_hunted"
|
map "co_hunted"
|
||||||
longname "MPUI_CO_HUNTED"
|
longname "MPUI_CO_HUNTED"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_CO_HUNTED"
|
description "MPUI_DESC_MAP_CO_HUNTED"
|
||||||
mapimage "preview_co_hunted"
|
mapimage "preview_co_hunted"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -338,7 +338,7 @@
|
||||||
{
|
{
|
||||||
map "gulag"
|
map "gulag"
|
||||||
longname "MPUI_GULAG"
|
longname "MPUI_GULAG"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_GULAG"
|
description "MPUI_DESC_MAP_GULAG"
|
||||||
mapimage "preview_mp_gulag"
|
mapimage "preview_mp_gulag"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -350,7 +350,7 @@
|
||||||
{
|
{
|
||||||
map "invasion"
|
map "invasion"
|
||||||
longname "BurgerTown"
|
longname "BurgerTown"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description ""
|
description ""
|
||||||
mapimage "preview_invasion"
|
mapimage "preview_invasion"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -362,7 +362,7 @@
|
||||||
{
|
{
|
||||||
map "iw4_credits"
|
map "iw4_credits"
|
||||||
longname "IW4 Test Map"
|
longname "IW4 Test Map"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description ""
|
description ""
|
||||||
mapimage "preview_iw4_credits"
|
mapimage "preview_iw4_credits"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -374,7 +374,7 @@
|
||||||
{
|
{
|
||||||
map "so_ghillies"
|
map "so_ghillies"
|
||||||
longname "Pripyat"
|
longname "Pripyat"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description ""
|
description ""
|
||||||
mapimage "preview_so_ghillies"
|
mapimage "preview_so_ghillies"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -386,7 +386,7 @@
|
||||||
{
|
{
|
||||||
map "contingency"
|
map "contingency"
|
||||||
longname "Contingency"
|
longname "Contingency"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description ""
|
description ""
|
||||||
mapimage "preview_mp_contingency"
|
mapimage "preview_mp_contingency"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -398,7 +398,7 @@
|
||||||
{
|
{
|
||||||
map "mp_nuked"
|
map "mp_nuked"
|
||||||
longname "MPUI_NUKED"
|
longname "MPUI_NUKED"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_NUKED"
|
description "MPUI_DESC_MAP_NUKED"
|
||||||
mapimage "preview_mp_nuked"
|
mapimage "preview_mp_nuked"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -410,7 +410,7 @@
|
||||||
{
|
{
|
||||||
map "mp_cross_fire"
|
map "mp_cross_fire"
|
||||||
longname "MPUI_CROSSFIRE"
|
longname "MPUI_CROSSFIRE"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_CROSSFIRE"
|
description "MPUI_DESC_MAP_CROSSFIRE"
|
||||||
mapimage "preview_mp_cross_fire"
|
mapimage "preview_mp_cross_fire"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
{
|
{
|
||||||
map "mp_bloc"
|
map "mp_bloc"
|
||||||
longname "MPUI_BLOC"
|
longname "MPUI_BLOC"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_BLOC"
|
description "MPUI_DESC_MAP_BLOC"
|
||||||
mapimage "preview_mp_bloc"
|
mapimage "preview_mp_bloc"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -434,7 +434,7 @@
|
||||||
{
|
{
|
||||||
map "mp_killhouse"
|
map "mp_killhouse"
|
||||||
longname "MPUI_KILLHOUSE"
|
longname "MPUI_KILLHOUSE"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_KILLHOUSE"
|
description "MPUI_DESC_MAP_KILLHOUSE"
|
||||||
mapimage "preview_mp_killhouse"
|
mapimage "preview_mp_killhouse"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -446,7 +446,7 @@
|
||||||
{
|
{
|
||||||
map "mp_cargoship"
|
map "mp_cargoship"
|
||||||
longname "MPUI_CARGOSHIP"
|
longname "MPUI_CARGOSHIP"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_CARGOSHIP"
|
description "MPUI_DESC_MAP_CARGOSHIP"
|
||||||
mapimage "preview_mp_cargoship"
|
mapimage "preview_mp_cargoship"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -458,7 +458,7 @@
|
||||||
{
|
{
|
||||||
map "mp_cargoship_sh"
|
map "mp_cargoship_sh"
|
||||||
longname "MPUI_CARGOSHIP_SH"
|
longname "MPUI_CARGOSHIP_SH"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_CARGOSHIP_SH"
|
description "MPUI_DESC_MAP_CARGOSHIP_SH"
|
||||||
mapimage "preview_mp_cargoship_sh"
|
mapimage "preview_mp_cargoship_sh"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -470,7 +470,7 @@
|
||||||
{
|
{
|
||||||
map "mp_bog_sh"
|
map "mp_bog_sh"
|
||||||
longname "MPUI_BOG_SH"
|
longname "MPUI_BOG_SH"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_BOG"
|
description "MPUI_DESC_MAP_BOG"
|
||||||
mapimage "preview_mp_bog_sh"
|
mapimage "preview_mp_bog_sh"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -482,7 +482,7 @@
|
||||||
{
|
{
|
||||||
map "mp_estate_tropical"
|
map "mp_estate_tropical"
|
||||||
longname "MPUI_ESTATE_TROPICAL"
|
longname "MPUI_ESTATE_TROPICAL"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_ESTATE_TROPICAL"
|
description "MPUI_DESC_MAP_ESTATE_TROPICAL"
|
||||||
mapimage "preview_mp_estate_tropical"
|
mapimage "preview_mp_estate_tropical"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -494,7 +494,7 @@
|
||||||
{
|
{
|
||||||
map "mp_crash_tropical"
|
map "mp_crash_tropical"
|
||||||
longname "MPUI_CRASH_TROPICAL"
|
longname "MPUI_CRASH_TROPICAL"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_CRASH_TROPICAL"
|
description "MPUI_DESC_MAP_CRASH_TROPICAL"
|
||||||
mapimage "preview_mp_crash_tropical"
|
mapimage "preview_mp_crash_tropical"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -506,7 +506,7 @@
|
||||||
{
|
{
|
||||||
map "mp_fav_tropical"
|
map "mp_fav_tropical"
|
||||||
longname "MPUI_FAV_TROPICAL"
|
longname "MPUI_FAV_TROPICAL"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_FAV_TROPICAL"
|
description "MPUI_DESC_MAP_FAV_TROPICAL"
|
||||||
mapimage "preview_mp_fav_tropical"
|
mapimage "preview_mp_fav_tropical"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -518,7 +518,7 @@
|
||||||
{
|
{
|
||||||
map "mp_storm_spring"
|
map "mp_storm_spring"
|
||||||
longname "MPUI_STORM_SPRING"
|
longname "MPUI_STORM_SPRING"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_STORM_SPRING"
|
description "MPUI_DESC_MAP_STORM_SPRING"
|
||||||
mapimage "preview_mp_storm_spring"
|
mapimage "preview_mp_storm_spring"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -530,7 +530,7 @@
|
||||||
{
|
{
|
||||||
map "mp_bloc_sh"
|
map "mp_bloc_sh"
|
||||||
longname "MPUI_BLOC_SH"
|
longname "MPUI_BLOC_SH"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_BLOC_SH"
|
description "MPUI_DESC_MAP_BLOC_SH"
|
||||||
mapimage "preview_mp_bloc_sh"
|
mapimage "preview_mp_bloc_sh"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -542,7 +542,7 @@
|
||||||
{
|
{
|
||||||
map "mp_shipment"
|
map "mp_shipment"
|
||||||
longname "MPUI_SHIPMENT"
|
longname "MPUI_SHIPMENT"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_SHIPMENT"
|
description "MPUI_DESC_MAP_SHIPMENT"
|
||||||
mapimage "preview_mp_shipment"
|
mapimage "preview_mp_shipment"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -555,7 +555,7 @@
|
||||||
{
|
{
|
||||||
map "mp_shipment_long"
|
map "mp_shipment_long"
|
||||||
longname "MPUI_SHIPMENT_LONG"
|
longname "MPUI_SHIPMENT_LONG"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_SHIPMENT_LONG"
|
description "MPUI_DESC_MAP_SHIPMENT_LONG"
|
||||||
mapimage "preview_mp_shipment_long"
|
mapimage "preview_mp_shipment_long"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -567,7 +567,7 @@
|
||||||
{
|
{
|
||||||
map "mp_firingrange"
|
map "mp_firingrange"
|
||||||
longname "MPUI_FIRINGRANGE"
|
longname "MPUI_FIRINGRANGE"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_FIRINGRANGE"
|
description "MPUI_DESC_MAP_FIRINGRANGE"
|
||||||
mapimage "preview_mp_firingrange"
|
mapimage "preview_mp_firingrange"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
|
|
@ -579,11 +579,11 @@
|
||||||
{
|
{
|
||||||
map "mp_rust_long"
|
map "mp_rust_long"
|
||||||
longname "MPUI_RUST_LONG"
|
longname "MPUI_RUST_LONG"
|
||||||
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
gametype "dm dom sd sab war koth oneflag arena dd vip ctf gtnw oitc gg ss conf cranked infected tdef"
|
||||||
description "MPUI_DESC_MAP_RUST_LONG"
|
description "MPUI_DESC_MAP_RUST_LONG"
|
||||||
mapimage "preview_mp_rust_long"
|
mapimage "preview_mp_rust_long"
|
||||||
mapoverlay "compass_overlay_map_blank"
|
mapoverlay "compass_overlay_map_blank"
|
||||||
allieschar "socom_141_desert"
|
allieschar "socom_141_desert"
|
||||||
axischar "opforce_composite"
|
axischar "opforce_composite"
|
||||||
environment "desert"
|
environment "desert"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,881 @@
|
||||||
|
# Fonticon Name,# Fonticon Material
|
||||||
|
airdropcrate,airdrop_crate_icon
|
||||||
|
airdrop,airdrop_icon
|
||||||
|
gametype,award_gametype
|
||||||
|
knife,award_weapon_knife
|
||||||
|
black,black
|
||||||
|
xboxa,button_a
|
||||||
|
xboxb,button_b
|
||||||
|
xboxback,button_back
|
||||||
|
xboxleftshoulder,button_lshldr
|
||||||
|
xboxleftstick,button_lstick
|
||||||
|
xboxlefttrigger,button_ltrig
|
||||||
|
xboxrightshoulder,button_rshldr
|
||||||
|
xboxrightstick,button_rstick
|
||||||
|
xboxrighttrigger,button_rtrig
|
||||||
|
xboxstart,button_start
|
||||||
|
xboxx,button_x
|
||||||
|
xboxy,button_y
|
||||||
|
eightball,cardicon_8ball
|
||||||
|
price_8bit,cardicon_8bit_price
|
||||||
|
abduction,cardicon_abduction
|
||||||
|
abrams,cardicon_abrams
|
||||||
|
angelflare,cardicon_ac130_angelflare
|
||||||
|
aircraft,cardicon_aircraft_01
|
||||||
|
animals,cardicon_animals
|
||||||
|
assad,cardicon_assad
|
||||||
|
award_jets,cardicon_award_jets
|
||||||
|
b2,cardicon_b2
|
||||||
|
baseball,cardicon_ball_baseball_1
|
||||||
|
volleyball,cardicon_ball_volleyball_1
|
||||||
|
bear,cardicon_bear
|
||||||
|
binoculars,cardicon_binoculars_1
|
||||||
|
biohazard,cardicon_biohazard
|
||||||
|
birdbrain,cardicon_birdbrain
|
||||||
|
booniehat,cardicon_booniehat
|
||||||
|
boot,cardicon_boot
|
||||||
|
boots1,cardicon_boots_01
|
||||||
|
boots2,cardicon_boots_02
|
||||||
|
brassknuckles,cardicon_brassknuckles
|
||||||
|
brit_beret,cardicon_brit_beret
|
||||||
|
bulb,cardicon_bulb
|
||||||
|
bulletcase,cardicon_bulletcase
|
||||||
|
bullets,cardicon_bullets_50cal
|
||||||
|
burgertown,cardicon_burgertown
|
||||||
|
car,cardicon_car
|
||||||
|
chicken,cardicon_chicken
|
||||||
|
circuit,cardicon_circuit
|
||||||
|
claw,cardicon_claw
|
||||||
|
cod4,cardicon_cod4
|
||||||
|
price_comic,cardicon_comic_price
|
||||||
|
shepherd_comic,cardicon_comic_shepherd
|
||||||
|
compass,cardicon_compass
|
||||||
|
devilfinger,cardicon_devilfinger
|
||||||
|
dogtags,cardicon_dogtags_1
|
||||||
|
doubletap,cardicon_doubletap
|
||||||
|
eagle,cardicon_eagle
|
||||||
|
electro,cardicon_electro
|
||||||
|
aa12_master,cardicon_expert_aa12
|
||||||
|
ak47_master,cardicon_expert_ak47
|
||||||
|
aug_master,cardicon_expert_aug
|
||||||
|
barrett_master,cardicon_expert_barrett
|
||||||
|
m9_master,cardicon_expert_beretta
|
||||||
|
raffica_master,cardicon_expert_beretta393
|
||||||
|
intervention_master,cardicon_expert_cheytac
|
||||||
|
magnum_master,cardicon_expert_coltanaconda
|
||||||
|
deserteagle_master,cardicon_expert_deserteagle
|
||||||
|
fal_master,cardicon_expert_fal
|
||||||
|
famas_master,cardicon_expert_famas
|
||||||
|
fn2000_master,cardicon_expert_fn2000
|
||||||
|
g18_master,cardicon_expert_glock
|
||||||
|
vector_master,cardicon_expert_kriss
|
||||||
|
m1014_master,cardicon_expert_m1014
|
||||||
|
m16a4_master,cardicon_expert_m16
|
||||||
|
m21_master,cardicon_expert_m21
|
||||||
|
m240_master,cardicon_expert_m240
|
||||||
|
m4a1_master,cardicon_expert_m4
|
||||||
|
acr_master,cardicon_expert_masada
|
||||||
|
mg4_master,cardicon_expert_mg4
|
||||||
|
model1887_master,cardicon_expert_model1887
|
||||||
|
mp5k_master,cardicon_expert_mp5k
|
||||||
|
p90_master,cardicon_expert_p90
|
||||||
|
pp2000_master,cardicon_expert_pp2000
|
||||||
|
ranger_master,cardicon_expert_ranger
|
||||||
|
rpd_master,cardicon_expert_rpd
|
||||||
|
l86lsw_master,cardicon_expert_sa80
|
||||||
|
scar_master,cardicon_expert_scar
|
||||||
|
spas12_master,cardicon_expert_spas12
|
||||||
|
striker_master,cardicon_expert_striker
|
||||||
|
tar21_master,cardicon_expert_tavor
|
||||||
|
tmp_master,cardicon_expert_tmp
|
||||||
|
ump45_master,cardicon_expert_ump45
|
||||||
|
usp_master,cardicon_expert_usp
|
||||||
|
uzi_master,cardicon_expert_uzi
|
||||||
|
wa2000_master,cardicon_expert_wa2000
|
||||||
|
f15,cardicon_f15
|
||||||
|
gasmask,cardicon_gasmask
|
||||||
|
gears,cardicon_gears
|
||||||
|
ghillie,cardicon_ghillie
|
||||||
|
ghost_bust,cardicon_ghost_bust
|
||||||
|
ghostmic,cardicon_ghost_mic
|
||||||
|
ghostskull,cardicon_ghost_skull
|
||||||
|
girlskull,cardicon_girlskull
|
||||||
|
gloss_grenade,cardicon_gloss_grenade
|
||||||
|
gold,cardicon_gold
|
||||||
|
grigsby,cardicon_grigsby
|
||||||
|
aa12_expert,cardicon_gun_aa12
|
||||||
|
ak47_expert,cardicon_gun_ak47
|
||||||
|
aug_expert,cardicon_gun_aug
|
||||||
|
barrett_expert,cardicon_gun_barrett
|
||||||
|
m9_expert,cardicon_gun_beretta
|
||||||
|
raffica_expert,cardicon_gun_beretta393
|
||||||
|
intervention_expert,cardicon_gun_cheytac
|
||||||
|
magnum_expert,cardicon_gun_coltanaconda
|
||||||
|
deserteagle_expert,cardicon_gun_deserteagle
|
||||||
|
fal_expert,cardicon_gun_fal
|
||||||
|
famas_expert,cardicon_gun_famas
|
||||||
|
fn2000_expert,cardicon_gun_fn2000
|
||||||
|
g18_expert,cardicon_gun_glock
|
||||||
|
vector_expert,cardicon_gun_kriss
|
||||||
|
m1014_expert,cardicon_gun_m1014
|
||||||
|
m16a4_expert,cardicon_gun_m16
|
||||||
|
m21_expert,cardicon_gun_m21
|
||||||
|
m240_expert,cardicon_gun_m240
|
||||||
|
m4a1_expert,cardicon_gun_m4
|
||||||
|
acr_expert,cardicon_gun_masada
|
||||||
|
mg4_expert,cardicon_gun_mg4
|
||||||
|
model1887_expert,cardicon_gun_model1887
|
||||||
|
mp5k_expert,cardicon_gun_mp5k
|
||||||
|
p90_expert,cardicon_gun_p90
|
||||||
|
pp2000_expert,cardicon_gun_pp2000
|
||||||
|
ranger_expert,cardicon_gun_ranger
|
||||||
|
rpd_expert,cardicon_gun_rpd
|
||||||
|
l86lsw_expert,cardicon_gun_sa80
|
||||||
|
scar_expert,cardicon_gun_scar
|
||||||
|
spas12_expert,cardicon_gun_spas12
|
||||||
|
striker_expert,cardicon_gun_striker
|
||||||
|
tar21_expert,cardicon_gun_tavor
|
||||||
|
tmp_expert,cardicon_gun_tmp
|
||||||
|
ump45_expert,cardicon_gun_ump45
|
||||||
|
usp_expert,cardicon_gun_usp
|
||||||
|
uzi_expert,cardicon_gun_uzi
|
||||||
|
wa2000_expert,cardicon_gun_wa2000
|
||||||
|
harrier_aircraft,cardicon_harrier
|
||||||
|
hatnknife,cardicon_hat_n_knife
|
||||||
|
hazard,cardicon_hazard
|
||||||
|
headshot,cardicon_headshot
|
||||||
|
heartbeatsensor,cardicon_heartbeatsensor
|
||||||
|
helmet_army,cardicon_helmet_army
|
||||||
|
helmet_brit_ww2,cardicon_helmet_brit_ww2
|
||||||
|
helmet_medic,cardicon_helmet_medic
|
||||||
|
helmet_pilot,cardicon_helmet_pilot
|
||||||
|
helmet_ranger,cardicon_helmet_ranger
|
||||||
|
helmet_samurai,cardicon_helmet_samurai
|
||||||
|
hipflask,cardicon_hipflask
|
||||||
|
honeybadger,cardicon_honeybadger01
|
||||||
|
humantrophy,cardicon_humantrophy
|
||||||
|
hummer,cardicon_hummer
|
||||||
|
hyena,cardicon_hyena
|
||||||
|
illuminati,cardicon_illuminati
|
||||||
|
iss,cardicon_iss
|
||||||
|
greenstar,cardicon_iw
|
||||||
|
iw,cardicon_iwlogo
|
||||||
|
joystick,cardicon_joystick
|
||||||
|
juggernaut1,cardicon_juggernaut_1
|
||||||
|
juggernaut2,cardicon_juggernaut_2
|
||||||
|
kinggorilla,cardicon_kinggorilla
|
||||||
|
knife_logo,cardicon_knife_logo
|
||||||
|
launcher,cardicon_launcher
|
||||||
|
league_grenade,cardicon_league_grenade
|
||||||
|
loadedfinger,cardicon_loadedfinger
|
||||||
|
icon_locked,cardicon_locked
|
||||||
|
makarov,cardicon_makarov
|
||||||
|
mexicanblue,cardicon_mexican_blue
|
||||||
|
mexicanred,cardicon_mexican_red
|
||||||
|
mig,cardicon_mig
|
||||||
|
minigun,cardicon_minigun
|
||||||
|
missile,cardicon_missile_1
|
||||||
|
moon,cardicon_moon
|
||||||
|
motorcycle,cardicon_motorcycle
|
||||||
|
nightvision1,cardicon_nightvision_1
|
||||||
|
nightvision2,cardicon_nightvision_2
|
||||||
|
noseart,cardicon_noseart1
|
||||||
|
pacifierblue,cardicon_pacifier_blue
|
||||||
|
pacifierpink,cardicon_pacifier_pink
|
||||||
|
paratrooper,cardicon_paratrooper
|
||||||
|
patch,cardicon_patch
|
||||||
|
pavelow_aircraft,cardicon_pavelow
|
||||||
|
pirate,cardicon_pirate1
|
||||||
|
pirateflag,cardicon_pirateflag
|
||||||
|
porterjustice,cardicon_porterjustice
|
||||||
|
goldcross,cardicon_prestige10
|
||||||
|
prestige10medal,cardicon_prestige10_02
|
||||||
|
prestige_classic_1,cardicon_prestige_classic1
|
||||||
|
prestige_classic_2,cardicon_prestige_classic2
|
||||||
|
prestige_classic_3,cardicon_prestige_classic3
|
||||||
|
prestige_classic_4,cardicon_prestige_classic4
|
||||||
|
prestige_classic_5,cardicon_prestige_classic5
|
||||||
|
prestige_classic_6,cardicon_prestige_classic6
|
||||||
|
prestige_classic_7,cardicon_prestige_classic7
|
||||||
|
prestige_classic_8,cardicon_prestige_classic8
|
||||||
|
prestige_classic_9,cardicon_prestige_classic9
|
||||||
|
price_ww2,cardicon_price_ww2
|
||||||
|
price_arctic,cardicon_pricearctic
|
||||||
|
price_woodland,cardicon_pricewoodland
|
||||||
|
daisies,cardicon_pushingupdaisies
|
||||||
|
radiation,cardicon_radiation
|
||||||
|
redhead,cardicon_readhead
|
||||||
|
reddevil,cardicon_red_devil
|
||||||
|
redhand,cardicon_redhand
|
||||||
|
rhino,cardicon_rhino
|
||||||
|
riot_shield_icon,cardicon_riot_shield
|
||||||
|
rtrolling,cardicon_rtrolling
|
||||||
|
russian_beret,cardicon_russian_beret
|
||||||
|
sami,cardicon_sami
|
||||||
|
seasnipers,cardicon_seasnipers
|
||||||
|
shotgun_shells,cardicon_shotgun_shells
|
||||||
|
shuriken,cardicon_shuriken
|
||||||
|
simplegun,cardicon_simplegun
|
||||||
|
skull,cardicon_skull
|
||||||
|
skullblack,cardicon_skull_black
|
||||||
|
skullaward,cardicon_skullaward
|
||||||
|
skullnbones,cardicon_skullnbones
|
||||||
|
snakeeyes,cardicon_snakeeyes
|
||||||
|
sniper,cardicon_sniper
|
||||||
|
sniperscope,cardicon_sniperscope
|
||||||
|
snowmobile,cardicon_snowmobile
|
||||||
|
soapbar,cardicon_soap_bar
|
||||||
|
stop,cardicon_stop
|
||||||
|
stryker,cardicon_stryker
|
||||||
|
sugarglider,cardicon_sugarglider
|
||||||
|
tank,cardicon_tank_01
|
||||||
|
taskforcearmy,cardicon_taskforcearmy01
|
||||||
|
tf141,cardicon_tf141
|
||||||
|
bomb,cardicon_thebomb
|
||||||
|
cow,cardicon_thecow
|
||||||
|
tictacboom,cardicon_tictacboom
|
||||||
|
tiger,cardicon_tiger
|
||||||
|
tire,cardicon_tire
|
||||||
|
price_toon,cardicon_toon_price_1
|
||||||
|
treasurechest,cardicon_treasurechest
|
||||||
|
treasuremap,cardicon_treasuremap
|
||||||
|
tsunami,cardicon_tsunami
|
||||||
|
umbracatervae,cardicon_umbracatervae
|
||||||
|
vest,cardicon_vest_1
|
||||||
|
veteran,cardicon_veteran
|
||||||
|
warpig,cardicon_warpig
|
||||||
|
weed,cardicon_weed
|
||||||
|
xray,cardicon_xray
|
||||||
|
title_4thofjuly,cardtitle_4thofjuly_1
|
||||||
|
title_abstract,cardtitle_abstract3
|
||||||
|
title_ac130,cardtitle_ac130_1
|
||||||
|
title_carriers,cardtitle_aircraft_carriers
|
||||||
|
title_angrydragon,cardtitle_angry_dragon
|
||||||
|
title_apocalypse,cardtitle_apocalypse
|
||||||
|
title_assaultexpert,cardtitle_assault_expert
|
||||||
|
title_assaultmarksman,cardtitle_assault_marksman
|
||||||
|
title_assaultmaster,cardtitle_assault_master
|
||||||
|
title_assaultsharpshooter,cardtitle_assault_sharpshooter
|
||||||
|
title_assaultveteran,cardtitle_assault_veteran
|
||||||
|
title_at4,cardtitle_at4_rocket
|
||||||
|
title_bandaid,cardtitle_bandaid
|
||||||
|
title_benjamins,cardtitle_benjamins
|
||||||
|
title_blackcat,cardtitle_blackcat
|
||||||
|
title_blimp,cardtitle_blimp
|
||||||
|
title_bloodsplat,cardtitle_bloodsplat
|
||||||
|
title_bloodysword,cardtitle_bloodysword
|
||||||
|
title_pinupgirl,cardtitle_bomber_pinup_girl
|
||||||
|
title_bombs,cardtitle_bombs2
|
||||||
|
title_buckshot,cardtitle_buckshot
|
||||||
|
title_buggy,cardtitle_buggy
|
||||||
|
title_bullet,cardtitle_bullet
|
||||||
|
title_butterfly1,cardtitle_butterfly_1
|
||||||
|
title_butterfly2,cardtitle_butterfly_2
|
||||||
|
title_camo_arctic,cardtitle_camo_arctic
|
||||||
|
title_camo_bluetiger,cardtitle_camo_bluetiger
|
||||||
|
title_camo_desert,cardtitle_camo_desert
|
||||||
|
title_camo_digital,cardtitle_camo_digital
|
||||||
|
title_camo_fall,cardtitle_camo_fall
|
||||||
|
title_camo_redtiger,cardtitle_camo_redtiger
|
||||||
|
title_camo_urban,cardtitle_camo_urban
|
||||||
|
title_camo_woodland,cardtitle_camo_woodland
|
||||||
|
title_cemetary,cardtitle_cemetary
|
||||||
|
title_cheese,cardtitle_cheese
|
||||||
|
title_chicken,cardtitle_chicken
|
||||||
|
title_cobra,cardtitle_cobra
|
||||||
|
title_cowboy,cardtitle_cowboy
|
||||||
|
title_cripple,cardtitle_cripple
|
||||||
|
title_cutegreen1,cardtitle_cute_green_1
|
||||||
|
title_cutegreen2,cardtitle_cute_green_2
|
||||||
|
title_cutegreen3,cardtitle_cute_green_3
|
||||||
|
title_cutepink1,cardtitle_cute_pink_1
|
||||||
|
title_cutepink2,cardtitle_cute_pink_2
|
||||||
|
title_cutepink3,cardtitle_cute_pink_3
|
||||||
|
title_dragonkick,cardtitle_dragon_kick
|
||||||
|
title_drifting,cardtitle_drifting
|
||||||
|
title_dynamite,cardtitle_dynamite
|
||||||
|
title_endofline,cardtitle_endofline_red
|
||||||
|
title_explosion,cardtitle_explosion
|
||||||
|
title_eyeball,cardtitle_eyeball_3
|
||||||
|
flag_australia,cardtitle_flag_australia
|
||||||
|
flag_austria,cardtitle_flag_austria
|
||||||
|
flag_belgium,cardtitle_flag_belgium
|
||||||
|
flag_brazil,cardtitle_flag_brazil
|
||||||
|
flag_canada,cardtitle_flag_canada
|
||||||
|
flag_china,cardtitle_flag_china
|
||||||
|
flag_czech,cardtitle_flag_czech
|
||||||
|
flag_denmark,cardtitle_flag_denmark
|
||||||
|
flag_elsalvador,cardtitle_flag_elsalvador
|
||||||
|
flag_finland,cardtitle_flag_finland
|
||||||
|
flag_france,cardtitle_flag_france
|
||||||
|
flag_germany,cardtitle_flag_germany
|
||||||
|
flag_greece,cardtitle_flag_greece
|
||||||
|
flag_hongkong,cardtitle_flag_hongkong
|
||||||
|
flag_india,cardtitle_flag_india
|
||||||
|
flag_iran,cardtitle_flag_iran
|
||||||
|
flag_ireland,cardtitle_flag_ireland
|
||||||
|
flag_italy,cardtitle_flag_italy
|
||||||
|
flag_japan,cardtitle_flag_japan
|
||||||
|
flag_luxemburg,cardtitle_flag_luxemburg
|
||||||
|
flag_mexico,cardtitle_flag_mexico
|
||||||
|
flag_netherlands,cardtitle_flag_netherlands
|
||||||
|
flag_newzealand,cardtitle_flag_newzealand
|
||||||
|
flag_norway,cardtitle_flag_norway
|
||||||
|
flag_philippines,cardtitle_flag_philippines
|
||||||
|
flag_poland,cardtitle_flag_poland
|
||||||
|
flag_portugal,cardtitle_flag_portugal
|
||||||
|
flag_russia,cardtitle_flag_russia
|
||||||
|
flag_saudiarabia,cardtitle_flag_saudiarabia
|
||||||
|
flag_singapore,cardtitle_flag_singapore
|
||||||
|
flag_southafrica,cardtitle_flag_southafrica
|
||||||
|
flag_southkorea,cardtitle_flag_southkorea
|
||||||
|
flag_spain,cardtitle_flag_spain
|
||||||
|
flag_sweden,cardtitle_flag_sweden
|
||||||
|
flag_swiss,cardtitle_flag_swiss
|
||||||
|
flag_taiwan,cardtitle_flag_taiwan
|
||||||
|
flag_turkey,cardtitle_flag_turkey
|
||||||
|
flag_uk,cardtitle_flag_uk
|
||||||
|
flag_uae,cardtitle_flag_united_arab_emirates
|
||||||
|
flag_us,cardtitle_flag_united_states
|
||||||
|
title_flames,cardtitle_flames_1
|
||||||
|
title_flower,cardtitle_flower_3
|
||||||
|
title_gears,cardtitle_gears_3
|
||||||
|
title_general,cardtitle_general
|
||||||
|
title_ghillie,cardtitle_ghillie
|
||||||
|
title_glass,cardtitle_glass_hispeed
|
||||||
|
title_graffiti3,cardtitle_graff
|
||||||
|
title_graffiti1,cardtitle_graffiti_01
|
||||||
|
title_graffiti2,cardtitle_graffiti_02
|
||||||
|
title_harrier,cardtitle_harrier
|
||||||
|
title_hazard,cardtitle_hazard_3
|
||||||
|
title_heartbeat,cardtitle_heartbeat
|
||||||
|
title_helicopters,cardtitle_helicopters_1
|
||||||
|
title_hello,cardtitle_hello
|
||||||
|
title_horsemen,cardtitle_horsemen
|
||||||
|
title_death,cardtitle_horsemen_death
|
||||||
|
title_famine,cardtitle_horsemen_famine
|
||||||
|
title_war,cardtitle_horsemen_war
|
||||||
|
title_hotdog,cardtitle_hotdog
|
||||||
|
title_jason,cardtitle_jason_nvg
|
||||||
|
title_joint,cardtitle_joint
|
||||||
|
title_kingsnake,cardtitle_kingsnake
|
||||||
|
title_lingerie1,cardtitle_lingerie_1
|
||||||
|
title_lingerie2,cardtitle_lingerie_2
|
||||||
|
title_machinegun,cardtitle_machinegun
|
||||||
|
title_magic,cardtitle_magic
|
||||||
|
title_mig15,cardtitle_mig15
|
||||||
|
title_moab,cardtitle_moab
|
||||||
|
title_money,cardtitle_money01
|
||||||
|
title_mw2,cardtitle_mw2_black
|
||||||
|
title_nvg,cardtitle_nvg_high
|
||||||
|
title_operations,cardtitle_operations
|
||||||
|
title_pavelow,cardtitle_pavelow
|
||||||
|
title_pavelowside,cardtitle_pavelow_side
|
||||||
|
title_pinkscar,cardtitle_pinkscar
|
||||||
|
title_daisies,cardtitle_pushingupdaisies
|
||||||
|
title_racerricerocket,cardtitle_racer_rice_rocket
|
||||||
|
title_rainbows,cardtitle_rainbows_3
|
||||||
|
title_rollhardsix,cardtitle_roll_hard_six
|
||||||
|
title_rpg,cardtitle_rpg
|
||||||
|
title_samurai,cardtitle_samurai_lv3
|
||||||
|
title_satellite,cardtitle_satellite
|
||||||
|
title_schooled,cardtitle_schooled
|
||||||
|
title_shark,cardtitle_shark
|
||||||
|
title_silencer,cardtitle_silencer
|
||||||
|
title_skateboard,cardtitle_skateboard
|
||||||
|
title_smokeem,cardtitle_smoke_em
|
||||||
|
title_sniper1,cardtitle_sniper_1
|
||||||
|
title_sniper2,cardtitle_sniper_2
|
||||||
|
title_sniper3,cardtitle_sniper_3
|
||||||
|
title_sniper4,cardtitle_sniper_4
|
||||||
|
title_snowmobile,cardtitle_snowmobile
|
||||||
|
title_snubnose,cardtitle_snubnose
|
||||||
|
title_iss,cardtitle_space_iss01
|
||||||
|
title_spankpaddle,cardtitle_spankpaddle
|
||||||
|
title_spiderweb,cardtitle_spiderweb_hispeed
|
||||||
|
title_spy,cardtitle_spy_1
|
||||||
|
title_stpatricks,cardtitle_stpatricks_3
|
||||||
|
title_straightblast,cardtitle_straight_blast
|
||||||
|
title_sunbather,cardtitle_sunbather
|
||||||
|
title_sword1,cardtitle_sword_1
|
||||||
|
title_sword2,cardtitle_sword_2
|
||||||
|
title_sword3,cardtitle_sword_3
|
||||||
|
title_tank,cardtitle_tank
|
||||||
|
title_bomb,cardtitle_thebomb
|
||||||
|
title_tiger,cardtitle_tiger
|
||||||
|
title_tomahawk,cardtitle_tomahawk
|
||||||
|
title_tsunami,cardtitle_tsuenami
|
||||||
|
title_weed,cardtitle_weed_3
|
||||||
|
title_zero,cardtitle_zero
|
||||||
|
title_zombie,cardtitle_zombie_3
|
||||||
|
code_breakpoint,code_breakpoint
|
||||||
|
code_warning_bandwidth,code_warning_bandwidth
|
||||||
|
code_warning_bandwidthlimited,code_warning_bandwidthlimited
|
||||||
|
code_warning_file,code_warning_file
|
||||||
|
code_warning_fps,code_warning_fps
|
||||||
|
code_warning_gamestate,code_warning_gamestate
|
||||||
|
code_warning_maxeffects,code_warning_maxeffects
|
||||||
|
code_warning_models,code_warning_models
|
||||||
|
code_warning_scripterrors,code_warning_scripterrors
|
||||||
|
code_warning_serverfps,code_warning_serverfps
|
||||||
|
code_warning_snapshotents,code_warning_snapshotents
|
||||||
|
code_warning_soundcpu,code_warning_soundcpu
|
||||||
|
flagneutral,compass_flag_neutral
|
||||||
|
ac130_enemy,compass_objpoint_ac130_enemy
|
||||||
|
ac130_friendly,compass_objpoint_ac130_friendly
|
||||||
|
airstrike_enemy,compass_objpoint_airstrike_busy
|
||||||
|
airstrike_friendly,compass_objpoint_airstrike_friendly
|
||||||
|
ammo_enemy,compass_objpoint_ammo_enemy
|
||||||
|
ammo_friendly,compass_objpoint_ammo_friendly
|
||||||
|
stealthbomber_friendly,compass_objpoint_b2_airstrike_friendly
|
||||||
|
stealthbomber_enemy,compass_objpoint_b2_airstrike_enemy
|
||||||
|
c130_enemy,compass_objpoint_c130_enemy
|
||||||
|
c130_friendly,compass_objpoint_c130_friendly
|
||||||
|
helicopter_enemy,compass_objpoint_helicopter_busy
|
||||||
|
helicopter_friendly,compass_objpoint_helicopter_friendly
|
||||||
|
littlebird_enemy,compass_objpoint_littlebird_busy
|
||||||
|
littlebird_friendly,compass_objpoint_littlebird_friendly
|
||||||
|
explosion,compassping_explosion
|
||||||
|
player_friendly,compassping_friendly_mp
|
||||||
|
player_party,compassping_friendly_party_mp
|
||||||
|
player_friendlyfiring,compassping_friendlyfiring_mp
|
||||||
|
player_partyfiring,compassping_friendlyfiring_party_mp
|
||||||
|
player_friendlyyelling,compassping_friendlyyelling_mp
|
||||||
|
player_partyyelling,compassping_friendlyyelling_party_mp
|
||||||
|
grenade,compassping_grenade
|
||||||
|
player,compassping_player
|
||||||
|
sentry_enemy,compassping_sentry_enemy
|
||||||
|
sentry_enemyfiring,compassping_sentry_enemyfiring
|
||||||
|
sentry_friendly,compassping_sentry_friendly
|
||||||
|
sentry_friendlyfiring,compassping_sentry_friendlyfiring
|
||||||
|
crosshair_red,crosshair_red
|
||||||
|
death_airstrike,death_airstrike
|
||||||
|
death_car,death_car
|
||||||
|
death_harrier,death_harrier
|
||||||
|
death_helicopter,death_helicopter
|
||||||
|
death_nuke,death_nuke
|
||||||
|
death_pavelow,death_pavelow
|
||||||
|
death_riot_shield,death_riot_shield
|
||||||
|
defusebomb,defusebomb
|
||||||
|
dpad_40mm_grenade,dpad_40mm_grenade
|
||||||
|
dpad_down,dpad_down
|
||||||
|
ac130,dpad_killstreak_ac130
|
||||||
|
carepackage,dpad_killstreak_carepackage
|
||||||
|
chopper,dpad_killstreak_cobra_gunner
|
||||||
|
counteruav,dpad_killstreak_counter_uav
|
||||||
|
emergencyairdrop,dpad_killstreak_emergency_airdrop
|
||||||
|
emp,dpad_killstreak_emp
|
||||||
|
harrier,dpad_killstreak_harrier
|
||||||
|
pavelow,dpad_killstreak_helicopter_flares
|
||||||
|
helicopter,dpad_killstreak_helicopter_support
|
||||||
|
predatormissile,dpad_killstreak_hellfire_missile
|
||||||
|
nuke,dpad_killstreak_nuke
|
||||||
|
airstrike,dpad_killstreak_precision_airstrike
|
||||||
|
sentry,dpad_killstreak_sentry
|
||||||
|
sentryairdrop,dpad_killstreak_sentry_airdrop
|
||||||
|
stealthbomber,dpad_killstreak_stealth_bomber
|
||||||
|
uav,dpad_killstreak_uav
|
||||||
|
dpad_left,dpad_left
|
||||||
|
dpad_right,dpad_right
|
||||||
|
tacticalinsert,dpad_tacticalinsert
|
||||||
|
underbarrelshotgun,dpad_underbarrel_shotgun
|
||||||
|
dpad_up,dpad_up
|
||||||
|
blastshield,equipment_blast_shield
|
||||||
|
c4_detonator,equipment_c4
|
||||||
|
cac_claymore,equipment_claymore
|
||||||
|
flare,equipment_flare
|
||||||
|
fraggrenade,equipment_frag
|
||||||
|
semtexgrenade,equipment_semtex
|
||||||
|
throwingknife,equipment_throwing_knife
|
||||||
|
sas,faction_128_sas
|
||||||
|
health,hint_health
|
||||||
|
mantle,hint_mantle
|
||||||
|
usable,hint_usable
|
||||||
|
ak74u,hud_akd74u
|
||||||
|
burningbarrel,hud_burningbarrelicon
|
||||||
|
dpad_arrow,hud_dpad_arrow
|
||||||
|
dpad_xbox360,hud_dpad_xbox360
|
||||||
|
flashbang,hud_flashbangicon
|
||||||
|
fofbox_hostile,hud_fofbox_hostile
|
||||||
|
fofbox_hostilevehicle,hud_fofbox_hostile_vehicle
|
||||||
|
fofbox_self,hud_fofbox_self
|
||||||
|
grenade,hud_grenadeicon
|
||||||
|
grenadethrowback,hud_grenadethrowback
|
||||||
|
40mm_grenade,hud_icon_40mm_grenade
|
||||||
|
aa12,hud_icon_aa12
|
||||||
|
ac130_hud,hud_icon_ac130
|
||||||
|
ak47,hud_icon_ak47
|
||||||
|
ak47classic,hud_icon_ak47_classic
|
||||||
|
artillery,hud_icon_artillery
|
||||||
|
at4,hud_icon_at4
|
||||||
|
barrett,hud_icon_barrett50cal
|
||||||
|
m1014,hud_icon_benelli_m4
|
||||||
|
raffica,hud_icon_beretta393
|
||||||
|
c4,hud_icon_c4
|
||||||
|
intervention,hud_icon_cheytac
|
||||||
|
claymore,hud_icon_claymore
|
||||||
|
magnum,hud_icon_colt_anaconda
|
||||||
|
deserteagle,hud_icon_desert_eagle
|
||||||
|
deserteaglegold,hud_icon_desert_eagle_gold
|
||||||
|
dragunov,hud_icon_dragunov
|
||||||
|
famas,hud_icon_famas
|
||||||
|
fn2000,hud_icon_fn2000
|
||||||
|
fal,hud_icon_fnfal
|
||||||
|
g18,hud_icon_glock
|
||||||
|
javelin,hud_icon_javelin
|
||||||
|
vector,hud_icon_kriss
|
||||||
|
m21_scoped,hud_icon_m14_scoped
|
||||||
|
m21,hud_icon_m14ebr
|
||||||
|
m16a4,hud_icon_m16a4
|
||||||
|
m16a4_grenade,hud_icon_m16a4_grenade
|
||||||
|
m240,hud_icon_m240
|
||||||
|
m249saw,hud_icon_m249saw
|
||||||
|
m249saw_mounted,hud_icon_m249saw_mounted
|
||||||
|
m40a3,hud_icon_m40a3
|
||||||
|
m4a1,hud_icon_m4carbine
|
||||||
|
m79,hud_icon_m79
|
||||||
|
m9,hud_icon_m9beretta
|
||||||
|
acr,hud_icon_masada
|
||||||
|
mg4,hud_icon_mg4
|
||||||
|
uzi,hud_icon_mini_uzi
|
||||||
|
model1887,hud_icon_model1887
|
||||||
|
mp44,hud_icon_mp44
|
||||||
|
mp5,hud_icon_mp5
|
||||||
|
mp5_silencer,hud_icon_mp5_silencer
|
||||||
|
mp5k,hud_icon_mp5k
|
||||||
|
tmp,hud_icon_mp9
|
||||||
|
nvg,hud_icon_nvg
|
||||||
|
p90,hud_icon_p90
|
||||||
|
pistol,hud_icon_pistol
|
||||||
|
pp2000,hud_icon_pp2000
|
||||||
|
remote_missile,hud_icon_remote_missile
|
||||||
|
riotshield,hud_icon_riot_shield
|
||||||
|
rpd,hud_icon_rpd
|
||||||
|
rpg,hud_icon_rpg
|
||||||
|
rpg_dpad,hud_icon_rpg_dpad
|
||||||
|
l86lsw,hud_icon_sa80
|
||||||
|
l86lsw_lmg,hud_icon_sa80_lmg
|
||||||
|
ranger,hud_icon_sawed_off
|
||||||
|
scar,hud_icon_scar_h
|
||||||
|
sentry_hud,hud_icon_sentrygun
|
||||||
|
shotgun,hud_icon_shotgun
|
||||||
|
sniperrifle,hud_icon_sniperrifle
|
||||||
|
spas12,hud_icon_spas12
|
||||||
|
aug,hud_icon_steyr
|
||||||
|
stinger,hud_icon_stinger
|
||||||
|
striker,hud_icon_striker
|
||||||
|
tavor,hud_icon_tavor
|
||||||
|
ump45,hud_icon_ump45
|
||||||
|
undermountedshotgun,hud_icon_undermounted_shotgun
|
||||||
|
usp,hud_icon_usp_45
|
||||||
|
wa2000,hud_icon_wa2000
|
||||||
|
javelin_clu_on,hud_javelin_clu_on
|
||||||
|
javelin_dir_on,hud_javelin_dir_on
|
||||||
|
javelin_lock_on,hud_javelin_lock_on
|
||||||
|
javelin_norocket_on,hud_javelin_norocket_on
|
||||||
|
javelin_rocket_on,hud_javelin_rocket_on
|
||||||
|
javelin_top_on,hud_javelin_top_on
|
||||||
|
chopper_friendly,hud_minimap_cobra_green
|
||||||
|
chopper_enemy,hud_minimap_cobra_red
|
||||||
|
harrier_friendly,hud_minimap_harrier_green
|
||||||
|
harrier_enemy,hud_minimap_harrier_red
|
||||||
|
pavelow_friendly,hud_minimap_pavelow_green
|
||||||
|
pavelow_enemy,hud_minimap_pavelow_red
|
||||||
|
peacekeeper,hud_peacekeeper
|
||||||
|
connecting,hud_status_connecting
|
||||||
|
dead,hud_status_dead
|
||||||
|
suitcase_bomb,hud_suitcase_bomb
|
||||||
|
teamcaret,hud_teamcaret
|
||||||
|
flashgrenade,hud_us_flashgrenade
|
||||||
|
frag,hud_us_grenade
|
||||||
|
semtex,hud_us_semtex
|
||||||
|
smokegrenade,hud_us_smokegrenade
|
||||||
|
stungrenade,hud_us_stungrenade
|
||||||
|
questionmark,hudicon_neutral
|
||||||
|
downarrow,hudscoreboardscroll_downarrow
|
||||||
|
pagedown,hudscoreboardscroll_downkey
|
||||||
|
uparrow,hudscoreboardscroll_uparrow
|
||||||
|
pageup,hudscoreboardscroll_upkey
|
||||||
|
stopwatch,hudstopwatch
|
||||||
|
title_lollipopgirl,iw5_cardtitle_lollipop_girl
|
||||||
|
killiconcrush,killiconcrush
|
||||||
|
killicondied,killicondied
|
||||||
|
killiconfalling,killiconfalling
|
||||||
|
killiconheadshot,killiconheadshot
|
||||||
|
killiconimpact,killiconimpact
|
||||||
|
killiconimpale,killiconimpale
|
||||||
|
killiconmelee,killiconmelee
|
||||||
|
iw_logo,logo_iw
|
||||||
|
net_disconnect,net_disconnect
|
||||||
|
nottalking,nottalkingicon
|
||||||
|
objective,objective
|
||||||
|
exclamationmarkred,objective_friendly_chat
|
||||||
|
exclamationmarkblue,objective_friendly_party_chat
|
||||||
|
objectivea,objectivea
|
||||||
|
objectiveb,objectiveb
|
||||||
|
flag_arab,objpoint_flag_arab
|
||||||
|
flag_opfor,objpoint_flag_opfor
|
||||||
|
flag_taskforce,objpoint_flag_taskforce
|
||||||
|
plantbomb,plantbomb
|
||||||
|
rank_1stlt1,rank_1stlt1
|
||||||
|
rank_1stsgt1,rank_1stsgt1
|
||||||
|
rank_2ndlt1,rank_2ndlt1
|
||||||
|
rank_bgen1,rank_bgen1
|
||||||
|
rank_capt1,rank_capt1
|
||||||
|
rank_cmdsgtmaj1,rank_cmdsgtmaj1
|
||||||
|
rank_col1,rank_col1
|
||||||
|
rank_comm1,rank_comm1
|
||||||
|
rank_cpl1,rank_cpl1
|
||||||
|
rank_gen1,rank_gen1
|
||||||
|
rank_ltcol1,rank_ltcol1
|
||||||
|
rank_ltgen1,rank_ltgen1
|
||||||
|
rank_maj1,rank_maj1
|
||||||
|
rank_majgen1,rank_majgen1
|
||||||
|
rank_msgt1,rank_msgt1
|
||||||
|
rank_pfc1,rank_pfc1
|
||||||
|
prestige1,rank_prestige1
|
||||||
|
prestige10,rank_prestige10
|
||||||
|
prestige2,rank_prestige2
|
||||||
|
prestige3,rank_prestige3
|
||||||
|
prestige4,rank_prestige4
|
||||||
|
prestige5,rank_prestige5
|
||||||
|
prestige6,rank_prestige6
|
||||||
|
prestige7,rank_prestige7
|
||||||
|
prestige8,rank_prestige8
|
||||||
|
prestige9,rank_prestige9
|
||||||
|
rank_pvt1,rank_pvt1
|
||||||
|
rank_sfc1,rank_sfc1
|
||||||
|
rank_sgt1,rank_sgt1
|
||||||
|
rank_sgtmaj1,rank_sgtmaj1
|
||||||
|
rank_spc1,rank_spc1
|
||||||
|
rank_ssgt1,rank_ssgt1
|
||||||
|
predatorfriendly,remotemissile_target_friendly
|
||||||
|
predatorenemy,remotemissile_target_hostile
|
||||||
|
reticle_c4,reticle_center_c4
|
||||||
|
reticle_claymore,reticle_center_claymore
|
||||||
|
reticle_cross,reticle_center_cross
|
||||||
|
reticle_semtex,reticle_center_semtex
|
||||||
|
reticle_tacticalinsertion,reticle_center_tacticalinsertion
|
||||||
|
reticle_throwingknife,reticle_center_throwingknife
|
||||||
|
reticle_flechette,reticle_flechette
|
||||||
|
scavenger_pickup,scavenger_pickup
|
||||||
|
dedicated_linux,server_hardware_linux_dedicated
|
||||||
|
dedicated_unknown,server_hardware_unknown
|
||||||
|
dedicated_win,server_hardware_win_dedicated
|
||||||
|
ac130_streak,specialty_ac130
|
||||||
|
ac130_crate,specialty_ac130_crate
|
||||||
|
emergencyairdrop_streak,specialty_airdrop_emergency
|
||||||
|
emergencyairdrop_crate,specialty_airdrop_emergency_crate
|
||||||
|
sentry_streak,specialty_airdrop_sentry_minigun
|
||||||
|
sentry_crate,specialty_airdrop_sentry_minigun_crate
|
||||||
|
cac_blastshield,specialty_blastshield
|
||||||
|
bling,specialty_bling
|
||||||
|
blingpro,specialty_bling_upgrade
|
||||||
|
sitrep,specialty_bombsquad
|
||||||
|
sitrep_pro,specialty_bombsquad_upgrade
|
||||||
|
stoppingpower,specialty_bulletdamage
|
||||||
|
stoppingpowerpro,specialty_bulletdamage_upgrade
|
||||||
|
carepackage_streak,specialty_carepackage
|
||||||
|
carepackage_crate,specialty_carepackage_crate
|
||||||
|
chopper_streak,specialty_cobra_gunner
|
||||||
|
chopper_crate,specialty_cobra_gunner_crate
|
||||||
|
coldblooded,specialty_coldblooded
|
||||||
|
coldbloodedpro,specialty_coldblooded_upgrade
|
||||||
|
commando,specialty_commando
|
||||||
|
commandopro,specialty_commando_upgrade
|
||||||
|
copycat,specialty_copycat
|
||||||
|
counteruav_streak,specialty_counter_uav
|
||||||
|
counteruav_crate,specialty_counter_uav_crate
|
||||||
|
dangerclose,specialty_dangerclose
|
||||||
|
dangerclosepro,specialty_dangerclose_upgrade
|
||||||
|
emp_streak,specialty_emp
|
||||||
|
emp_crate,specialty_emp_crate
|
||||||
|
sleightofhand,specialty_fastreload
|
||||||
|
sleightofhandpro,specialty_fastreload_upgrade
|
||||||
|
finalstand,specialty_finalstand
|
||||||
|
martyrdom,specialty_grenadepulldeath
|
||||||
|
hardline,specialty_hardline
|
||||||
|
hardlinepro,specialty_hardline_upgrade
|
||||||
|
harrier_streak,specialty_harrier_strike
|
||||||
|
harrier_crate,specialty_harrier_strike_crate
|
||||||
|
pavelow_streak,specialty_helicopter_flares
|
||||||
|
pavelow_create,specialty_helicopter_flares_crate
|
||||||
|
helicopter_streak,specialty_helicopter_support
|
||||||
|
helicopter_crate,specialty_helicopter_support_crate
|
||||||
|
streak_null,specialty_ks_null
|
||||||
|
lightweight,specialty_lightweight
|
||||||
|
lightweightpro,specialty_lightweight_upgrade
|
||||||
|
scrambler,specialty_localjammer
|
||||||
|
scramblerpro,specialty_localjammer_upgrade
|
||||||
|
marathon,specialty_marathon
|
||||||
|
marathonpro,specialty_marathon_upgrade
|
||||||
|
nuke_streak,specialty_nuke
|
||||||
|
nuke_crate,specialty_nuke_crate
|
||||||
|
perk_null,specialty_null
|
||||||
|
perk_nullpro,specialty_null_upgrade
|
||||||
|
onemanarmy,specialty_onemanarmy
|
||||||
|
onemanarmypro,specialty_onemanarmy_upgrade
|
||||||
|
painkiller,specialty_painkiller
|
||||||
|
laststand,specialty_pistoldeath
|
||||||
|
laststandpro,specialty_pistoldeath_upgrade
|
||||||
|
airstrike_streak,specialty_precision_airstrike
|
||||||
|
airstrike_crate,specialty_precision_airstrike_crate
|
||||||
|
predator_streak,specialty_predator_missile
|
||||||
|
predator_crate,specialty_predator_missile_crate
|
||||||
|
ninja,specialty_quieter
|
||||||
|
ninjapro,specialty_quieter_upgrade
|
||||||
|
scavenger,specialty_scavenger
|
||||||
|
scavengerpro,specialty_scavenger_upgrade
|
||||||
|
steadyaim,specialty_steadyaim
|
||||||
|
steadyaimpro,specialty_steadyaim_upgrade
|
||||||
|
stealthbomber_streak,specialty_stealth_bomber
|
||||||
|
stealthbomber_crate,specialty_stealth_bomber_crate
|
||||||
|
tacticalinsertion,specialty_tacticalinsertion
|
||||||
|
uav_streak,specialty_uav
|
||||||
|
uav_crate,specialty_uav_crate
|
||||||
|
statmon_warning_tris,statmon_warning_tris
|
||||||
|
talking,talkingicon
|
||||||
|
camo_arctic,ui_camoskin_arctic
|
||||||
|
camo_blue_tiger,ui_camoskin_blue_tiger
|
||||||
|
camo_desert,ui_camoskin_desert
|
||||||
|
camo_digital,ui_camoskin_digital
|
||||||
|
camo_gold,ui_camoskin_gold
|
||||||
|
camo_orangefall,ui_camoskin_orange_fall
|
||||||
|
camo_prestige,ui_camoskin_prestige
|
||||||
|
camo_redtiger,ui_camoskin_red_tiger
|
||||||
|
camo_redurban,ui_camoskin_red_urban
|
||||||
|
camo_woodland,ui_camoskin_woodland
|
||||||
|
cursor,ui_cursor
|
||||||
|
host,ui_host
|
||||||
|
voice_off,voice_off
|
||||||
|
voice_on,voice_on
|
||||||
|
ammofriendly,waypoint_ammo_friendly
|
||||||
|
bombfriendly,waypoint_bomb
|
||||||
|
waypoint_bombenemy,waypoint_bomb_enemy
|
||||||
|
capture,waypoint_capture
|
||||||
|
capturea,waypoint_capture_a
|
||||||
|
captureb,waypoint_capture_b
|
||||||
|
capturec,waypoint_capture_c
|
||||||
|
captured,waypoint_capture_d
|
||||||
|
capturee,waypoint_capture_e
|
||||||
|
captureflag,waypoint_capture_flag
|
||||||
|
captureneutral,waypoint_captureneutral
|
||||||
|
captureneutrala,waypoint_captureneutral_a
|
||||||
|
captureneutralb,waypoint_captureneutral_b
|
||||||
|
captureneutralc,waypoint_captureneutral_c
|
||||||
|
captureneutrald,waypoint_captureneutral_d
|
||||||
|
captureneutrale,waypoint_captureneutral_e
|
||||||
|
defend,waypoint_defend
|
||||||
|
defenda,waypoint_defend_a
|
||||||
|
defendb,waypoint_defend_b
|
||||||
|
defendc,waypoint_defend_c
|
||||||
|
defendd,waypoint_defend_d
|
||||||
|
defende,waypoint_defend_e
|
||||||
|
defendflag,waypoint_defend_flag
|
||||||
|
defendtimera,waypoint_defend_timer_a
|
||||||
|
defendtimerb,waypoint_defend_timer_b
|
||||||
|
defuse,waypoint_defuse
|
||||||
|
defusea,waypoint_defuse_a
|
||||||
|
defuseb,waypoint_defuse_b
|
||||||
|
defusetimera,waypoint_defuse_timer_a
|
||||||
|
defusetimerb,waypoint_defuse_timer_b
|
||||||
|
escort,waypoint_escort
|
||||||
|
flagenemy,waypoint_flag_enemy
|
||||||
|
flagfriendly,waypoint_flag_friendly
|
||||||
|
kill,waypoint_kill
|
||||||
|
returnflag,waypoint_return_flag
|
||||||
|
revive,waypoint_revive
|
||||||
|
target,waypoint_target
|
||||||
|
targeta,waypoint_target_a
|
||||||
|
targetb,waypoint_target_b
|
||||||
|
targetneutral,waypoint_targetneutral
|
||||||
|
waitforflag,waypoint_waitfor_flag
|
||||||
|
aa12_cac,weapon_aa12
|
||||||
|
ak47_cac,weapon_ak47
|
||||||
|
ak47classic_cac,weapon_ak47_classic
|
||||||
|
ak74u_cac,weapon_aks74u
|
||||||
|
at4_cac,weapon_at4
|
||||||
|
acog,weapon_attachment_acog
|
||||||
|
akimbo,weapon_attachment_akimbo
|
||||||
|
holo,weapon_attachment_eotech
|
||||||
|
fmj,weapon_attachment_fmj
|
||||||
|
grip,weapon_attachment_grip
|
||||||
|
heartbeat,weapon_attachment_heartbeat
|
||||||
|
m203,weapon_attachment_m203
|
||||||
|
reddot,weapon_attachment_reflex
|
||||||
|
rapidfire,weapon_attachment_rof
|
||||||
|
underbarrelshotgun,weapon_attachment_shotgun
|
||||||
|
silencer,weapon_attachment_suppressor
|
||||||
|
tacticalknife,weapon_attachment_tactical
|
||||||
|
thermal,weapon_attachment_thermal
|
||||||
|
xmags,weapon_attachment_xmags
|
||||||
|
aug_cac,weapon_aug
|
||||||
|
barrett_cac,weapon_barrett50cal
|
||||||
|
m1014_cac,weapon_benelli_m4
|
||||||
|
raffica_cac,weapon_beretta393
|
||||||
|
c4_cac,weapon_c4
|
||||||
|
intervention_cac,weapon_cheytac
|
||||||
|
claymore_cac,weapon_claymore
|
||||||
|
colt45_cac,weapon_colt_45
|
||||||
|
colt45_silencer,weapon_colt_45_silencer
|
||||||
|
magnum_cac,weapon_colt_anaconda
|
||||||
|
concgrenade_cac,weapon_concgrenade
|
||||||
|
deserteagle_cac,weapon_desert_eagle
|
||||||
|
deserteaglegold_cac,weapon_desert_eagle_gold
|
||||||
|
dragunov_cac,weapon_dragunov
|
||||||
|
dragunovsvd_cac,weapon_dragunovsvd
|
||||||
|
famas_cac,weapon_famas
|
||||||
|
flashbang_cac,weapon_flashbang
|
||||||
|
fn2000_cac,weapon_fn2000
|
||||||
|
fal_cac,weapon_fnfal
|
||||||
|
fraggrenade_cac,weapon_fraggrenade
|
||||||
|
g3_cac,weapon_g3
|
||||||
|
g36c_cac,weapon_g36c
|
||||||
|
g18_cac,weapon_glock
|
||||||
|
gp25_cac,weapon_gp25
|
||||||
|
javelin_cac,weapon_javelin
|
||||||
|
vector_cac,weapon_kriss
|
||||||
|
m1014_cac,weapon_m1014
|
||||||
|
m14scoped_cac,weapon_m14_scoped
|
||||||
|
m21_cac,weapon_m14ebr
|
||||||
|
m16a4_cac,weapon_m16a4
|
||||||
|
m240_cac,weapon_m240
|
||||||
|
m249saw_cac,weapon_m249saw
|
||||||
|
m40a3_cac,weapon_m40a3
|
||||||
|
m4a1_cac,weapon_m4carbine
|
||||||
|
m60e4_cac,weapon_m60e4
|
||||||
|
m79_cac,weapon_m79
|
||||||
|
m9_cac,weapon_m9beretta
|
||||||
|
m9_silencer_cac,weapon_m9beretta_silencer
|
||||||
|
acr_cac,weapon_masada
|
||||||
|
mg4_cac,weapon_mg4
|
||||||
|
uzi_cac,weapon_mini_uzi
|
||||||
|
model1887_cac,weapon_model1887
|
||||||
|
mp44_cac,weapon_mp44
|
||||||
|
mp5_cac,weapon_mp5
|
||||||
|
mp5k_cac,weapon_mp5k
|
||||||
|
onemanarmy_cac,weapon_onemanarmy
|
||||||
|
p90_cac,weapon_p90
|
||||||
|
peacekeeper_cac,weapon_peacekeeper
|
||||||
|
pp2000_cac,weapon_pp2000
|
||||||
|
ranger_cac,weapon_ranger
|
||||||
|
remington700_cac,weapon_remington700
|
||||||
|
riotshield_cac,weapon_riotshield
|
||||||
|
rpd_cac,weapon_rpd
|
||||||
|
rpg_cac,weapon_rpg7
|
||||||
|
l86lsw_cac,weapon_sa80
|
||||||
|
scar_cac,weapon_scar_h
|
||||||
|
skorpion_cac,weapon_skorpion
|
||||||
|
smokegrenade_cac,weapon_smokegrenade
|
||||||
|
spas12_cac,weapon_spas12
|
||||||
|
stinger_cac,weapon_stinger
|
||||||
|
striker_cac,weapon_striker
|
||||||
|
tar21_cac,weapon_tavor
|
||||||
|
tmp_cac,weapon_tmp
|
||||||
|
ump45_cac,weapon_ump45
|
||||||
|
usp_cac,weapon_usp_45
|
||||||
|
usp45akimbo_cac,weapon_usp_45_akimbo
|
||||||
|
usp45silencer_cac,weapon_usp_45_silencer
|
||||||
|
wa2000_cac,weapon_wa2000
|
||||||
|
winchester1200_cac,weapon_winchester1200
|
||||||
|
white,white
|
||||||
|
|
|
@ -0,0 +1,28 @@
|
||||||
|
// ========================================================
|
||||||
|
// This script disables aim assist features on clients.
|
||||||
|
// To configure this behaviour change the value of the sv_allowAimAssist dvar.
|
||||||
|
// Put this file in your scripts folder.
|
||||||
|
// ========================================================
|
||||||
|
|
||||||
|
#include maps\mp\_utility;
|
||||||
|
|
||||||
|
init()
|
||||||
|
{
|
||||||
|
aimAssistAllowed = getDvarInt("sv_allowAimAssist");
|
||||||
|
if (aimAssistAllowed <= 0)
|
||||||
|
{
|
||||||
|
level thread disableAimAssistForConnectedPlayers();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
disableAimAssistForConnectedPlayers()
|
||||||
|
{
|
||||||
|
for(;;)
|
||||||
|
{
|
||||||
|
level waittill( "connected", player );
|
||||||
|
|
||||||
|
// The dvars are cheat protected and not saved. They will be reset automatically upon joining another server.
|
||||||
|
player setClientDvar("aim_lockon_enabled", 0);
|
||||||
|
player setClientDvar("aim_slowdown_enabled", 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
//==========================================================================================
|
||||||
|
// Associate real axis to virtual axis.
|
||||||
|
// Real axis are : A_LSTICK_Y, A_LSTICK_X, A_RSTICK_X, A_RSTICK_Y, A_RTRIGGER, A_LTRIGGER
|
||||||
|
// Virtual axis are : VA_SIDE, VA_FORWARD, VA_UP, VA_YAW, VA_PITCH, VA_ATTACK
|
||||||
|
//==========================================================================================
|
||||||
|
bindaxis A_LSTICK_X VA_SIDE MAP_SQUARED
|
||||||
|
bindaxis A_LSTICK_Y VA_FORWARD MAP_SQUARED
|
||||||
|
|
||||||
|
bindaxis A_RSTICK_X VA_YAW MAP_LINEAR
|
||||||
|
bindaxis A_RSTICK_Y VA_PITCH MAP_LINEAR
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
//==========================================================================================
|
||||||
|
// Associate real axis to virtual axis.
|
||||||
|
// Real axis are : A_LSTICK_Y, A_LSTICK_X, A_RSTICK_X, A_RSTICK_Y, A_RTRIGGER, A_LTRIGGER
|
||||||
|
// Virtual axis are : VA_SIDE, VA_FORWARD, VA_UP, VA_YAW, VA_PITCH, VA_ATTACK
|
||||||
|
//==========================================================================================
|
||||||
|
bindaxis A_LSTICK_X VA_YAW MAP_LINEAR
|
||||||
|
bindaxis A_LSTICK_Y VA_FORWARD MAP_SQUARED
|
||||||
|
|
||||||
|
bindaxis A_RSTICK_X VA_SIDE MAP_SQUARED
|
||||||
|
bindaxis A_RSTICK_Y VA_PITCH MAP_LINEAR
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
//==========================================================================================
|
||||||
|
// Associate real axis to virtual axis.
|
||||||
|
// Real axis are : A_LSTICK_Y, A_LSTICK_X, A_RSTICK_X, A_RSTICK_Y, A_RTRIGGER, A_LTRIGGER
|
||||||
|
// Virtual axis are : VA_SIDE, VA_FORWARD, VA_UP, VA_YAW, VA_PITCH, VA_ATTACK
|
||||||
|
//==========================================================================================
|
||||||
|
bindaxis A_RSTICK_X VA_YAW MAP_LINEAR
|
||||||
|
bindaxis A_RSTICK_Y VA_FORWARD MAP_SQUARED
|
||||||
|
|
||||||
|
bindaxis A_LSTICK_X VA_SIDE MAP_SQUARED
|
||||||
|
bindaxis A_LSTICK_Y VA_PITCH MAP_LINEAR
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
//==========================================================================================
|
||||||
|
// Associate real axis to virtual axis.
|
||||||
|
// Real axis are : A_LSTICK_Y, A_LSTICK_X, A_RSTICK_X, A_RSTICK_Y, A_RTRIGGER, A_LTRIGGER
|
||||||
|
// Virtual axis are : VA_SIDE, VA_FORWARD, VA_UP, VA_YAW, VA_PITCH, VA_ATTACK
|
||||||
|
//==========================================================================================
|
||||||
|
bindaxis A_RSTICK_X VA_SIDE MAP_SQUARED
|
||||||
|
bindaxis A_RSTICK_Y VA_FORWARD MAP_SQUARED
|
||||||
|
|
||||||
|
bindaxis A_LSTICK_X VA_YAW MAP_LINEAR
|
||||||
|
bindaxis A_LSTICK_Y VA_PITCH MAP_LINEAR
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
textStyle 3
|
textStyle 3
|
||||||
textFont 10
|
textFont 10
|
||||||
feeder 0
|
feeder 0
|
||||||
visible 1
|
visible when ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_in_use" ) )
|
||||||
}
|
}
|
||||||
itemDef
|
itemDef
|
||||||
{
|
{
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
feeder 0
|
feeder 0
|
||||||
visible 1
|
visible 1
|
||||||
exp text ( "^3" + keybinding( "+actionslot 1" ) )
|
exp text ( "^3" + keybinding( "+actionslot 1" ) )
|
||||||
visible when ( actionslotusable( 1 ) )
|
visible when ( ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_in_use" ) ) && actionslotusable( 1 ) )
|
||||||
}
|
}
|
||||||
itemDef
|
itemDef
|
||||||
{
|
{
|
||||||
|
|
@ -94,7 +94,7 @@
|
||||||
textStyle 3
|
textStyle 3
|
||||||
textFont 10
|
textFont 10
|
||||||
feeder 0
|
feeder 0
|
||||||
visible 1
|
visible when ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_in_use" ) )
|
||||||
}
|
}
|
||||||
itemDef
|
itemDef
|
||||||
{
|
{
|
||||||
|
|
@ -121,7 +121,7 @@
|
||||||
feeder 0
|
feeder 0
|
||||||
visible 1
|
visible 1
|
||||||
exp text ( "^3" + keybinding( "+actionslot 3" ) )
|
exp text ( "^3" + keybinding( "+actionslot 3" ) )
|
||||||
visible when ( actionslotusable( 3 ) )
|
visible when ( ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_in_use" ) ) && actionslotusable( 3 ) )
|
||||||
}
|
}
|
||||||
itemDef
|
itemDef
|
||||||
{
|
{
|
||||||
|
|
@ -145,7 +145,7 @@
|
||||||
textStyle 3
|
textStyle 3
|
||||||
textFont 10
|
textFont 10
|
||||||
feeder 0
|
feeder 0
|
||||||
visible 1
|
visible when ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_in_use" ) )
|
||||||
}
|
}
|
||||||
itemDef
|
itemDef
|
||||||
{
|
{
|
||||||
|
|
@ -172,7 +172,80 @@
|
||||||
feeder 0
|
feeder 0
|
||||||
visible 1
|
visible 1
|
||||||
exp text ( "^3" + keybinding( "+actionslot 4" ) )
|
exp text ( "^3" + keybinding( "+actionslot 4" ) )
|
||||||
visible when ( actionslotusable( 4 ) )
|
visible when ( ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_in_use" ) ) && actionslotusable( 4 ) )
|
||||||
|
}
|
||||||
|
itemDef
|
||||||
|
{
|
||||||
|
rect -68.6667 -42.3333 42.6667 42.6667 10 10
|
||||||
|
style 3
|
||||||
|
decoration
|
||||||
|
visible 1
|
||||||
|
foreColor 1 1 1 0.65
|
||||||
|
background "hud_dpad_xbox360"
|
||||||
|
textScale 0.55
|
||||||
|
visible when ( dvarbool( "gpad_enabled" ) && dvarint( "gpad_in_use" ) && !dvarbool( "gpad_style" ) )
|
||||||
|
}
|
||||||
|
itemDef
|
||||||
|
{
|
||||||
|
rect -68.6667 -42.3333 42.6667 42.6667 10 10
|
||||||
|
style 3
|
||||||
|
decoration
|
||||||
|
visible 1
|
||||||
|
foreColor 1 1 1 0.65
|
||||||
|
background "hud_dpad_ps3"
|
||||||
|
textScale 0.55
|
||||||
|
visible when ( dvarbool( "gpad_enabled" ) && dvarint( "gpad_in_use" ) && dvarbool( "gpad_style" ) )
|
||||||
|
}
|
||||||
|
itemDef
|
||||||
|
{
|
||||||
|
rect -68.6667 -42 42.6667 42.6667 10 10
|
||||||
|
style 3
|
||||||
|
decoration
|
||||||
|
visible 1
|
||||||
|
foreColor 1 0.9 0.5 1
|
||||||
|
background "hud_dpad_arrow_left"
|
||||||
|
textScale 0.55
|
||||||
|
visible when ( ( dvarbool( "gpad_enabled" ) && dvarint( "gpad_in_use" ) ) && actionslotusable( 3 ) )
|
||||||
|
}
|
||||||
|
itemDef
|
||||||
|
{
|
||||||
|
rect -93 -33 32 32 10 10
|
||||||
|
ownerdraw 173
|
||||||
|
visible 1
|
||||||
|
foreColor 1 1 1 1
|
||||||
|
type 8
|
||||||
|
textFont 10
|
||||||
|
textAlign 2
|
||||||
|
textAlignX -21
|
||||||
|
textAlignY -3
|
||||||
|
textScale 0.3333
|
||||||
|
textStyle 3
|
||||||
|
visible when ( dvarbool( "gpad_enabled" ) && dvarint( "gpad_in_use" ) )
|
||||||
|
}
|
||||||
|
itemDef
|
||||||
|
{
|
||||||
|
rect -68.6667 -42 42.6667 42.6667 10 10
|
||||||
|
style 3
|
||||||
|
decoration
|
||||||
|
visible 0
|
||||||
|
foreColor 1 0.9 0.5 1
|
||||||
|
background "hud_dpad_arrow_right"
|
||||||
|
textScale 0.55
|
||||||
|
exp foreColor a ( 0.25 + ( sin( milliseconds( ) / 200 ) + 1 ) )
|
||||||
|
visible when ( ( dvarbool( "gpad_enabled" ) && dvarint( "gpad_in_use" ) ) && actionslotusable( 4 ) )
|
||||||
|
}
|
||||||
|
itemDef
|
||||||
|
{
|
||||||
|
rect -30 -36 32 32 10 10
|
||||||
|
ownerdraw 174
|
||||||
|
visible 1
|
||||||
|
foreColor 1 1 1 1
|
||||||
|
type 8
|
||||||
|
textFont 10
|
||||||
|
textAlignX -40
|
||||||
|
textScale 0.3333
|
||||||
|
textStyle 3
|
||||||
|
visible when ( dvarbool( "gpad_enabled" ) && dvarint( "gpad_in_use" ) )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -26,6 +26,7 @@
|
||||||
close "pc_options_audio"; \
|
close "pc_options_audio"; \
|
||||||
close "pc_options_controls"; \
|
close "pc_options_controls"; \
|
||||||
close "pc_options_game"; \
|
close "pc_options_game"; \
|
||||||
|
close "pc_options_gamepad"; \
|
||||||
close "pc_options_look"; \
|
close "pc_options_look"; \
|
||||||
close "pc_options_movement"; \
|
close "pc_options_movement"; \
|
||||||
close "pc_options_multi"; \
|
close "pc_options_multi"; \
|
||||||
|
|
@ -113,9 +114,10 @@ PC_OPTIONS_BUTTON(1, "buttonAudio", "@MENU_AUDIO", PC_OPTIONS_BUTTON_LEFT_ACTION
|
||||||
PC_OPTIONS_BUTTON(2, "buttonControls", "@MENU_CONTROLS", PC_OPTIONS_BUTTON_LEFT_ACTION(open "pc_options_controls";))
|
PC_OPTIONS_BUTTON(2, "buttonControls", "@MENU_CONTROLS", PC_OPTIONS_BUTTON_LEFT_ACTION(open "pc_options_controls";))
|
||||||
PC_OPTIONS_BUTTON(3, "buttonMulti", "@MENU_MULTIPLAYER", PC_OPTIONS_BUTTON_LEFT_ACTION(open "pc_options_multi";))
|
PC_OPTIONS_BUTTON(3, "buttonMulti", "@MENU_MULTIPLAYER", PC_OPTIONS_BUTTON_LEFT_ACTION(open "pc_options_multi";))
|
||||||
PC_OPTIONS_BUTTON(4, "buttonGame", "@MENU_GAME", PC_OPTIONS_BUTTON_LEFT_ACTION(open "pc_options_game";))
|
PC_OPTIONS_BUTTON(4, "buttonGame", "@MENU_GAME", PC_OPTIONS_BUTTON_LEFT_ACTION(open "pc_options_game";))
|
||||||
|
PC_OPTIONS_BUTTON(5, "buttonGamepad", "@MENU_GAMEPAD", PC_OPTIONS_BUTTON_LEFT_ACTION(open "pc_options_gamepad";))
|
||||||
|
|
||||||
MENU_CHOICE_HORIZONTAL_LINE(5)
|
MENU_CHOICE_HORIZONTAL_LINE(6)
|
||||||
PC_OPTIONS_BUTTON_RAW(5, "buttonDefaults", "@MENU_RESET_SYSTEM_DEFAULTS", open "options_graphics_defaults";, "@NULL_EMPTY", when (dvarBool("cl_ingame") || dvarBool("sv_running") || inlobby()), 1)
|
PC_OPTIONS_BUTTON_RAW(6, "buttonDefaults", "@MENU_RESET_SYSTEM_DEFAULTS", open "options_graphics_defaults";, "@NULL_EMPTY", when (dvarBool("cl_ingame") || dvarBool("sv_running") || inlobby()), 1)
|
||||||
|
|
||||||
itemDef
|
itemDef
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -82,4 +82,5 @@ menuDef
|
||||||
|
|
||||||
PC_OPTIONS_DVARYESNO_RAW(2, "@MENU_AUTORECORD", "cl_autoRecord", ;, "@MPUI_DESC_AUTORECORD", when(0), 1)
|
PC_OPTIONS_DVARYESNO_RAW(2, "@MENU_AUTORECORD", "cl_autoRecord", ;, "@MPUI_DESC_AUTORECORD", when(0), 1)
|
||||||
PC_OPTIONS_EDITFIELD_RAW(3, "@MENU_DEMOS_KEEP", "cl_demosKeep", 3, "@MPUI_DESC_DEMOS_KEEP", 1)
|
PC_OPTIONS_EDITFIELD_RAW(3, "@MENU_DEMOS_KEEP", "cl_demosKeep", 3, "@MPUI_DESC_DEMOS_KEEP", 1)
|
||||||
|
PC_OPTIONS_DVARYESNO(4, "@MENU_COLORBLIND_MODE", "r_colorBlindTeams", ;, when(0))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,132 @@
|
||||||
|
#include "ui/menudef.h"
|
||||||
|
#include "ui_mp/main.inc"
|
||||||
|
#include "ui_mp/pc_options.inc"
|
||||||
|
|
||||||
|
#define MENU_NAME "pc_options_gamepad"
|
||||||
|
#define MENU_TITLE "@MENU_GAMEPAD"
|
||||||
|
|
||||||
|
#undef CHOICE_GROUP
|
||||||
|
#define CHOICE_GROUP MENU_NAME
|
||||||
|
|
||||||
|
#define SENSITIVITY_1 0.6 // (Low)
|
||||||
|
#define SENSITIVITY_2 1 // (Medium)
|
||||||
|
#define SENSITIVITY_3 1.4
|
||||||
|
#define SENSITIVITY_4 1.8 // (High)
|
||||||
|
#define SENSITIVITY_5 2.0
|
||||||
|
#define SENSITIVITY_6 2.2
|
||||||
|
#define SENSITIVITY_7 2.6 // (Very High)
|
||||||
|
#define SENSITIVITY_8 3.0
|
||||||
|
#define SENSITIVITY_9 3.5
|
||||||
|
#define SENSITIVITY_10 4.0 // (Insane)
|
||||||
|
|
||||||
|
#define CLOSE_MENUS \
|
||||||
|
close "controls_multi"; \
|
||||||
|
close "main_controls"; \
|
||||||
|
close "main_options"; \
|
||||||
|
close "options_control_defaults"; \
|
||||||
|
close "options_graphics"; \
|
||||||
|
close "options_graphics_defaults"; \
|
||||||
|
close "options_graphics_texture"; \
|
||||||
|
close "options_multi"; \
|
||||||
|
close "options_voice"; \
|
||||||
|
close "pc_options_actions"; \
|
||||||
|
close "pc_options_advanced_video"; \
|
||||||
|
close "pc_options_audio"; \
|
||||||
|
close "pc_options_controls"; \
|
||||||
|
close "pc_options_look"; \
|
||||||
|
close "pc_options_movement"; \
|
||||||
|
close "pc_options_multi"; \
|
||||||
|
close "pc_options_video"; \
|
||||||
|
close "pc_options_voice";
|
||||||
|
|
||||||
|
#define ON_MENU_OPEN \
|
||||||
|
CLOSE_MENUS \
|
||||||
|
exec "setfromdvar ui_name name"; \
|
||||||
|
setLocalVarString ui_hint_text "@NULL_EMPTY"; \
|
||||||
|
setLocalVarBool ui_hint_display 1; \
|
||||||
|
execnow "profile_menuDvarsSetup; resetViewport"; \
|
||||||
|
setFocus "buttonGamepad";
|
||||||
|
|
||||||
|
#define ON_MENU_ESC \
|
||||||
|
close self; \
|
||||||
|
if (!(menuisopen("pc_options_advanced_video") || menuisopen("pc_options_video") || menuisopen("pc_options_Audio") || menuisopen("pc_options_controls") || menuisopen("pc_options_voice") ) && localvarbool("ui_showPicApply") && !localvarbool("ui_showApply") && !localvarbool("ui_showAudioApply")) \
|
||||||
|
{ \
|
||||||
|
execnow "setfromdvar r_picmip ui_r_picmip"; \
|
||||||
|
execnow "setfromdvar r_picmip_bump ui_r_picmip_bump"; \
|
||||||
|
execnow "setfromdvar r_picmip_spec ui_r_picmip_spec"; \
|
||||||
|
execnow "setfromdvar r_picmip_manual ui_r_picmip_manual"; \
|
||||||
|
exec "wait; wait; r_applyPicmip"; \
|
||||||
|
setLocalVarBool "ui_showPicApply" (0); \
|
||||||
|
} \
|
||||||
|
if (!(menuisopen("pc_options_advanced_video") || menuisopen("pc_options_video") || menuisopen("pc_options_Audio") || menuisopen("pc_options_controls") || menuisopen("pc_options_voice") ) && localvarbool("ui_showApply") || localvarbool("ui_showAudioApply")) \
|
||||||
|
{ \
|
||||||
|
open "all_restart_popmenu"; \
|
||||||
|
} \
|
||||||
|
execnow "profile_menuDvarsFinish; resetViewport"; \
|
||||||
|
setLocalVarString ui_hint_text "@NULL_EMPTY";
|
||||||
|
|
||||||
|
#define ON_GPAD_ENABLED when(dvarBool("gpad_enabled") == 1)
|
||||||
|
#define ON_GPAD_DISABLED when(dvarBool("gpad_enabled") == 0)
|
||||||
|
|
||||||
|
#define ON_GAMEPAD_ENABLED_TOGGLE \
|
||||||
|
if (dvarbool("gpad_enabled") && dvarstring("gpad_sticksConfig") == "") \
|
||||||
|
{ \
|
||||||
|
setdvar gpad_sticksConfig "thumbstick_default"; \
|
||||||
|
execnow "bindgpsticksconfigs"; \
|
||||||
|
} \
|
||||||
|
if (dvarbool("gpad_enabled") && dvarstring("gpad_buttonConfig") == "") \
|
||||||
|
{ \
|
||||||
|
setdvar gpad_buttonConfig "buttons_default"; \
|
||||||
|
execnow "bindgpbuttonsconfigs"; \
|
||||||
|
}
|
||||||
|
|
||||||
|
menuDef
|
||||||
|
{
|
||||||
|
name MENU_NAME
|
||||||
|
rect 0 0 640 480
|
||||||
|
foreColor CHOICE_TEXTCOLOR
|
||||||
|
focusColor CHOICE_TEXTCOLOR
|
||||||
|
blurWorld 7
|
||||||
|
|
||||||
|
MENU_ON_OPEN(ON_MENU_OPEN)
|
||||||
|
MENU_ON_CLOSE(ON_MENU_CLOSE)
|
||||||
|
MENU_ON_ESC(ON_MENU_ESC)
|
||||||
|
|
||||||
|
#define BACKGROUND_PC_OPTIONS
|
||||||
|
#define BACKGROUND_IW4
|
||||||
|
#define SIDEBAR_RIGHT
|
||||||
|
#include "ui_mp/bg.inc"
|
||||||
|
|
||||||
|
#include "ui_mp/leftside_options.inc"
|
||||||
|
|
||||||
|
PC_OPTIONS_SECTION_TITLE(MENU_TITLE)
|
||||||
|
|
||||||
|
PC_OPTIONS_DVARYESNO_RAW(0, "@MENU_GAMEPAD_ENABLED", "gpad_enabled", ON_GAMEPAD_ENABLED_TOGGLE;, "@MPUI_DESC_GAMEPAD_ENABLED", when(0), 1)
|
||||||
|
PC_OPTIONS_SEPERATOR_VIS(0, ON_GPAD_ENABLED)
|
||||||
|
|
||||||
|
PC_OPTIONS_DVARYESNO_RAW(1, "@MENU_LOOK_INVERSION", "input_invertPitch", ;, "@MPUI_DESC_LOOK_INVERSION", ON_GPAD_DISABLED, ON_GPAD_ENABLED)
|
||||||
|
PC_OPTIONS_STRLIST_RAW(2, "@MENU_THUMBSTICK_LAYOUT", "gpad_sticksConfig",
|
||||||
|
{"@MENU_DEFAULT"; "thumbstick_default";
|
||||||
|
"@MENU_SOUTHPAW"; "thumbstick_southpaw";
|
||||||
|
"@MENU_LEGACY"; "thumbstick_legacy";
|
||||||
|
"@MENU_LEGACY_SOUTHPAW"; "thumbstick_legacysouthpaw"}, execNow "bindgpsticksconfigs";, ;, ON_GPAD_DISABLED, ON_GPAD_ENABLED)
|
||||||
|
PC_OPTIONS_STRLIST_RAW(3, "@MENU_BUTTON_LAYOUT", "gpad_buttonConfig",
|
||||||
|
{"@MENU_DEFAULT"; "buttons_default";
|
||||||
|
"@MENU_TACTICAL"; "buttons_tactical";
|
||||||
|
"@MENU_LEFTY"; "buttons_lefty";
|
||||||
|
"@MENU_NOMAD"; "buttons_nomad";
|
||||||
|
"@MENU_DEFAULT_ALT"; "buttons_default_alt";
|
||||||
|
"@MENU_TACTICAL_ALT"; "buttons_tactical_alt";
|
||||||
|
"@MENU_LEFTY_ALT"; "buttons_lefty_alt";
|
||||||
|
"@MENU_NOMAD_ALT"; "buttons_nomad_alt"}, execNow "bindgpbuttonsconfigs";, ;, ON_GPAD_DISABLED, ON_GPAD_ENABLED)
|
||||||
|
PC_OPTIONS_FLOATLIST_RAW(4, "@MENU_GPAD_STYLE", "gpad_style", {"@MENU_GPAD_XBOX_CAPS" 0 "@MENU_GPAD_PS_CAPS" 1}, ;, "@MPUI_DESC_GPAD_STYLE", ON_GPAD_DISABLED, ON_GPAD_ENABLED)
|
||||||
|
PC_OPTIONS_DVARYESNO_RAW(5, "@MENU_SLOWDOWN_ENABLED", "gpad_slowdown_enabled", ;, "@MPUI_DESC_SLOWDOWN_ENABLED", ON_GPAD_DISABLED, ON_GPAD_ENABLED)
|
||||||
|
PC_OPTIONS_DVARYESNO_RAW(6, "@MENU_LOCKON_ENABLED", "gpad_lockon_enabled", ;, "@MPUI_DESC_LOCKON_ENABLED", ON_GPAD_DISABLED, ON_GPAD_ENABLED)
|
||||||
|
PC_OPTIONS_SEPERATOR_VIS(6, ON_GPAD_ENABLED)
|
||||||
|
PC_OPTIONS_DVARSLIDER_RAW(7, "@MENU_LOOK_SENSITIVITY", "input_viewSensitivity", 0.5, 4, 1.0, ;, ;, ;, ON_GPAD_DISABLED, ON_GPAD_ENABLED, ON_GPAD_ENABLED)
|
||||||
|
PC_OPTIONS_FLOATLIST_RAW(8, "@MENU_LOOK_SENSITIVITY_PRESET", "input_viewSensitivity",
|
||||||
|
{"@MENU_SENSITIVITY_LOW_CAPS" SENSITIVITY_1 "@MENU_SENSITIVITY_MEDIUM_CAPS" SENSITIVITY_2 "3" SENSITIVITY_3
|
||||||
|
"@MENU_SENSITIVITY_HIGH_CAPS" SENSITIVITY_4 "5" SENSITIVITY_5 "6" SENSITIVITY_6
|
||||||
|
"@MENU_SENSITIVITY_VERY_HIGH_CAPS" SENSITIVITY_7 "8" SENSITIVITY_8 "9" SENSITIVITY_9 "@MENU_SENSITIVITY_INSANE_CAPS" SENSITIVITY_10},
|
||||||
|
;, ;, ON_GPAD_DISABLED, ON_GPAD_ENABLED)
|
||||||
|
}
|
||||||
|
|
@ -74,7 +74,7 @@ menuDef
|
||||||
exp text(dvarString("sensitivity"))
|
exp text(dvarString("sensitivity"))
|
||||||
}
|
}
|
||||||
|
|
||||||
PC_OPTIONS_DVARSLIDER(0, "@MENU_MOUSE_SENSITIVITY", "sensitivity", 0.01, 100, 5, ;, ;, ;, when(0))
|
PC_OPTIONS_DVARSLIDER(0, "@MENU_MOUSE_SENSITIVITY", "sensitivity", 0.1, 10, 5, ;, ;, ;, when(0))
|
||||||
PC_OPTIONS_DVARYESNO(1, "@MENU_INVERT_MOUSE", "ui_mousePitch", uiscript updateui_mousePitch;, when(0))
|
PC_OPTIONS_DVARYESNO(1, "@MENU_INVERT_MOUSE", "ui_mousePitch", uiscript updateui_mousePitch;, when(0))
|
||||||
|
|
||||||
PC_OPTIONS_SEPERATOR(1)
|
PC_OPTIONS_SEPERATOR(1)
|
||||||
|
|
@ -89,4 +89,4 @@ menuDef
|
||||||
PC_OPTIONS_KEYBINDSTATUS
|
PC_OPTIONS_KEYBINDSTATUS
|
||||||
|
|
||||||
ITEM_BUTTON_BACK(ON_MENU_ESC)
|
ITEM_BUTTON_BACK(ON_MENU_ESC)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
r_glow "0"
|
||||||
|
r_glowRadius0 "5"
|
||||||
|
r_glowRadius1 "12"
|
||||||
|
r_glowBloomCutoff "0.9"
|
||||||
|
r_glowBloomDesaturation "0.75"
|
||||||
|
r_glowBloomIntensity0 "1"
|
||||||
|
r_glowBloomIntensity1 "1"
|
||||||
|
r_glowSkyBleedIntensity0 "0.5"
|
||||||
|
r_glowSkyBleedIntensity1 "0"
|
||||||
|
|
||||||
|
r_filmEnable "1"
|
||||||
|
r_filmContrast "1.671"
|
||||||
|
r_filmBrightness "0.198"
|
||||||
|
r_filmDesaturation "0.26"
|
||||||
|
r_filmInvert "0"
|
||||||
|
r_filmLightTint "1.051 0.966 0.821"
|
||||||
|
r_filmDarkTint "0.71 0.63 0.56"
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
r_glow "1"
|
||||||
|
r_glowRadius0 "7"
|
||||||
|
r_glowRadius1 "7"
|
||||||
|
r_glowBloomCutoff "0.136422"
|
||||||
|
r_glowBloomDesaturation "0.65"
|
||||||
|
r_glowBloomIntensity0 "0.36"
|
||||||
|
r_glowBloomIntensity1 "0.36"
|
||||||
|
r_glowSkyBleedIntensity0 "0.29"
|
||||||
|
r_glowSkyBleedIntensity1 "0.29"
|
||||||
|
|
||||||
|
r_filmEnable "1"
|
||||||
|
r_filmContrast "1.13"
|
||||||
|
r_filmBrightness "-0.04"
|
||||||
|
r_filmDesaturation "-0.14"
|
||||||
|
r_filmInvert "0"
|
||||||
|
r_filmLightTint ".792 1 1.1"
|
||||||
|
r_filmDarkTint "1.11 1.07 .76"
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
r_glow "0"
|
||||||
|
r_glowRadius0 "5"
|
||||||
|
r_glowRadius1 "12"
|
||||||
|
r_glowBloomCutoff "0.9"
|
||||||
|
r_glowBloomDesaturation "0.75"
|
||||||
|
r_glowBloomIntensity0 "1"
|
||||||
|
r_glowBloomIntensity1 "1"
|
||||||
|
r_glowSkyBleedIntensity0 "0.5"
|
||||||
|
r_glowSkyBleedIntensity1 "0"
|
||||||
|
|
||||||
|
r_filmEnable "1"
|
||||||
|
r_filmContrast "1.1"
|
||||||
|
r_filmBrightness "-0.055"
|
||||||
|
r_filmDesaturation "0.63"
|
||||||
|
r_filmInvert "0"
|
||||||
|
r_filmLightTint "1.545 1.394 1.315"
|
||||||
|
r_filmDarkTint "1.184 1.492 1.381"
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
r_glow "1"
|
||||||
|
r_glowRadius0 "7"
|
||||||
|
r_glowRadius1 "7"
|
||||||
|
r_glowBloomCutoff "0.479084"
|
||||||
|
r_glowBloomDesaturation "0.0885241"
|
||||||
|
r_glowBloomIntensity0 "0.611"
|
||||||
|
r_glowBloomIntensity1 "0.36"
|
||||||
|
r_glowSkyBleedIntensity0 "0.29"
|
||||||
|
r_glowSkyBleedIntensity1 "0.29"
|
||||||
|
|
||||||
|
r_filmEnable "1"
|
||||||
|
r_filmContrast "1.00428"
|
||||||
|
r_filmBrightness "-0.000226622"
|
||||||
|
r_filmDesaturation "0"
|
||||||
|
r_filmInvert "0"
|
||||||
|
r_filmLightTint "1.0007 0.999576 0.998998"
|
||||||
|
r_filmDarkTint "1.00843 1.00304 1.0043"
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
r_glow "1"
|
||||||
|
r_glowRadius0 "22.8241"
|
||||||
|
r_glowBloomCutoff "0.688944"
|
||||||
|
r_glowBloomDesaturation "0.394041"
|
||||||
|
r_glowBloomIntensity0 "0.432837"
|
||||||
|
|
||||||
|
r_filmEnable "1"
|
||||||
|
r_filmContrast "0.735453"
|
||||||
|
r_filmBrightness "-0.121954"
|
||||||
|
r_filmDesaturation "-0.580499"
|
||||||
|
r_filmDesaturationDark "0.0281353"
|
||||||
|
r_filmInvert "0"
|
||||||
|
r_filmLightTint "1.29 1.22 1.3"
|
||||||
|
r_filmMediumTint "0.998473 0.992456 0.94803"
|
||||||
|
r_filmDarkTint "0.972549 1.14719 1.13132"
|
||||||
|
|
||||||
|
r_primaryLightUseTweaks "1"
|
||||||
|
r_primaryLightTweakDiffuseStrength ".9"
|
||||||
|
r_primaryLightTweakSpecularStrength "1.34"
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
r_glow "1"
|
||||||
|
r_glowRadius0 "7.15348"
|
||||||
|
r_glowBloomCutoff "0.749243"
|
||||||
|
r_glowBloomDesaturation "1"
|
||||||
|
r_glowBloomIntensity0 "0.3"
|
||||||
|
|
||||||
|
r_filmEnable "1"
|
||||||
|
r_filmContrast "1.068"
|
||||||
|
r_filmBrightness "0.01177428"
|
||||||
|
r_filmDesaturation "0.060000"
|
||||||
|
r_filmDesaturationDark "0.188197"
|
||||||
|
r_filmInvert "0"
|
||||||
|
r_filmLightTint "2.29494 2.23528 2.09839"
|
||||||
|
r_filmMediumTint "1.0067 1.0067 1.0067"
|
||||||
|
r_filmDarkTint "0.719654 1.03563 1.16738"
|
||||||
|
|
||||||
|
r_primaryLightUseTweaks "1"
|
||||||
|
r_primaryLightTweakDiffuseStrength "1.2"
|
||||||
|
r_primaryLightTweakSpecularStrength "1.6"
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue