Project Cars Auto Clutch HEP Please
16 posts
• Page 1 of 2 • 1, 2
Project Cars Auto Clutch HEP Please
Hello guys looking for someone who can create or help me create for this matter. I am VERY VERY new to still. I do alot of racing games but use the manual but want to see if i can get the clutch to be auto engaged when i shift up and down. Any help will be very much appreciated. Thanks Guys My PSN is TVRacing7818
-
TVRacing7818 - First Sergeant
- Posts: 54
- Joined: Sat Aug 29, 2015 9:18 pm
Re: Project Cars Auto Clutch HEP Please
Sounds reasonable. What button is used to engage the clutch and what buttons are used to shift up and down?
-
Elvish - Captain
- Posts: 531
- Joined: Tue Jun 09, 2015 4:57 am
Re: Project Cars Auto Clutch HEP Please
I use circle to shift up and x to shift down
-
TVRacing7818 - First Sergeant
- Posts: 54
- Joined: Sat Aug 29, 2015 9:18 pm
Re: Project Cars Auto Clutch HEP Please
The clutch has to be engaged before shifting, right? I need to know what button engages the clutch as well
-
Elvish - Captain
- Posts: 531
- Joined: Tue Jun 09, 2015 4:57 am
Re: Project Cars Auto Clutch HEP Please
PS4 lol I hate being the new guy asking a bunch of questions but if you dont ask then you will never know
-
TVRacing7818 - First Sergeant
- Posts: 54
- Joined: Sat Aug 29, 2015 9:18 pm
Re: Project Cars Auto Clutch HEP Please
L1 for the clutch
-
TVRacing7818 - First Sergeant
- Posts: 54
- Joined: Sat Aug 29, 2015 9:18 pm
Re: Project Cars Auto Clutch HEP Please
Give this a shot:
- Code: Select all
main {
if(event_press(PS4_CROSS)){
combo_run(Shift_Down);
}
if(event_press(PS4_CIRCLE)){
combo_run(Shift_Up);
}
}
combo Shift_Up
{
set_val(PS4_CIRCLE, 0);
set_val(PS4_R1, 100);
wait(100);
set_val(PS4_CIRCLE, 100);
wait(100);
set_val(PS4_CIRCLE, 0);
wait(100);
set_val(PS4_R1, 0);
}
combo Shift_Down
{
set_val(PS4_CROSS, 0);
set_val(PS4_R1, 100);
wait(100);
set_val(PS4_CROSS, 100);
wait(100);
set_val(PS4_CROSS, 0);
wait(100);
set_val(PS4_R1, 0);
}
-
Elvish - Captain
- Posts: 531
- Joined: Tue Jun 09, 2015 4:57 am
Re: Project Cars Auto Clutch HEP Please
thanks ma it woks perfect
!!!!!!!
!!!!!!!
-
TVRacing7818 - First Sergeant
- Posts: 54
- Joined: Sat Aug 29, 2015 9:18 pm
Re: Project Cars Auto Clutch HEP Please
Nice job, @Elvish. Thanks for helping out!
ConsoleTuner Support Team
-
perfecthuntr - Major
- Posts: 897
- Joined: Wed Jan 14, 2015 8:35 am
- Location: Tennessee
Re: Project Cars Auto Clutch HEP Please
No worries! Would you like to fine tune this at all TVRacing7818? It works, but we can make it work more quickly I am sure.
-
Elvish - Captain
- Posts: 531
- Joined: Tue Jun 09, 2015 4:57 am
16 posts
• Page 1 of 2 • 1, 2
Return to GPC1 Script Programming
Who is online
Users browsing this forum: No registered users and 13 guests