Logitech Driving Force GT Force feedback Ps4 Tutorial Video

GPC2 script programming for Titan Two. Code examples, questions, requests.

Logitech Driving Force GT Force feedback Ps4 Tutorial Video

Postby teddy18 » Sat Mar 10, 2018 5:27 pm

Hello

I made Tutorial Video how to use Logitech Driving Force GT with Force feedback on the Ps4



I have made a new Script for Gran turismo Sport

Gran Turismo Sports Driving Force GT
v 1.07

Downloade
http://www100.zippyshare.com/v/J7rAggcx/file.html

Code: Select all
#pragma METAINFO("Gran Turismo Sports Driving Force GT", 1, 7, "J2Kbr & Dj-Teddy")
 
 
#define RESTING_DEADZONE        10.8
#define WHEEL_RESTING_VALUE     0.69
#define WHEEL_SENSITIVITY       3.3
 
main {
    fix32 wheel_value = get_actual(STICK_2_X) + WHEEL_RESTING_VALUE;
    fix32 direction = (wheel_value >= 0.0) ? 1.0 : -1.0;
    wheel_value = abs(wheel_value);
    if(wheel_value > 0.0) {
        wheel_value *= WHEEL_SENSITIVITY;
        wheel_value += RESTING_DEADZONE;
        set_val(STICK_2_X, clamp(wheel_value, 0.0, 100.0) * direction);
    }
}


https://www.consoletuner.com/greslib/?w322

Please give me a Like and Subscribe

Lg Teddy
User avatar
teddy18
Lieutenant
Lieutenant
 
Posts: 346
Joined: Sun Jul 19, 2015 4:18 pm

Re: Logitech Driving Force GT Force feedback Ps4 Tutorial Vi

Postby bonefisher » Sat Mar 10, 2018 8:26 pm

Great detailed video.....awesome! :smile0517:
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: Logitech Driving Force GT Force feedback Ps4 Tutorial Vi

Postby teddy18 » Sat Mar 10, 2018 9:59 pm

thank you
User avatar
teddy18
Lieutenant
Lieutenant
 
Posts: 346
Joined: Sun Jul 19, 2015 4:18 pm

Re: Logitech Driving Force GT Force feedback Ps4 Tutorial Vi

Postby J2Kbr » Sun Mar 11, 2018 9:08 pm

bonefisher wrote:Great detailed video.....awesome! :smile0517:

+1 -- Thank you so much teddy18 for your time and initiative making this tutorial and video. :joia: :joia:
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: Logitech Driving Force GT Force feedback Ps4 Tutorial Vi

Postby teddy18 » Mon Mar 12, 2018 1:48 pm

J2Kbr wrote:
bonefisher wrote:Great detailed video.....awesome! :smile0517:

+1 -- Thank you so much teddy18 for your time and initiative making this tutorial and video. :joia: :joia:


:innocent_smile_1: no Problem

I have a question does we get a real wheel Emulation with real force Feedback?
User avatar
teddy18
Lieutenant
Lieutenant
 
Posts: 346
Joined: Sun Jul 19, 2015 4:18 pm

Re: Logitech Driving Force GT Force feedback Ps4 Tutorial Vi

Postby J2Kbr » Tue Mar 13, 2018 7:05 pm

yep, we will be supporting that!! :)
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm


Return to GPC2 Script Programming

Who is online

Users browsing this forum: No registered users and 155 guests