Codsmp.exe -
codsmp.exe is the main executable for the . It handles real-time data aggregation, multi-agent coordination, and event-driven simulation processing. Run this file to launch the CLI or GUI interface (depending on build flags).
codsmp.exe --config <file.json> [--headless] [--log-level info] codsmp.exe
:: Launch the COD SMP engine start /wait codsmp.exe --mode server --port 5050 if %errorlevel% neq 0 ( echo [ERROR] codsmp.exe failed with exit code %errorlevel% exit /b %errorlevel% ) codsmp