You are on page 1of 2

//=======================================================================

// Copyright SDLash3D team & XashXT group 2023 ©


// touchscreen config
//=======================================================================

touch_config_file "touch_profiles/phone_ahsim.cfg"

// touch cvars

// sensitivity settings
touch_pitch "90.000000"
touch_yaw "120.000000"
touch_forwardzone "0.060000"
touch_sidezone "0.060000"
touch_nonlinear_look "0"
touch_pow_factor "1.300000"
touch_pow_mult "400.000000"
touch_exp_mult "0.000000"

// grid settings
touch_grid_count "50"
touch_grid_enable "1"

// global overstroke (width, r, g, b, a)


touch_set_stroke 1 156 77 20 200

// highlight when pressed


touch_highlight_r "1.000000"
touchighlight_g "1.000000"
touch_highlight_b "1.000000"
touch_highlight_a "1.000000"

// _joy and _dpad options


touch_dpad_radius "1.000000"
touch_joy_radius "1.000000"

// how much slowdown when Precise Look button pressed


touch_precise_amount "0.500000"

// enable/disable move indicator


touch_move_indicator "0"

// reset menu state when execing config


touch_setclientonly 0

// touch buttons
touch_removeall
touch_addbutton "look" "" "_look" 0.560000 0.146286 1.000000 0.987429 255 255 255
255 0
touch_addbutton "move" "" "_move" 0.040000 0.342074 0.440000 0.983463 255 255 255
255 0
touch_addbutton "invnext" "gfx/buttons/invnext" "invnext" 0.900000 0.256556
0.980000 0.427593 255 255 255 102 0
touch_addbutton "duck" "gfx/buttons/duck" "+duck" 0.900000 0.470352 0.960000
0.598630 255 255 255 114 0
touch_addbutton "drop" "gfx/buttons/drop" "drop" 0.940000 0.085333 1.000000
0.213333 255 255 255 76 0
touch_addbutton "use" "gfx/buttons/use" "+use" 0.820000 0.384000 0.880000 0.512000
255 255 255 102 0
touch_addbutton "scores" "gfx/buttons/score" "+showscores" 0.560000 0.853333
0.620000 0.981333 255 255 255 114 8

You might also like