Page 2 of 3

Re: An honest review and a thank you to the ConsoleTuner Tea

PostPosted: Sun Jan 17, 2016 11:15 pm
by J2Kbr
kenneth wrote:i mean is there a advantage when having these 3 enabled? then somebody that's doesn't have one? somebody that doesn't have a titan one? sorry i ment to put that the first time

yes, you will have lightly less latency. however, for normal use it is not perceptible. The speed-up settings were created to use the PS4 controller wirelessly, were the improvements are significant in this case.

Re: An honest review and a thank you to the ConsoleTuner Tea

PostPosted: Sun Jan 17, 2016 11:25 pm
by kenneth
i just use a XB1 controller wired on my xbox one, what settings would you recommend in my case?

Re: An honest review and a thank you to the ConsoleTuner Tea

PostPosted: Mon Jan 18, 2016 8:43 am
by J2Kbr
kenneth wrote:i just use a XB1 controller wired on my xbox one, what settings would you recommend in my case?

I recommend enable all 3 (inframe in. inframe out and 1ms). :smile0517:

Re: An honest review and a thank you to the ConsoleTuner Tea

PostPosted: Tue Jan 19, 2016 1:44 pm
by mjfame
kenneth wrote:i mean is there a advantage when having these 3 enabled?

then somebody that's doesn't have one?

somebody that doesn't have a titan one? sorry i ment to put that the first time



Ultimately, you will need to tinker with those options and test how your controller/device performs.

I will, however, tell you that, for me, the settings that produce the most accurate controller translations, on-screen, are as follows:

Xb1 controller:
In-Frame IN = ON with all other speedup settings disabled.

Xb1 elite controller:
All speedup settings disabled -or- (1ms = ON with all others disabled if your PC has USB 3.0 and maintains 900+ updates/sec).


J2Kbr is ConsoleTuner staff and I am not.. Just wanted to mention that so that you didn't think that he was providing you with invalid information (because my answer, somewhat, conflicts with his).. I just wanted to offer you the settings that I use when I game with the XB1 controller/pc/MaxAim>PS4. *EDIT* but you said that you're using XB1 controller on XB1 console and I haven't used the T1 on my Xbone, at all. I'll leave this reply here because it may be helpful to others.

Re: An honest review and a thank you to the ConsoleTuner Tea

PostPosted: Tue Feb 16, 2016 10:22 pm
by Dave R
So seems t1's challenging to use ,thinking of buying one ,I'm a long time xim user which is pretty well effortless

Re: An honest review and a thank you to the ConsoleTuner Tea

PostPosted: Wed Feb 17, 2016 12:01 am
by AKHUGHES90
Dave R wrote:So seems t1's challenging to use ,thinking of buying one ,I'm a long time xim user which is pretty well effortless


The T1 is quite simple to use overall. Though this depends on your use, Normal modded play through T1's gamepacks is pretty straight forward. Making scripts for yourself can be either very easy or very difficult depending on the complexity of what you want to accomplish. This device has such a wide range of uses that it can easily feel overwhelming when looking at all its features, but most users only utilize a few of them to achieve their goals. :joia:

Re: An honest review and a thank you to the ConsoleTuner Tea

PostPosted: Wed Feb 17, 2016 3:14 pm
by Dave R
Thanks that clarifies things

Re: An honest review and a thank you to the ConsoleTuner Tea

PostPosted: Sat Apr 02, 2016 7:49 pm
by HelpMePlez
Thanks for the review

What settings do you reccomend for XB1 Elite controller on the Ps4 without Maxaim

Re: An honest review and a thank you to the ConsoleTuner Tea

PostPosted: Thu Jun 02, 2016 6:10 pm
by mjfame
HelpMePlez wrote:Thanks for the review

What settings do you reccomend for XB1 Elite controller on the Ps4 without Maxaim



My PC=Free T1 settings are as follows:

Output : PS4
PS4 Partial crossover support ON.
1ms response : ON (personal preference)

-----

My PC-Free T1 GPC Script::

Code: Select all
unmap PS4_ACCX;
unmap PS4_ACCY;
unmap PS4_ACCZ;
remap PS4_TOUCH -> PS4_SHARE;
remap PS4_SHARE -> PS4_TOUCH;
main {
    if(get_val(PS4_UP) && get_val(PS4_SHARE)) {
    set_val(PS4_TOUCH, 100);
    set_val(PS4_UP, 0);
    set_val(PS4_SHARE, 0);
 }
    if(get_val(PS4_UP) && event_press(PS4_OPTIONS)) {
        output_reconnection();
    }
}



My apologies for the late response.. extremely busy , recently.


Regards,
Jim

Re: An honest review and a thank you to the ConsoleTuner Tea

PostPosted: Thu Jun 02, 2016 6:14 pm
by mjfame
Dave R wrote:So seems t1's challenging to use ,thinking of buying one ,I'm a long time xim user which is pretty well effortless


My review might make the T1 seem complicated, however, the T1 is, essentially, plug & play..

I'm a bit of a power-user who uses many tweaks / refinements that the average user would not.


-Jim