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.

- Create 3 new folders in the FiveM folder, and rename them to ProgramFiles, ProgramFiles(x86) and local.

- Go to "%PROGRAMDATA%", cut "Rockstar Games" folder then paste it inside "FiveM" directory.

- Go to " %USERPROFILE%\AppData\Local\", cut "Rockstar Games" folder then paste it inside "local" folder.

- 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" "Programfiles" /S /Y
xcopy "C:\Program Files (x86)\Rockstar Games" "Programfiles(x86)" /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