Wednesday, August 26, 2015

[Info]Launcher details explained!

Right click on the Mod Launcher and click edit and it will open up with a text editor and the code inside looks like:

"@echo off


REM Tell the user that we are running the mod

echo Launching SWAT 4 HD Mod

REM Run Swat4.exe from inside SWAT 4 HD Mod\System, so that the
REM game uses the mod's initialisation files and settings

cd System

..\System\Swat4.exe 185.17.144.242:10480?Name=Player?Password=

REM Tell the user that the game has exited

echo SWAT 4 HD Mod has exited"

The first thing is, launcher must be put outside of System folder for it to work (skip this step if it's working)
Now second thing is, it's pretty annoying that everyone connects with the name "Player" on the server but it can be fixed by editing the code.
..\System\Swat4.exe 185.17.144.242:10480?Name=Player?Password=
Change Name=Player to the name you use in-game and if you're a server Administrator then put your password in front of Password= too.

No comments:

Post a Comment