Difference between revisions of "GTA:Controls"

Updated the controls to show how to create a custom shortcut.
(Updated the controls to show how to create a custom shortcut.)
Line 315: Line 315:
== Directional Radio ==
== Directional Radio ==
You can now have directional radio audio on server thanks to the most recent VoIP update.  
You can now have directional radio audio on server thanks to the most recent VoIP update.  
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 330: Line 329:
|-
|-
! colspan="2" |
! colspan="2" |
[[Category:GTA Guides]]
[[Category:GTA Guides]]
[[Category:GTARP]]
[[Category:GTARP]]
__NOTOC__
__NOTOC__
|}
== Creating a Custom Shortcut for RPUK ==
If RPUK is the main server you play on, you can create a custom shortcut so that when you launch FiveM it has everything ready for you. If RPUK is not your main server but you still want a custom shortcut, you can create multiple shortcuts by creating copies of the launch application.
'''Step 1: Find and create your Shortcut.'''
If you launch from your desktop via this icon:
[[File:FiveM Launch Logo.png|frameless]]
This is your shortcut, and you can create multiple shortcuts by copying this. However, if you launch from your start menu, your shortcut is located below:
C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
'''Step 2: Edit your shortcut.'''
Right click on your shortcut and click properties which will bring up a menu like this:
[[File:Shortcut2real.png|frameless]]
You will edit the Target portion. You will type '''-pure_1''' at the end of the target box. Your Target box should now look like this:
C:\Users\%username%\AppData\Local\FiveM\FiveM.exe -pure_1
'''It is important to note that if all the text in the target box is wrapped in quotes, you need to add the text inside the quotes.'''
This will put the launcher into the ready state to connect to RPUK, but there are other things you can put into the Target box to further automate the process for you.
'''Optional: Build Number'''
Other servers may be on a different server build than RPUK which will result in FiveM having to restart to change builds before you are able to connect to RPUK. To have the shortcut place you into the correct build every time, you will add '''+b2699''' in your target box which will appear as below:
C:\Users\%username%\AppData\Local\FiveM\FiveM.exe -pure_1 +b2699
(+b2699 is the current build of RPUK as of 15/1/24)
'''Optional: Direct Connection to RPUK'''
You can have it direct connect to RPUK instead of having to manually connect via the launcher. You do this by adding '''+connect xaamj5''' to your target box, and if you also added the build number it will appear as below:
C:\Users\%username%\AppData\Local\FiveM\FiveM.exe -pure_1 +b2699 +connect xaamj5
'''Final Step: Save the shortcut!'''
You don't want all your hard work going to waste. Click apply on your changes and have fun!
87

edits