Telemetry
Setup the Telemetry to track reliability of AI Taxi on your server.
I've included telemetry in this script in case you want to measure the reliability in your server.
First you need to set Config.RecordTelemetry = true
in the config.lua
Next create the table provided in ai_taxi_telemetry.sql
Event Status:
started
= Scenario started after taxi is spawned and dispatchedsuccess-destination
= The taxi reached the destinationsuccess-early-exit
= The player exited the taxi before it reached the target destinationtimedout
= The taxi likely got stuck and never reached the pickup locationabandonded-dead
- The taxi driver diedarrived-for-pickup
- A substep to track that the taxi reached the players pickup locationgps-set
- A substep to track that the player entered the taxi and set the GPS location
Calculate Success Rate
Using the above metrics you can calculate the success rate of AI EMS on your server.
Last updated