Tuesday, September 10, 2019

Port and Diskless Launcher for FiveM GTA V

Port FiveM GTA 5 :
TCP and UDP : 30110,30120,32120,30420,30520

Diskless Launcher for FiveM :
- Go to %LocalAppdata%, then cut "FiveM" folder. Paste the folder in your Gamedisk.

- Install Social Games if you haven't done it. After that, go to %ProgramFiles%, cut "Rockstar Games" folder and paste it inside the FiveM folder.

- Create 3 new folders in the FiveM folder, and rename them to Rockstar Games1, Rockstar Games2 and Rockstar Games3.

- Go to  "%PROGRAMFILES(x86)%\Rockstar Games", copy all files inside it then paste them inside "Rockstar Games1" folder.

- Go to  "%PROGRAMDATA%\Rockstar Games", copy all files inside it then paste them inside "Rockstar Games2" folder.

 - Go to " %USERPROFILE%\AppData\Local\Rockstar Games", copy all files inside it then paste them inside "Rockstar Games3" folder.

- Export reg "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Rockstar Games" and save it as fivem.reg

- Make a new batch file inside FiveM folder and rename it to "update_fivem.bat". Then type the following scripts. After Fivem and Rockstar Games updates are completed in the server, run this file to update the registry and files for diskless server,

@echo off
xcopy "C:\Program Files\Rockstar Games" "Rockstar Games" /S /Y
xcopy "C:\Program Files (x86)\Rockstar Games" "Rockstar Games1" /S /Y
reg export "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Rockstar Games" fivem.reg /y
exit

- Make a new batch file inside FiveM folder and rename it to "Fivem_launcher.bat". Then type the following scripts. Run this files only once in the diskless server. Then use this file as Fivem launcher for the client.

No comments:

Post a Comment