mirror of
https://github.com/DrBeef/JKXR.git
synced 2025-02-16 08:51:50 +00:00
Menu correction and updated crawl text
This commit is contained in:
parent
f2c9a603b8
commit
693dbc210c
5 changed files with 138 additions and 204 deletions
Binary file not shown.
Binary file not shown.
|
@ -42,12 +42,12 @@ INDEX 6
|
|||
INDEX 7
|
||||
{
|
||||
REFERENCE MOVEMENT_SPEED_ITEM
|
||||
TEXT_LANGUAGE1 "Movement Speed:"
|
||||
TEXT_LANGUAGE1 "OBSOLETE Movement Speed:"
|
||||
}
|
||||
INDEX 8
|
||||
{
|
||||
REFERENCE MOVEMENT_SPEED_DESC
|
||||
TEXT_LANGUAGE1 "Sets player movement speed."
|
||||
TEXT_LANGUAGE1 "OBSOLETE Sets player movement speed."
|
||||
}
|
||||
INDEX 9
|
||||
{
|
||||
|
|
|
@ -1110,39 +1110,6 @@
|
|||
// COMMON MENU
|
||||
//
|
||||
//----------------------------------------------------------------------------------------------
|
||||
itemDef
|
||||
{
|
||||
name none
|
||||
group commoncontrols
|
||||
type ITEM_TYPE_SLIDER
|
||||
text @MENUS_VR_MOVEMENT_SPEED_ITEM
|
||||
cvarfloat "vr_movement_multiplier" 0 0.4 1.2
|
||||
rect 305 191 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
font 2
|
||||
textscale 0.8
|
||||
forecolor 1 1 1 1
|
||||
visible 0
|
||||
// appearance_slot 1
|
||||
descText @MENUS_VR_MOVEMENT_SPEED_DESC
|
||||
action
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
mouseenter
|
||||
{
|
||||
show highlight2
|
||||
}
|
||||
|
||||
mouseexit
|
||||
{
|
||||
hide highlight2
|
||||
}
|
||||
}
|
||||
|
||||
itemDef
|
||||
{
|
||||
name none
|
||||
|
@ -1151,11 +1118,11 @@
|
|||
text @MENUS_VR_DIRECTION_MODE_ITEM
|
||||
cvar "vr_walkdirection"
|
||||
cvarFloatList
|
||||
{
|
||||
{
|
||||
@MENUS_VR_DIRECTION_MODE_CONTROLLER 0
|
||||
@MENUS_VR_DIRECTION_MODE_HMD 1
|
||||
}
|
||||
rect 305 211 300 20
|
||||
rect 305 191 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
|
@ -1166,18 +1133,18 @@
|
|||
// appearance_slot 1
|
||||
descText @MENUS_VR_DIRECTION_MODE_DESC
|
||||
action
|
||||
{
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
mouseenter
|
||||
{
|
||||
show highlight3
|
||||
{
|
||||
show highlight2
|
||||
}
|
||||
|
||||
mouseexit
|
||||
{
|
||||
hide highlight3
|
||||
{
|
||||
hide highlight2
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -1190,12 +1157,12 @@
|
|||
text @MENUS_VR_SMOOTH_TURN_ITEM
|
||||
cvar "vr_turn_mode"
|
||||
cvarFloatList
|
||||
{
|
||||
{
|
||||
@MENUS0_NO 0
|
||||
@MENUS_VR_SMOOTH_TURN_3RD_PERSON 1
|
||||
@MENUS0_YES 2
|
||||
}
|
||||
rect 305 231 300 20
|
||||
rect 305 211 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
|
@ -1206,17 +1173,17 @@
|
|||
// appearance_slot 3
|
||||
descText @MENUS_VR_SMOOTH_TURN_DESC
|
||||
action
|
||||
{
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
mouseenter
|
||||
{
|
||||
show highlight4
|
||||
show highlight3
|
||||
}
|
||||
mouseexit
|
||||
{
|
||||
hide highlight4
|
||||
{
|
||||
hide highlight3
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1233,7 +1200,7 @@
|
|||
@MENUS_VR_TURN_ANGLE_45DEGREES 45
|
||||
@MENUS_VR_TURN_ANGLE_90DEGREES 90
|
||||
}
|
||||
rect 305 251 300 20
|
||||
rect 305 231 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
|
@ -1244,17 +1211,17 @@
|
|||
// appearance_slot 4
|
||||
descText @MENUS_VR_TURN_ANGLE_DESC
|
||||
action
|
||||
{
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
mouseenter
|
||||
{
|
||||
show highlight5
|
||||
show highlight4
|
||||
}
|
||||
mouseexit
|
||||
{
|
||||
hide highlight5
|
||||
{
|
||||
hide highlight4
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1265,7 +1232,7 @@
|
|||
type ITEM_TYPE_YESNO
|
||||
text @MENUS_VR_SWITCH_STICKS_ITEM
|
||||
cvar "vr_switch_sticks"
|
||||
rect 305 271 300 20
|
||||
rect 305 251 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
|
@ -1276,7 +1243,44 @@
|
|||
// appearance_slot 5
|
||||
descText @MENUS_VR_SWITCH_STICKS_DESC
|
||||
action
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
mouseenter
|
||||
{
|
||||
show highlight5
|
||||
}
|
||||
mouseexit
|
||||
{
|
||||
hide highlight5
|
||||
}
|
||||
}
|
||||
|
||||
itemDef
|
||||
{
|
||||
name none
|
||||
group commoncontrols
|
||||
type ITEM_TYPE_MULTI
|
||||
text @MENUS_VR_LEFT_HANDED_ITEM
|
||||
cvar "vr_control_scheme"
|
||||
cvarFloatList
|
||||
{
|
||||
@MENUS0_NO 0
|
||||
@MENUS0_YES 10
|
||||
}
|
||||
rect 305 271 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
font 2
|
||||
textscale 0.8
|
||||
forecolor 1 1 1 1
|
||||
visible 0
|
||||
// appearance_slot 5
|
||||
descText @MENUS_VR_LEFT_HANDED_DESC
|
||||
action
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
|
@ -1290,43 +1294,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
itemDef
|
||||
{
|
||||
name none
|
||||
group commoncontrols
|
||||
type ITEM_TYPE_MULTI
|
||||
text @MENUS_VR_LEFT_HANDED_ITEM
|
||||
cvar "vr_control_scheme"
|
||||
cvarFloatList
|
||||
{
|
||||
@MENUS0_NO 0
|
||||
@MENUS0_YES 10
|
||||
}
|
||||
rect 305 291 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
font 2
|
||||
textscale 0.8
|
||||
forecolor 1 1 1 1
|
||||
visible 0
|
||||
// appearance_slot 5
|
||||
descText @MENUS_VR_LEFT_HANDED_DESC
|
||||
action
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
mouseenter
|
||||
{
|
||||
show highlight7
|
||||
}
|
||||
mouseexit
|
||||
{
|
||||
hide highlight7
|
||||
}
|
||||
}
|
||||
|
||||
itemDef
|
||||
{
|
||||
name none
|
||||
|
@ -1334,7 +1301,7 @@
|
|||
type ITEM_TYPE_YESNO
|
||||
text @MENUS_VR_CROUCH_TOGGLE_ITEM
|
||||
cvar "vr_crouch_toggle"
|
||||
rect 305 311 300 20
|
||||
rect 305 291 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
|
@ -1345,18 +1312,18 @@
|
|||
// appearance_slot 1
|
||||
descText @MENUS_VR_CROUCH_TOGGLE_DESC
|
||||
action
|
||||
{
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
mouseenter
|
||||
{
|
||||
show highlight8
|
||||
{
|
||||
show highlight7
|
||||
}
|
||||
|
||||
mouseexit
|
||||
{
|
||||
hide highlight8
|
||||
{
|
||||
hide highlight7
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1368,12 +1335,12 @@
|
|||
text @MENUS_VR_CROUCH_IRL_ITEM
|
||||
cvar "vr_irl_crouch_enabled"
|
||||
cvarFloatList
|
||||
{
|
||||
{
|
||||
@MENUS0_NO 0
|
||||
@MENUS_VR_CROUCH_IRL_1ST_PERSON 1
|
||||
@MENUS0_YES 2
|
||||
}
|
||||
rect 305 331 300 20
|
||||
rect 305 311 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
|
@ -1384,17 +1351,17 @@
|
|||
// appearance_slot 3
|
||||
descText @MENUS_VR_CROUCH_IRL_DESC
|
||||
action
|
||||
{
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
mouseenter
|
||||
{
|
||||
show highlight9
|
||||
show highlight8
|
||||
}
|
||||
mouseexit
|
||||
{
|
||||
hide highlight9
|
||||
{
|
||||
hide highlight8
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1109,39 +1109,6 @@
|
|||
// COMMON MENU
|
||||
//
|
||||
//----------------------------------------------------------------------------------------------
|
||||
itemDef
|
||||
{
|
||||
name none
|
||||
group commoncontrols
|
||||
type ITEM_TYPE_SLIDER
|
||||
text @MENUS_VR_MOVEMENT_SPEED_ITEM
|
||||
cvarfloat "vr_movement_multiplier" 0 0.4 1.2
|
||||
rect 305 191 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
font 2
|
||||
textscale 0.8
|
||||
forecolor 1 1 1 1
|
||||
visible 0
|
||||
// appearance_slot 1
|
||||
descText @MENUS_VR_MOVEMENT_SPEED_DESC
|
||||
action
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
mouseenter
|
||||
{
|
||||
show highlight2
|
||||
}
|
||||
|
||||
mouseexit
|
||||
{
|
||||
hide highlight2
|
||||
}
|
||||
}
|
||||
|
||||
itemDef
|
||||
{
|
||||
name none
|
||||
|
@ -1150,11 +1117,11 @@
|
|||
text @MENUS_VR_DIRECTION_MODE_ITEM
|
||||
cvar "vr_walkdirection"
|
||||
cvarFloatList
|
||||
{
|
||||
{
|
||||
@MENUS_VR_DIRECTION_MODE_CONTROLLER 0
|
||||
@MENUS_VR_DIRECTION_MODE_HMD 1
|
||||
}
|
||||
rect 305 211 300 20
|
||||
rect 305 191 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
|
@ -1165,18 +1132,18 @@
|
|||
// appearance_slot 1
|
||||
descText @MENUS_VR_DIRECTION_MODE_DESC
|
||||
action
|
||||
{
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
mouseenter
|
||||
{
|
||||
show highlight3
|
||||
{
|
||||
show highlight2
|
||||
}
|
||||
|
||||
mouseexit
|
||||
{
|
||||
hide highlight3
|
||||
{
|
||||
hide highlight2
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -1189,12 +1156,12 @@
|
|||
text @MENUS_VR_SMOOTH_TURN_ITEM
|
||||
cvar "vr_turn_mode"
|
||||
cvarFloatList
|
||||
{
|
||||
{
|
||||
@MENUS0_NO 0
|
||||
@MENUS_VR_SMOOTH_TURN_3RD_PERSON 1
|
||||
@MENUS0_YES 2
|
||||
}
|
||||
rect 305 231 300 20
|
||||
rect 305 211 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
|
@ -1205,17 +1172,17 @@
|
|||
// appearance_slot 3
|
||||
descText @MENUS_VR_SMOOTH_TURN_DESC
|
||||
action
|
||||
{
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
mouseenter
|
||||
{
|
||||
show highlight4
|
||||
show highlight3
|
||||
}
|
||||
mouseexit
|
||||
{
|
||||
hide highlight4
|
||||
{
|
||||
hide highlight3
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1232,7 +1199,7 @@
|
|||
@MENUS_VR_TURN_ANGLE_45DEGREES 45
|
||||
@MENUS_VR_TURN_ANGLE_90DEGREES 90
|
||||
}
|
||||
rect 305 251 300 20
|
||||
rect 305 231 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
|
@ -1243,17 +1210,17 @@
|
|||
// appearance_slot 4
|
||||
descText @MENUS_VR_TURN_ANGLE_DESC
|
||||
action
|
||||
{
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
mouseenter
|
||||
{
|
||||
show highlight5
|
||||
show highlight4
|
||||
}
|
||||
mouseexit
|
||||
{
|
||||
hide highlight5
|
||||
{
|
||||
hide highlight4
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1264,7 +1231,7 @@
|
|||
type ITEM_TYPE_YESNO
|
||||
text @MENUS_VR_SWITCH_STICKS_ITEM
|
||||
cvar "vr_switch_sticks"
|
||||
rect 305 271 300 20
|
||||
rect 305 251 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
|
@ -1275,7 +1242,44 @@
|
|||
// appearance_slot 5
|
||||
descText @MENUS_VR_SWITCH_STICKS_DESC
|
||||
action
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
mouseenter
|
||||
{
|
||||
show highlight5
|
||||
}
|
||||
mouseexit
|
||||
{
|
||||
hide highlight5
|
||||
}
|
||||
}
|
||||
|
||||
itemDef
|
||||
{
|
||||
name none
|
||||
group commoncontrols
|
||||
type ITEM_TYPE_MULTI
|
||||
text @MENUS_VR_LEFT_HANDED_ITEM
|
||||
cvar "vr_control_scheme"
|
||||
cvarFloatList
|
||||
{
|
||||
@MENUS0_NO 0
|
||||
@MENUS0_YES 10
|
||||
}
|
||||
rect 305 271 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
font 2
|
||||
textscale 0.8
|
||||
forecolor 1 1 1 1
|
||||
visible 0
|
||||
// appearance_slot 5
|
||||
descText @MENUS_VR_LEFT_HANDED_DESC
|
||||
action
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
|
@ -1289,43 +1293,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
itemDef
|
||||
{
|
||||
name none
|
||||
group commoncontrols
|
||||
type ITEM_TYPE_MULTI
|
||||
text @MENUS_VR_LEFT_HANDED_ITEM
|
||||
cvar "vr_control_scheme"
|
||||
cvarFloatList
|
||||
{
|
||||
@MENUS0_NO 0
|
||||
@MENUS0_YES 10
|
||||
}
|
||||
rect 305 291 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
font 2
|
||||
textscale 0.8
|
||||
forecolor 1 1 1 1
|
||||
visible 0
|
||||
// appearance_slot 5
|
||||
descText @MENUS_VR_LEFT_HANDED_DESC
|
||||
action
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
mouseenter
|
||||
{
|
||||
show highlight7
|
||||
}
|
||||
mouseexit
|
||||
{
|
||||
hide highlight7
|
||||
}
|
||||
}
|
||||
|
||||
itemDef
|
||||
{
|
||||
name none
|
||||
|
@ -1333,7 +1300,7 @@
|
|||
type ITEM_TYPE_YESNO
|
||||
text @MENUS_VR_CROUCH_TOGGLE_ITEM
|
||||
cvar "vr_crouch_toggle"
|
||||
rect 305 311 300 20
|
||||
rect 305 291 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
|
@ -1344,18 +1311,18 @@
|
|||
// appearance_slot 1
|
||||
descText @MENUS_VR_CROUCH_TOGGLE_DESC
|
||||
action
|
||||
{
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
mouseenter
|
||||
{
|
||||
show highlight8
|
||||
{
|
||||
show highlight7
|
||||
}
|
||||
|
||||
mouseexit
|
||||
{
|
||||
hide highlight8
|
||||
{
|
||||
hide highlight7
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1367,12 +1334,12 @@
|
|||
text @MENUS_VR_CROUCH_IRL_ITEM
|
||||
cvar "vr_irl_crouch_enabled"
|
||||
cvarFloatList
|
||||
{
|
||||
{
|
||||
@MENUS0_NO 0
|
||||
@MENUS_VR_CROUCH_IRL_1ST_PERSON 1
|
||||
@MENUS0_YES 2
|
||||
}
|
||||
rect 305 331 300 20
|
||||
rect 305 311 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 151
|
||||
textaligny -2
|
||||
|
@ -1383,17 +1350,17 @@
|
|||
// appearance_slot 3
|
||||
descText @MENUS_VR_CROUCH_IRL_DESC
|
||||
action
|
||||
{
|
||||
{
|
||||
play sound/interface/button1
|
||||
}
|
||||
|
||||
mouseenter
|
||||
{
|
||||
show highlight9
|
||||
show highlight8
|
||||
}
|
||||
mouseexit
|
||||
{
|
||||
hide highlight9
|
||||
{
|
||||
hide highlight8
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue