mirror of
https://github.com/XLabsProject/iw4x-rawfiles.git
synced 2023-08-02 15:02:11 +02:00
commit
59074cad3d
BIN
iw4x/iw4x_00/images/button_ps3_back.iwi
Normal file
BIN
iw4x/iw4x_00/images/button_ps3_back.iwi
Normal file
Binary file not shown.
BIN
iw4x/iw4x_00/images/button_ps3_circle.iwi
Normal file
BIN
iw4x/iw4x_00/images/button_ps3_circle.iwi
Normal file
Binary file not shown.
BIN
iw4x/iw4x_00/images/button_ps3_cross.iwi
Normal file
BIN
iw4x/iw4x_00/images/button_ps3_cross.iwi
Normal file
Binary file not shown.
BIN
iw4x/iw4x_00/images/button_ps3_l1.iwi
Normal file
BIN
iw4x/iw4x_00/images/button_ps3_l1.iwi
Normal file
Binary file not shown.
BIN
iw4x/iw4x_00/images/button_ps3_l2.iwi
Normal file
BIN
iw4x/iw4x_00/images/button_ps3_l2.iwi
Normal file
Binary file not shown.
BIN
iw4x/iw4x_00/images/button_ps3_l3.iwi
Normal file
BIN
iw4x/iw4x_00/images/button_ps3_l3.iwi
Normal file
Binary file not shown.
BIN
iw4x/iw4x_00/images/button_ps3_r1.iwi
Normal file
BIN
iw4x/iw4x_00/images/button_ps3_r1.iwi
Normal file
Binary file not shown.
BIN
iw4x/iw4x_00/images/button_ps3_r2.iwi
Normal file
BIN
iw4x/iw4x_00/images/button_ps3_r2.iwi
Normal file
Binary file not shown.
BIN
iw4x/iw4x_00/images/button_ps3_r3.iwi
Normal file
BIN
iw4x/iw4x_00/images/button_ps3_r3.iwi
Normal file
Binary file not shown.
BIN
iw4x/iw4x_00/images/button_ps3_square.iwi
Normal file
BIN
iw4x/iw4x_00/images/button_ps3_square.iwi
Normal file
Binary file not shown.
BIN
iw4x/iw4x_00/images/button_ps3_start.iwi
Normal file
BIN
iw4x/iw4x_00/images/button_ps3_start.iwi
Normal file
Binary file not shown.
BIN
iw4x/iw4x_00/images/button_ps3_triangle.iwi
Normal file
BIN
iw4x/iw4x_00/images/button_ps3_triangle.iwi
Normal file
Binary file not shown.
BIN
iw4x/iw4x_00/images/dpad_ps3_down.iwi
Normal file
BIN
iw4x/iw4x_00/images/dpad_ps3_down.iwi
Normal file
Binary file not shown.
BIN
iw4x/iw4x_00/images/dpad_ps3_left.iwi
Normal file
BIN
iw4x/iw4x_00/images/dpad_ps3_left.iwi
Normal file
Binary file not shown.
BIN
iw4x/iw4x_00/images/dpad_ps3_right.iwi
Normal file
BIN
iw4x/iw4x_00/images/dpad_ps3_right.iwi
Normal file
Binary file not shown.
BIN
iw4x/iw4x_00/images/dpad_ps3_up.iwi
Normal file
BIN
iw4x/iw4x_00/images/dpad_ps3_up.iwi
Normal file
Binary file not shown.
BIN
iw4x/iw4x_00/images/hud_dpad_ps3.iwi
Normal file
BIN
iw4x/iw4x_00/images/hud_dpad_ps3.iwi
Normal file
Binary file not shown.
@ -1009,6 +1009,18 @@ 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"
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
textStyle 3
|
||||
textFont 10
|
||||
feeder 0
|
||||
visible when ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_present" ) )
|
||||
visible when ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_in_use" ) )
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
@ -70,7 +70,7 @@
|
||||
feeder 0
|
||||
visible 1
|
||||
exp text ( "^3" + keybinding( "+actionslot 1" ) )
|
||||
visible when ( ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_present" ) ) && actionslotusable( 1 ) )
|
||||
visible when ( ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_in_use" ) ) && actionslotusable( 1 ) )
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
@ -94,7 +94,7 @@
|
||||
textStyle 3
|
||||
textFont 10
|
||||
feeder 0
|
||||
visible when ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_present" ) )
|
||||
visible when ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_in_use" ) )
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
@ -121,7 +121,7 @@
|
||||
feeder 0
|
||||
visible 1
|
||||
exp text ( "^3" + keybinding( "+actionslot 3" ) )
|
||||
visible when ( ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_present" ) ) && actionslotusable( 3 ) )
|
||||
visible when ( ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_in_use" ) ) && actionslotusable( 3 ) )
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
@ -145,7 +145,7 @@
|
||||
textStyle 3
|
||||
textFont 10
|
||||
feeder 0
|
||||
visible when ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_present" ) )
|
||||
visible when ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_in_use" ) )
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
@ -172,7 +172,7 @@
|
||||
feeder 0
|
||||
visible 1
|
||||
exp text ( "^3" + keybinding( "+actionslot 4" ) )
|
||||
visible when ( ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_present" ) ) && actionslotusable( 4 ) )
|
||||
visible when ( ( !dvarbool( "gpad_enabled" ) || !dvarint( "gpad_in_use" ) ) && actionslotusable( 4 ) )
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
@ -183,7 +183,18 @@
|
||||
foreColor 1 1 1 0.65
|
||||
background "hud_dpad_xbox360"
|
||||
textScale 0.55
|
||||
visible when ( dvarbool( "gpad_enabled" ) && dvarint( "gpad_present" ) )
|
||||
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
|
||||
{
|
||||
@ -194,7 +205,7 @@
|
||||
foreColor 1 0.9 0.5 1
|
||||
background "hud_dpad_arrow_left"
|
||||
textScale 0.55
|
||||
visible when ( ( dvarbool( "gpad_enabled" ) && dvarint( "gpad_present" ) ) && actionslotusable( 3 ) )
|
||||
visible when ( ( dvarbool( "gpad_enabled" ) && dvarint( "gpad_in_use" ) ) && actionslotusable( 3 ) )
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
@ -209,7 +220,7 @@
|
||||
textAlignY -3
|
||||
textScale 0.3333
|
||||
textStyle 3
|
||||
visible when ( dvarbool( "gpad_enabled" ) && dvarint( "gpad_present" ) )
|
||||
visible when ( dvarbool( "gpad_enabled" ) && dvarint( "gpad_in_use" ) )
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
@ -221,7 +232,7 @@
|
||||
background "hud_dpad_arrow_right"
|
||||
textScale 0.55
|
||||
exp foreColor a ( 0.25 + ( sin( milliseconds( ) / 200 ) + 1 ) )
|
||||
visible when ( ( dvarbool( "gpad_enabled" ) && dvarint( "gpad_present" ) ) && actionslotusable( 4 ) )
|
||||
visible when ( ( dvarbool( "gpad_enabled" ) && dvarint( "gpad_in_use" ) ) && actionslotusable( 4 ) )
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
@ -234,7 +245,7 @@
|
||||
textAlignX -40
|
||||
textScale 0.3333
|
||||
textStyle 3
|
||||
visible when ( dvarbool( "gpad_enabled" ) && dvarint( "gpad_present" ) )
|
||||
visible when ( dvarbool( "gpad_enabled" ) && dvarint( "gpad_in_use" ) )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -119,11 +119,12 @@ menuDef
|
||||
"@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_DVARYESNO_RAW(4, "@MENU_SLOWDOWN_ENABLED", "gpad_slowdown_enabled", ;, "@MPUI_DESC_SLOWDOWN_ENABLED", ON_GPAD_DISABLED, ON_GPAD_ENABLED)
|
||||
PC_OPTIONS_DVARYESNO_RAW(5, "@MENU_LOCKON_ENABLED", "gpad_lockon_enabled", ;, "@MPUI_DESC_LOCKON_ENABLED", ON_GPAD_DISABLED, ON_GPAD_ENABLED)
|
||||
PC_OPTIONS_SEPERATOR(5)
|
||||
PC_OPTIONS_DVARSLIDER_RAW(6, "@MENU_LOOK_SENSITIVITY", "input_viewSensitivity", 0.5, 4, 1.0, ;, ;, ;, ON_GPAD_DISABLED, ON_GPAD_ENABLED, ON_GPAD_ENABLED)
|
||||
PC_OPTIONS_FLOATLIST_RAW(7, "@MENU_LOOK_SENSITIVITY_PRESET", "input_viewSensitivity",
|
||||
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(6)
|
||||
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},
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user