9th Company: Roots of Terror

9th Company: Roots of Terror

How to invert the horizontal game camera
I think that the camera control of this game is not good. Camera rotating is very slow even if the speed setting is max.
To improve this, please edit the following file:

\Steam\steamapps\common\9th Company\Save\userConfig.cfg

ex)
tl_camRotateSpeed -0.200 0.100 0.000 // tactic camera rotate speed coefs: horiz, vert
tl_camSpeeds 120.000 60.000 180.000 180.000 // tactic camera speed at max height: fast, normal, slow, fwd speed

-0.200 (by setting minus, horizontal camera is inverted)
0.100 (vertical rotate)
180 (zoom and pan speed)

Note: This setting will reset by using the in-game setting.

I recommend to use WASD key by AutoHotKey.

Enjoy!
Last edited by Words and Images; Aug 19, 2022 @ 5:50am
< >
Showing 1-2 of 2 comments
erekson714 Oct 5, 2022 @ 1:03pm 
How to use wasd key by auto key ?
Words and Images Oct 6, 2022 @ 6:59am 
AutoHotkey is free application. You can get it from https://www.autohotkey.com/

my script is as follows:

#IfWinActive, 9th company

w::Up
s::Down
a::Left
d::Right

-::del ;Run
=::pgup ;Walk
\::end ;Crouch
`::pgdn ;Crawl

b::numpad7 ;Aiming, Binocular, Heal, Detonate
k::q ;move
r::w ;Chain formation, Rotate
e::e ;Cover
t::r ;take places on vehicle, Unload from vehicle
c::numpad8 ;cease fire
j::a ;move in attacking
x::s ;disperse
v::d ;group ,leave building
y::f ;take places on vehicle, Unload from vehicle (inside)
/::numpad9 ;replenish ammo
q::z ;Cancel action
h::x ;hold position
p::c ;plant mine
n::v ;take places on vehicle, Unload from vehicle;neutralize mines
o::i ;objective
l::l ;misison log
m::m ;map
g::numpad0 ;grenade

'::numpaddel ;special inventory
u::ins ;leave vehicle

z::alt ;display range

return
< >
Showing 1-2 of 2 comments
Per page: 1530 50