This project is a basic FiveM server to make some tests. In contains :
- A system to build and runs TypeScript scripts (it can be optimized), it's just a POC to test TS scripts with FiveM.
- A custom spawn system. The default
spawnmanagerhas been removed to use mine that implement player switch animation.
- Copy data/env.example.cfg to data/env.cfg
- Edit data/env.cfg to match your environment
docker compose builddocker compose up -d
- Download FiveM server from https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/
- Extract the server into the server directory
- Copy data/env.example.cfg to data/env.cfg
- Edit data/env.cfg to match your environment
./create_resources_config.shmake re(cd data && ../server/run.sh +exec ./server.cfg)
- Download FiveM server from https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/
- Extract the server into the server directory
- Copy data/env.example.cfg to data/env.cfg
- Edit data/env.cfg to match your environment
create_resources_config.batmake re./run.bat