When I struggled using the Xbox or PS4 controller because of the condition of my muscle waste (Duchenne Muscular Dystrophy) I mentioned the special effects of Great Charity Charity that introduced me to the Titan One (T1) game adapter. This crossover device allows you to fully modck your controller and give you the option to use a controller or keyboard & mouse that is most easily accessed for you in any console. However, don’t make the mistakes I made by thinking that it was just a plug-and-play. To achieve this, you need to connect Titan one to a console and computer so you can access your programmed scripts.
In this guide series, I will explain the basis of this language and easily -hopefully help you find ways to make your game play experience more accessible. Please remember that I do not claim to be an expert code maker, I some study alone and get help. There is a Titan Two device, but requires a completely new script language that I haven’t learned.
What do you need
To create your own button/installation of joystick, toggle, your combo needs to download the Gtuner Pro software from the Consoletuner website. Gtuner Pro software has an intuitive interface for you to quickly and easily program Titan One according to your own needs. Very easy to use after you study the basis of scripts. There are 2 input methods: Visual scripting allows you to drag and establish an ID function to make a sequence which can then be converted into script language.
Connecting hardware

Titan One device has 3 important ports to understand to ensure everything runs smoothly.
- Main USB in T1 plugs directly to the console
- PASSTHROUST USB Port Connects your controller to T1
- Micro-USB Program in addition to connecting T1 to your PC
Please note that to activate your control crossover will require both controllers for authentication. For the beginning, authenticating your controller on your different console:
- Install the original controller to the USB Passthrough
- Decide the original controller connection
- Finally plug in your choice controller
- Start playing games
Make your script
Now that the ins and outs of the hardware are complete and finished, I will show how simple and easy to map the control using GTUner Pro software.
All scripts require the main part where sophisticated scripts occur. Always remember to open and close the main part with curly brackets {and}.
Remaps button must be written before the main part if not script will not function. You can change the button for most PlayStation, Xbox or Nintendo controller control. The main section will remain empty to reproduce, but it is still an important part of the script if not, you will receive an error message when you come to compile it.
I will demonstrate how to change the button on the PS4 controller. In this example, the L2 button was originally used to take pictures and R2 to aim. I will exchange their functionality with several lines.
Re -map the destination & shooting button
remap PS4_L2 -> PS4_R2; //Shoot remap PS4_R2 -> PS4_L2; //Aim
- Always start by re -typing orders if not, the action exchanged will not be detected as a script.
- Write the button with the original input that is being mapped again is PS4_L2 (Aiming Action).
- Adding arrows is optional but I recommend the addition of their clarity.
- Now write the input button that you want to use more instead which is a ps4_r2 (shooting action).
- Always ending the order of remapping with the correct, semi-colon ‘; If not, you will receive a syntactic mistake.
- Having a comment with the name of the action is optional but I recommend the addition for clarity. Comments are text after //.
- Now repeat the steps above to change the AIM button from PS4_R2 to PS4_L2 to close the Remap Loop.
It is possible to re -retreat the PS4 and XB1 controller crossover, the steps are similar but the chuckle sequence must end with the output of the XB1 button: (see the example below)
remap PS4_L2 -> XB1_RT; //Shoot
remap PS4_R2 -> XB1_LT; //Aim
Problem Solving Tips:
- If you receive a syntax error when compiling a script, just check whether you have not forgotten to enter the semi-colon at the end of the chuckle order
If you want to add a function above the existing function, then don’t write the redness in a closed loop. (See example below) In this case, we did not exchange actions between up and down, but instead made the work rise. In this way both buttons will take the same action.
remap PS4_UP -> PS4_DOWN;
Now this guide will demonstrate the sophisticated re -installation script including the order of 3 buttons. Resting is written in the same format as before. The key here is to write this order in an uninterrupted circle. (See Example from Arkham Knight below)
remap PS4_L1 -> PS4_TRIANGLE; //Counter remap PS4_TRIANGLE -> PS4_CIRCLE; //Stun remap PS4_CIRCLE -> PS4_L1; //Call Batmobile main { }
Remember the main part must always be included when writing any script including rearsticking with the opening of ‘{‘ and closing ‘}’ curly bracket otherwise your script will fail.
I hope this introductory guide for Titan One devices and how to write your own repeating script has helped. Now you have an option to adjust your controller to suit your abilities. In the next guide, we will immediately dive into the switch script.


3 years ago Vivek Gohil thought he would never play video games again. Now, he is a consultant for accessibility, streamer, and writer. I will let you be a secret, the actual task is to fight crime using the power of his mutant. You can contact him on Twitter at @uncannyvivek
Game Online
Motivation
News
Pendidikan
Pendidikan
Download Anime
Comments are closed, but trackbacks and pingbacks are open.