It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I've played War Logs after Technomancer, and I felt the different key mappings a little strange. Trying to adjust them, I've found out that the "Controls" section in the options does not work. Yeah, it's not a bug :)

If you want to remap the control keys, find the directory where your savegames are located - it may be somewhere under Documents/Mars - War Logs or similar. There is a file named commands_config.txt

It starts like this:

; ----------------------------------------------------------
; Keyboard and mouse configuration file
; Usage : Remove ";" (semicolon) character to activate binding. Only the activated keys will override the ingame controls

...and so on.

The file is long, and has good comments. There is one trick, though, that some of the built-in mappings allow for several keys to have the same function (e.g. "ctrl" and "f" for attack-push). This is not shown in the file, so if you want to "hide" the alternative, just set the main one specifically in this file. I'm not sure whether you can specify two keys for the same action. Try and tell us ;)

Below, there are my setting to bring the keys a little closer to the ones from The Technomancer.

I have left the space as the "roll" key, but you could also change it to the right mouse key, as it was in Technomancer. I think I was just tired with experimenting, and wanted to get back to the game ASAP :)

I have left the commented-out originals, and my uncommented changes are placed below the defaults. You could also just delete all the commented (preceded by a semicolon). If you mess up this file, there is one named commands_config_default.txt in the installation folder. (Not in the savegames folder!) Just copy the "default" over your messed-up copy, and you are back on tracks.

The game correctly shows you the real key mappings (i.e. your changed ones) during the playing, so you do not have to memorize them all now :) There is one trick - they apparently forgot to add a name for "alt" key, so it shows in the tooltips as "#INPUT_ALT", or so, but it works correctly.

I had to remap slightly more keys, because in one of my attempts I had the following choices: "[e] search; [e] kill" :D

I have finished the game with these settings, but if something similar happens to you (if you'd want to map them differently), just save the game, quit, change the settings, restart the game, and everything shall be good.

Good luck!

[code]
;------------------
;Fight keys
;------------------

;FIGHT_ATTACK_DAMAGE=mouse_left
; Here you see how to disable the built-in "ctrl" and "f" to just "ctrl". I needed the "f" for something else:
;FIGHT_ATTACK_PUSH=ctrl
FIGHT_ATTACK_PUSH=ctrl
;FIGHT_BLOCK=mouse_right
;FIGHT_STEALTH=x
FIGHT_STEALTH=alt
;FIGHT_LOCK_TARGET=mouse_middle

;-----------------------
;Skills and binding keys
;-----------------------

;TACTICAL_MENU=q
TACTICAL_MENU=tab

;-----------------------
;Interaction keys (interactions with bodies, characters and objects)
;-----------------------

;Loot/open doors
;INTERACTION_DOWN=mouse_left
INTERACTION_DOWN=e
;Change level/Finish off
;INTERACTION_LEFT=r
INTERACTION_LEFT=r
;Talk to companion
;INTERACTION_UP=enter
INTERACTION_UP=enter

;-----------------------
;Ingame menu keys
;-----------------------

;OPEN_CLOSE_PAUSE_MENU=escape
;OPEN_SKILL_PAGE=k
;OPEN_CHARACTER_SHEET=c
;OPEN_INVENTORY=i
;OPEN_MAP=m
;OPEN_QUICK_MAP=tab
OPEN_QUICK_MAP=f
;OPEN_QUEST_LOG=l
[/code]
bonjour,

il faut préciser que dans ce fichier "c:\documents\Mars - War Logs\commands_config.txt", il y a les paramétrages clavier/souris pour les deux types de claviers -> Qwerty et Azerty -> modifiez celui qui vous concerne

utilisant les touches directionnelles pour me déplacer, j'ai juste modifié ces 5 lignes dans la section :


; ----------------------------------------------------------
; Sample AZERTY setup


MOVEMENT_SPRINT=end -> courir
MOVEMENT_ROLL=mouse_middle -> roulade (très important)
FIGHT_ATTACK_PUSH=delete -> repousser l'adversaire en face de vous (ciblé ou pas)
FIGHT_LOCK_TARGET=space -> cibler l'ennemi face à vous (déconseillé au corps à corps sauf unique adversaire)
OPEN_QUICK_MAP=a -> carte rapide (inutilisée)

comme indiqué dans le message précédent, le ";" placé en tête de chaque ligne doit être effacé pour que cela soit pris en compte