Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
press L
This thread was made 22 days ago, and I've since accrued roughly as many hours. Needless to say, I figured it out. :P
EDIT: Oh right other guy had the problem. Sorry, just woke up.
Did you try pressing L?
If pressing L didn't work, go to the Naruto file, there is "config.ini", open it, and there are all buttons what mean in keyboard
and if it isn't suitable for you, you can easy rewrite the buttons
for example: BUTTON_R_UP=KB_O that means that BUTTON R UP (in gamepad Y) is in keyboard O and you can easy rewrite KB_O to e.g. KB_I.
I had problem with button (B) BUTTON_R_RIGHT=KB_SEMICOLON, because I have CZ keyboard and semicolon button is absolutely in different place, so I have revrited:
BUTTON_R_UP=KB_O
BUTTON_R_DOWN=KB_L
BUTTON_R_LEFT=KB_K
BUTTON_R_RIGHT=KB_SEMICOLON
To:
BUTTON_R_UP=KB_I
BUTTON_R_DOWN=KB_K
BUTTON_R_LEFT=KB_J
BUTTON_R_RIGHT=KB_L
and it is working, but be careful there is BUTTON_R2=KB_I that means R2 (RT) is in keyboard button I, you will have to rewrite it too, to eliminate dispute.
I reccoment, never change ALL buttons under [defaultSettingKB], only change under [controlSettingKB].
I hope this LONG article was helpful.