![]() |
|
Control XBOX 360! Expression syntax! - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Controllers (https://forums.dolphin-emu.org/Forum-controllers) +--- Thread: Control XBOX 360! Expression syntax! (/Thread-control-xbox-360-expression-syntax) |
Control XBOX 360! Expression syntax! - kevinlucasilva - 12-23-2016 I want to do the following: (Twilight Princess) - I want the Link to go through the directional control arrows (Axis - Nunchuk), and to the function in the Wiimote's D-PAD I want to use LB (Shoulder L) + Directional arrows on the control. But I can not send the statement using the input syntax of this wiki: https://wiki.dolphin-emu.org/index.php?title=Input_Syntax. The question is: do I want to use the "X" button for a function, and Y + X for another function, only in the latter, I want it to execute only the Y + X set, but the character is doing both functions at the same Time, because when I press Y + X, it does what I have assigned to Y + X, but tbm does what I have assigned to X. And so it is wrong. Please, if anyone understood my explanation, and if you can help me, thank you very much! * Translated by Google Translate. PT-BR: Estou com um problema de sintaxe nas funções dos botões no controle de XBOX 360. Eu quero fazer o seguinte: (Twilight Princess) - quero que o Link ande pelas setas direcionais do controle(Eixo - Nunchuk), e para a função no D-PAD do Wiimote quero usar LB(Shoulder L) + setas direcionais do controle. Só que não consigo mandar a instrução utilizando as sintaxes de entrada desta wiki: https://wiki.dolphin-emu.org/index.php?title=Input_Syntax. A questão é: eu quero usar o botão "X" pra uma função, e Y+X para outra função, só que nesta última, quero que ele execute somente o conjunto Y+X, mas o personagem está fazendo as duas funções ao mesmo tempo, pois quando pressiono Y+X, ele faz o que designei para Y+X, mas tbm faz o que designei para X. E assim está errado. Por favor, se alguém entendeu minha explicação, e se puder me ajudar, agradeço muito! RE: Control XBOX 360! Expression syntax! - JosJuice - 12-23-2016 Map the Wiimote's d-pad to (for example, for the "up" direction) `Pad N` & `Shoulder L`, then map the Nunchuk's stick to `Pad N` & !`Shoulder L`. (The ! means NOT, so the Nunchuk input will only be active when Shoulder L is not pressed.) RE: Control XBOX 360! Expression syntax! - kevinlucasilva - 12-23-2016 (12-23-2016, 07:22 PM)JosJuice Wrote: Map the Wiimote's d-pad to (for example, for the "up" direction) `Pad N` & `Shoulder L`, then map the Nunchuk's stick to `Pad N` & !`Shoulder L`. (The ! means NOT, so the Nunchuk input will only be active when Shoulder L is not pressed.) Minha obrigado, de verdade! Maravilhoso! Agora posso configurar o balançar, inclinar, etc... Usando os gatilhos! Vi que é um desenvolvedor, então parabéns pelo projeto! My thanks, really! Wonderful! Now I can set the balance, tilt, etc ... Using the triggers! I saw you are a developer, so congratulations to the project! |