bonsoir à tous,
pour ceux qui préfère jouer avec les flèches de direction éditer le fichier "Default Input.ini"
trouvez la ligne:
;-------------------------------------------------
----------------------------------------
; Game Keyboard/Mouse Bindings
;-------------------------------------------------
----------------------------------------
et modifié ceci:
; Secondary default bindings
.Bindings=(Name="Up",Command="")
.Bindings=(Name="Down",Command="")
.Bindings=(Name="Left",Command="")
.Bindings=(Name="Right",Command="")
en ceci:
; Secondary default bindings
.Bindings=(Name="Up",Command="SL_Input up| GBA_MoveForward| Onrelease SL_Input Release_up")
.Bindings=(Name="Down",Command="SL_Input down| GBA_Backward| Onrelease SL_Input Release_down")
.Bindings=(Name="Left",Command="SL_Input left| GBA_StrafeLeft| Onrelease SL_Input Release_left")
.Bindings=(Name="Right",Command="SL_Input down| GBA_StrafeRight| Onrelease SL_Input Release_down")
bon jeu à tous
Merci bien, a tester
je vient de remarqué une erreur dans mon post désolé.
; Secondary default bindings
.Bindings=(Name="Up",Command="SL_Input up| GBA_MoveForward| Onrelease SL_Input Release_up")
.Bindings=(Name="Down",Command="SL_Input down| GBA_Backward| Onrelease SL_Input Release_down")
.Bindings=(Name="Left",Command="SL_Input left| GBA_StrafeLeft| Onrelease SL_Input Release_left")
.Bindings=(Name="Right",Command="SL_Input right| GBA_StrafeRight| Onrelease SL_Input Release_right")
voila le bon.
ça marche aussi si on remplace tout par ZQSD ?
Je trouve pas la ligne, tu peux faire un screen stp
http://puu.sh/9d1nY/a44454e432.png dans UDKGAME/CONFIG
je pense qu'on peut remplacer par les touches qu'on souhaite a testé.
non ça marche pas car enfaite on peux pas remplacer si simplement que ça toi ça a marcher car y'avait déjà le binding up prédéfini sur les touches directionnelles j'ai tester de modifier dans plusieurs fichiers pas moyen :/
j'ai regardé et on peut modifié comme tu le souhaite.
d'abord ajouté ses 2 lignes dans la parti indiqué
; Removed keyboard bindings
-Bindings=(Name="Z",Command="MoveForward")
-Bindings=(Name="Q",Command="MoveBackward")
ensuite dans cet parti:
;-------------------------------------------------
----------------------------------------
; Game Keyboard/Mouse Bindings
;-------------------------------------------------
----------------------------------------
effacé ses 2 lignes:
.Bindings=(Name="q",Command="SL_Input q| Onrelease SL_Input Release_q")
.Bindings=(Name="z",Command="SL_Input z| Onrelease SL_Input Release_z")
et pour finir dans ceci:
;-------------------------------------------------
----------------------------------------
; Game Keyboard/Mouse Bindings
;-------------------------------------------------
----------------------------------------
remplacé cela:
; Primary default bindings
.Bindings=(Name="W",Command="SL_Input w| GBA_MoveForward| Onrelease SL_Input Release_w")
.Bindings=(Name="S",Command="SL_Input s| GBA_Backward| Onrelease SL_Input Release_s")
.Bindings=(Name="A",Command="SL_Input a| GBA_StrafeLeft| Onrelease SL_Input Release_a")
.Bindings=(Name="D",Command="SL_Input d| GBA_StrafeRight| Onrelease SL_Input Release_d")
par ceci:
; Primary default bindings
.Bindings=(Name="Z",Command="SL_Input z| GBA_MoveForward| Onrelease SL_Input Release_z")
.Bindings=(Name="Q",Command="SL_Input q| GBA_Backward| Onrelease SL_Input Release_q")
.Bindings=(Name="S",Command="SL_Input s| GBA_StrafeLeft| Onrelease SL_Input Release_s")
.Bindings=(Name="D",Command="SL_Input d| GBA_StrafeRight| Onrelease SL_Input Release_d")
excuse moi j'ai inversé 2 touches je crois.
d'abord ajouté cet ligne dans la parti indiqué
; Removed keyboard bindings
-Bindings=(Name="Z",Command="MoveForward")
ensuite dans cet parti:
;-------------------------------------------------
----------------------------------------
; Game Keyboard/Mouse Bindings
;-------------------------------------------------
----------------------------------------
effacé ses 2 lignes:
.Bindings=(Name="q",Command="SL_Input q| Onrelease SL_Input Release_q")
.Bindings=(Name="s",Command="SL_Input s| Onrelease SL_Input Release_s")
et pour finir dans ceci:
;-------------------------------------------------
----------------------------------------
; Game Keyboard/Mouse Bindings
;-------------------------------------------------
----------------------------------------
remplacé cela:
; Primary default bindings
.Bindings=(Name="W",Command="SL_Input w| GBA_MoveForward| Onrelease SL_Input Release_w")
.Bindings=(Name="S",Command="SL_Input s| GBA_Backward| Onrelease SL_Input Release_s")
.Bindings=(Name="A",Command="SL_Input a| GBA_StrafeLeft| Onrelease SL_Input Release_a")
.Bindings=(Name="D",Command="SL_Input d| GBA_StrafeRight| Onrelease SL_Input Release_d")
par ceci:
; Primary default bindings
.Bindings=(Name="Z",Command="SL_Input z| GBA_MoveForward| Onrelease SL_Input Release_z")
.Bindings=(Name="S",Command="SL_Input s| GBA_Backward| Onrelease SL_Input Release_s")
.Bindings=(Name="Q",Command="SL_Input q| GBA_StrafeLeft| Onrelease SL_Input Release_q")
.Bindings=(Name="D",Command="SL_Input d| GBA_StrafeRight| Onrelease SL_Input Release_d")
effacé ses 2 lignes:
.Bindings=(Name="q",Command="SL_Input q| Onrelease SL_Input Release_q")
.Bindings=(Name="z",Command="SL_Input z| Onrelease SL_Input Release_z")
correction ces z a enlevé pas s.
ah lala faire a sa a la va vite ces pas bien
merci à toi ça marche nikel
par contre après la manip on peux plus du tout utiliser le A dans le chat donc autant switch en Qwerty
merci à toi quand même je sens que tu vas devoir tout recoder le jeu pour que ça marche
ah bon, bizarre comme problème, a la base je veut que utiliser les flèches pour me dirigé donc pas rencontré de problème.
j'ai regardé ca et j'ai trouvé le soucis.
dans:
;-------------------------------------------------
----------------------------------------
; Game Keyboard/Mouse Bindings
;-------------------------------------------------
----------------------------------------
tu ajoute la ligne:
.Bindings=(Name="a",Command="SL_Input a| Onrelease SL_Input Release_a")
et le "a" refonctionne dans le chat.
ah nice t'es un dieu
Cela ne fonctionne pas chez moi j'ai testé la manip et le jeu ne change pas de touche je comprend pas pourquoi
en fait les touche Z et Q ne fonctionne pas quand je fais la manip, j'suis obligé de faire ALT+Shift.
Ok j'ai bien suivi toute les étapes, dommage que ce ne soit pas super clair !
Cela dis ça fonctionne nikel, le binding de la touche A aussi fonctionne, bref GROS GROS MERCI à toi Thorat.
Je te conseil plus que vivement de faire un tuto plus précis, voir de refaire un post que l'on pourra UP pour ceux qui cherche à faire la manip.
Et pourquoi pas carrément post un guide sur steam ce serait parfait !
Encore merci pour avoir trouvé cette manip !
Bonsoir,
Voilà mon problème:
J'ai acheté The Stomping Land il y a plus ou moins une semaine, avant de jouer j'ai modifié mes touches mais j'ai mis la touche "T" pour voir les stats du serveur. A couse de cette manipulation la touche pour le tchat a été effacée et il est maintenant pour moi impossible de choisir une autre touche pour cette fonctionnalité. J'ai déjà essayé de désinstaller et de réinstaller le jeu mais les touches ne se sont pas remises par défaut. Merci de me répondre pour m'aider a resoudre ce probleme.