Fortnite Building rotation off

GPC1 script programming for Titan One. Code examples, questions, requests.

Fortnite Building rotation off

Postby danilos1992 » Wed Sep 05, 2018 9:39 am

Hi guys, I have a request hope someone can help me.

I have some difficulty with the accidental rotation of the ramp during close combat, by pressing the R3 button by mistake. I would like to know if somehow when I'm in build mode, R3 is completely disabled, and then reactivate when the build mode is off.
Im using builder pro.

Many thanks.
User avatar
danilos1992
Sergeant First Class
Sergeant First Class
 
Posts: 18
Joined: Sun Jun 10, 2018 11:02 pm

Re: Fortnite Building rotation off

Postby J2Kbr » Wed Sep 05, 2018 1:26 pm

This script should do what you described:
Code: Select all
int building_mode;
 
main {
    if(event_press(PS4_CIRCLE)) {
        building_mode = !building_mode;
    }
    if(building_mode) {
        set_val(PS4_R3, 0);
    }
}
 
If you need any help to understand how the code works, please let me know. :smile0517:
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: Fortnite Building rotation off

Postby danilos1992 » Fri Sep 07, 2018 10:55 am

Im going to test it, many thanks bro

Update, you're the best! this actually work perfectly, no more rotation of build in battle
User avatar
danilos1992
Sergeant First Class
Sergeant First Class
 
Posts: 18
Joined: Sun Jun 10, 2018 11:02 pm

Re: Fortnite Building rotation off

Postby J2Kbr » Mon Sep 10, 2018 8:11 am

danilos1992 wrote:Update, you're the best! this actually work perfectly, no more rotation of build in battle

:joia: :joia: thank you for the feedback.
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 GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 100 guests