Se connecter

The Stomping Land

Sujet : modifié les touches de direction.
1
Thorat
Niveau 2
02 juin 2014 à 21:42:50

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 :)

Exentry_
Niveau 6
02 juin 2014 à 23:15:47

Merci bien, a tester :ok:

Thorat
Niveau 2
02 juin 2014 à 23:38:27

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.

Mumbo-Jumbo
Niveau 10
03 juin 2014 à 07:24:55

ça marche aussi si on remplace tout par ZQSD ?

Magi_Majax
Niveau 4
03 juin 2014 à 09:44:08

Je trouve pas la ligne, tu peux faire un screen stp :-(

Mumbo-Jumbo
Niveau 10
03 juin 2014 à 11:12:16

http://puu.sh/9d1nY/a44454e432.png dans UDKGAME/CONFIG

Thorat
Niveau 2
03 juin 2014 à 17:44:08

je pense qu'on peut remplacer par les touches qu'on souhaite a testé.

Mumbo-Jumbo
Niveau 10
03 juin 2014 à 19:15:26

non ça marche pas car enfaite on peux pas remplacer si simplement que ça :ok: 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 :/

Thorat
Niveau 2
03 juin 2014 à 22:03:24

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")

Thorat
Niveau 2
03 juin 2014 à 22:11:59

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")

Thorat
Niveau 2
03 juin 2014 à 22:16:22

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 :)

Mumbo-Jumbo
Niveau 10
04 juin 2014 à 16:39:12

merci à toi ça marche nikel :)

Mumbo-Jumbo
Niveau 10
04 juin 2014 à 16:53:05

par contre après la manip on peux plus du tout utiliser le A dans le chat donc autant switch en Qwerty :hap:

merci à toi quand même je sens que tu vas devoir tout recoder le jeu pour que ça marche :hap:

Thorat
Niveau 2
04 juin 2014 à 20:55:55

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.

Thorat
Niveau 2
04 juin 2014 à 21:03:04

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.

Mumbo-Jumbo
Niveau 10
05 juin 2014 à 07:04:17

ah nice t'es un dieu :hap:

Mister_Swing
Niveau 10
09 juin 2014 à 15:29:20

Cela ne fonctionne pas chez moi j'ai testé la manip et le jeu ne change pas de touche je comprend pas pourquoi :non:

Mister_Swing
Niveau 10
09 juin 2014 à 15:36:17

en fait les touche Z et Q ne fonctionne pas quand je fais la manip, j'suis obligé de faire ALT+Shift.

Mister_Swing
Niveau 10
09 juin 2014 à 16:05:34

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 !

Plasi_Gaming
Niveau 1
10 juin 2014 à 21:56:26

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.

1
Sujet : modifié les touches de direction.
   Retour haut de page
Consulter la version web de cette page