Problem description:
- The server won't start/appear online.
- The server log or webconsole is showing an error similiar to:
Error, entry list CAR_0 car bmw_m3_e92 is illegal
Cause:
This error indicates that CAR_0 from the cfg\entry_list.ini file is not added to the CARS list in the cfg\server_cfg.ini file.
In this example the car bmw_m3_e92 is not added to the cfg\server_cfg.ini file.
Solution:
1. Define all the cars models used in the entry list, by looking at the "MODEL=" entries in the cfg\entry_list.ini file
2. Locate the line: "CARS=" in the cfg\server_cfg.ini file.
3. Add the car (in this case bmw_m3_e92) to the CARS line in the cfg\server_cfg.ini file.
Example: CARS=bmw_m3_e92
Note:
To add multiple cars, use a semicolumn (;) to seperate the car names.
Example: CARS=bmw_m3_e92;ferrari_laferrari