This is in early development, functionality may be missing
acStarter is a small program written in C to manage Assetto Corsa servers.
- Allows multiple track lists for free join servers
- Allows free join timed practice servers with multiple track lists
- Allows different cars per track(any session)
- Allows different amount of laps per track
- Allow different max clients per track
- Restarts the server if it crashes
- Support for drifting, practice or race sessions
- Allows randomized skin selection
- These depending on how many you have, MAX_SKINS may need adjustment in cars.h
- Plus more that I'm likely forgetting.
git clone [email protected]:nuggs/acStarter.git
- Compile the code from the src directory using
make
- Configure the files in the cfg directory
- Copy acStarter to your base Assetto Corsa server directory(s) or else it won't read in surfaces.ini
- Launch using:
./acServer [-h] [-d] [-p] [-r] [-v]
- -p will boot using practice configuration/track list
- -d will boot using drift configuration/track list
- -r will boot using race configuration/track list
Released under the MIT license, see LICENSE for information