UNPKG

@deltazeroproduction/f1-udp-parser

Version:

The F1 series of games support the outputting of key game data via a UDP data stream. This data can be interpreted by external apps or connected peripherals for a range of different uses, including providing additional telemetry information, customised HU

33 lines 920 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GAME_MODES = void 0; exports.GAME_MODES = { 0: 'Event Mode', 3: 'Grand Prix', 4: 'Grand Prix 23', 5: 'Time Trial', 6: 'Splitscreen', 7: 'Online Custom', 8: 'Online League', 11: 'Career Invitational', 12: 'Championship Invitational', 13: 'Championship', 14: 'Online Championship', 15: 'Online Weekly Event', 17: 'Story Mode Breaking Point', 19: 'Career 22', 20: 'Career 22 Online', 21: 'Career 23', 22: 'Career 23 Online', 23: 'Career 24', 24: 'Career 24 Online', 25: 'My Team Career 24', 26: 'Curated Career 24', 27: 'My Team Career 25', 28: 'Driver Career 25', 29: 'Career 25 Online', 30: 'Challenge Career 25', 75: 'Story Mode APXGP', 127: 'Benchmark', }; //# sourceMappingURL=gameModes.js.map