#Can't enable VAC and BattlEye on the server

7 messages · Page 1 of 1 (latest)

devout needle
#

I made a server for my friends to play on but BattlEye and VAC does not seem to be applied for this server even when i set my config to turn them on. No idea what's causing it so any help will be appreciated.

fierce kraken
#

When creating the server, did you make sure that it is an InternetServer in the command line instead of a LANServer?

#

e.g. end of .bat file:

rem ServerHelper.bat acts as an intermediary for any future required Unity arguments.
rem Custom scripts can pass additional arguments to ServerHelper.bat e.g. "-Port/27017 +InternetServer/My Server" (without quotes).
rem By default this script will launch a LAN server and save to the Servers/Example directory.
start "" "%~dp0ServerHelper.bat" +InternetServer/Default
exit```
devout needle
#

i was only using server code rn and it mostly works but i have to port forward it or something to get it to enable it?

random zephyr
#

You can just use steam server code and fake ip, doesn't need to portforward

devout needle
#

I set up GSLT and a FakeIP but I still don't have VAC and Battleye on the server but I may have forgotten a step