need ADS fix, GPC script-odd but simple
1 post
• Page 1 of 1
need ADS fix, GPC script-odd but simple
I needed someone to make a GPC script for xbox360 output (gtuner 4 > maxaim DI) for the following
functions:
if left trigger is pressed & held, then left analog thumbstick (LY) goes forward to -22 (which is still in deadzone for movement). However if I move using L analog stick in any direction beyond that, while still holding left trigger, the code gets overrided .
this is an odd one i know but its for a strange problem im having with a PC game for ADS in Max Payne 3.
>> UPDATE 1/10 : this is what i have so far, nothing on the device monitor when i press the LT though. not sure what im missing:
main {
if(event_press(XB360_LT)) {
set_val(XB360_LY, -25);
}
}
functions:
if left trigger is pressed & held, then left analog thumbstick (LY) goes forward to -22 (which is still in deadzone for movement). However if I move using L analog stick in any direction beyond that, while still holding left trigger, the code gets overrided .
this is an odd one i know but its for a strange problem im having with a PC game for ADS in Max Payne 3.
>> UPDATE 1/10 : this is what i have so far, nothing on the device monitor when i press the LT though. not sure what im missing:
main {
if(event_press(XB360_LT)) {
set_val(XB360_LY, -25);
}
}
-
silver237 - Sergeant
- Posts: 8
- Joined: Mon Dec 01, 2014 6:48 pm
1 post
• Page 1 of 1
Return to GPC1 Script Programming
Who is online
Users browsing this forum: No registered users and 13 guests