From 61972c35e671c6cf6199da84ee1cc1c3e36323d2 Mon Sep 17 00:00:00 2001 From: Spythere Date: Mon, 23 Dec 2024 15:58:07 +0100 Subject: [PATCH] chore: updated new vehicles speed limits and compatible version --- src/constants/speedLimits.json | 51 ++++++++++++++++++++++++++++++++++ src/store.ts | 2 +- 2 files changed, 52 insertions(+), 1 deletion(-) diff --git a/src/constants/speedLimits.json b/src/constants/speedLimits.json index 31ec1bd..72afef0 100644 --- a/src/constants/speedLimits.json +++ b/src/constants/speedLimits.json @@ -98,5 +98,56 @@ "2400000": 20 }, "none": 90 + }, + "M62": { + "passenger": { + "500000": 100, + "800000": 80, + "1200000": 60, + "2000000": 40, + "3000000": 20 + }, + "cargo": { + "500000": 100, + "800000": 80, + "1200000": 60, + "2000000": 40, + "3000000": 20 + }, + "none": 100 + }, + "ST44": { + "passenger": { + "500000": 100, + "800000": 80, + "1200000": 60, + "2000000": 40, + "3000000": 20 + }, + "cargo": { + "500000": 100, + "800000": 80, + "1200000": 60, + "2000000": 40, + "3000000": 20 + }, + "none": 100 + }, + "CTLR4C": { + "passenger": { + "500000": 100, + "800000": 80, + "1200000": 60, + "2000000": 40, + "3000000": 20 + }, + "cargo": { + "500000": 100, + "800000": 80, + "1200000": 60, + "2000000": 40, + "3000000": 20 + }, + "none": 100 } } diff --git a/src/store.ts b/src/store.ts index 159301a..54f19d0 100644 --- a/src/store.ts +++ b/src/store.ts @@ -57,7 +57,7 @@ export const useStore = defineStore({ lastFocusedElement: null as HTMLElement | null, - compatibleSimulatorVersion: '2024.2.1', + compatibleSimulatorVersion: '2024.3.1', }), getters: {