Hello there! I just got the new files from ur website using: https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/
But there is not anymore run.cmd so how we supposed to run our server?
1 Like
Lorenc
2
all run.cmd contained was
@echo off
%~dp0\FXServer +set citizen_dir %~dp0\citizen\ %*`
1 Like
Lorenc
4
do note run.cmd isn’t bundled anymore, you can still use the old one but it’s recommended to just use FXServer.exe directly now from your start scripts/service managers/shortcuts - it’ll auto-configure citizen_dir now;
From #releng in FiveM discord
1 Like