UNCHARTED 4 MODzPACK

Documentation, usage tips and configuration guides for Titan Two scripts and bytecodes published by the community users.

UNCHARTED 4 MODzPACK

Postby bonefisher » Tue Apr 04, 2017 3:45 am

Just released this MODzPACK which I just started playing it and can detect players through walls. lol! So the idea is too set Aim Sensitivity up and mini strafe on while in ADS move in a circle and you will see it slow down where the enemy spawn and before they come up on you. Anyway if you have anything you like to see in the pack please let me know some ideas........ :joia:
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: UNCHARTED 4 MODzPACK

Postby bonefisher » Tue Apr 04, 2017 8:25 pm

Updated today with lots of goodies. Enjoy! :joia:
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: UNCHARTED 4 MODzPACK

Postby bonefisher » Wed Apr 05, 2017 5:06 pm

Just updated some changes today. Last update added turbo values to the face buttons but put them on a double tap due some are used for regular button presses like holding ADS and melee which switches weapons faster than going to d-pad. Also just added a double tap lengthen rope when your swinging to extend to do a pounce. lol!

Also since I added turbo values been having disconnections of the controller while using my elite controller which was due to not having a power adapter for my Titan Two not getting enough juice. So my fix was turning my rumbles off through the PS4 console setting which solved this issue til I get one. :joia:
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: UNCHARTED 4 MODzPACK

Postby Prototype » Thu Apr 06, 2017 10:08 am

Great MODzPACK :joia:

I like to switch weapons faster and i would like to see a quick shoulder Mod, this is the code i use:
Code: Select all
         if(event_active(BUTTON_8) && time_release(BUTTON_8) < 110 ) {
            combo_run(Shoulder);
    }
        if(event_release(BUTTON_8)) {
            combo_run(AIM_DELAI);
    }
combo Shoulder {
    set_val(BUTTON_6, 100);
    wait(50);
    }
combo AIM_DELAI {
    set_val(BUTTON_8, 100);
    wait(110);
    }

This quickly change the shoulder with a short AIM release without releasing the AIM trigger but could be optimized!

And a quick buy it for the bonuses like click TOUCHPAD up/down/left/right to buy the item in some ms with one TOUCHPAD click!
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

Re: UNCHARTED 4 MODzPACK

Postby bonefisher » Thu Apr 06, 2017 10:50 am

I'll put in and test within a few minutes........
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: UNCHARTED 4 MODzPACK

Postby bonefisher » Thu Apr 06, 2017 11:59 am

Code: Select all
 
main {
        if(event_active(BUTTON_8) && time_release(BUTTON_8) < 110 ) {
                  combo_run(Shoulder);
        }
        if(event_release(BUTTON_8)) {
                  combo_run(AIM_DELAY);
        }
        if(event_active(BUTTON_8) && time_release(BUTTON_8) > 110 ) {
                  combo_run(Switch);
        }
        if(event_release(BUTTON_8)) {
                  combo_run(AIM_DELAY);
        }
}
 
combo Shoulder {
    set_val(BUTTON_6, 100.0);
    wait(50);
    }
 
combo AIM_DELAY {
    set_val(BUTTON_8, 100.0);
    wait(200);
    }
 
combo Switch {
    set_val(BUTTON_17, 100.0);
    wait(50);
    }
 

How do you like this?
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: UNCHARTED 4 MODzPACK

Postby bonefisher » Thu Apr 06, 2017 12:15 pm

What do you think on running them together like that? So you can have both working......
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: UNCHARTED 4 MODzPACK

Postby Prototype » Thu Apr 06, 2017 12:47 pm

Yes, very good but need something like that to avoid weapon change after a long release!
Code: Select all
        if(event_active(BUTTON_8) && time_release(BUTTON_8) > 110 && time_release(BUTTON_8) < 200 ) {
                  combo_run(Switch);
        }
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

Re: UNCHARTED 4 MODzPACK

Postby bonefisher » Thu Apr 06, 2017 4:34 pm

Just posted a update 1.06 with a lot of changes. Fixed strafing with what the game allows and changed how it doesn't waste bullets on a spin around. Added prototype's shoulder zoom and a quick change weapon swap which both might have to get use to but really makes everything work better in battle. Also added PS4 touch pad in game store item quick pick. Enjoy! :joia:
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: UNCHARTED 4 MODzPACK

Postby Prototype » Thu Apr 06, 2017 5:03 pm

bonefisher wrote:Added prototype's shoulder zoom and a quick change weapon swap which both might have to get use to but really makes everything work better in battle. Also added PS4 touch pad in game store item quick pick. Enjoy! :joia:

Awesome Thank you :joia:

Yes the shoulder change need to get used to but is very effective for me.
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

Next

Return to User's Script Documentation

Who is online

Users browsing this forum: No registered users and 90 guests