hi guys, i have a question please help me!

Titan Two general support. Questions, firmware update, feature request.

hi guys, i have a question please help me!

Postby Ariele » Sat Jan 19, 2019 8:57 am

Hello, I have seen another person asked this question, but I tried the script that was posted and my syntax still had errors. Can anyone help me. I want to invert my right joystick x axis only. Most games let you invert y axis, so I only want to invert the x axis. I am using the Titan Two device. The right joystick is Stick_1_x. I am completely new to this, so any help would be great. This will be used both for the XBox One and the PS4.

I thought it would be something like this (but I have not experience):
if Stick_1_X, inv Stick_1_X; or something like that.

Please help!

Thanks in advance.
User avatar
Ariele
Private
Private
 
Posts: 1
Joined: Sat Jan 19, 2019 8:50 am

Re: hi guys, i have a question please help me!

Postby Prototype » Sat Jan 19, 2019 9:25 am

Hello, try that:
Code: Select all
    if(get_val(STICK_1_X)) {
        set_val(STICK_1_X, inv(get_val(STICK_1_X)));
    }
Console tuner since my 1st controller.
Scripting, a game in the game.
Believe or dare, It's Titanic! :smile0517:
User avatar
Prototype
Major General
Major General
 
Posts: 3252
Joined: Sun Dec 16, 2012 1:43 pm


Return to Titan Two Device

Who is online

Users browsing this forum: No registered users and 86 guests