From 30f13d6275e0d8c0003906c6a7d9a148c27e1df4 Mon Sep 17 00:00:00 2001 From: FridiNaTor1 Date: Sun, 23 Jan 2022 16:26:09 +0000 Subject: [PATCH] Added missing LBP 1, 2 and 3 title ids Added missing Title IDs, these fixes LBP 2 from only showing LBP 1 levels, and reporting as LBP 1 on the server. And fixes LBP 3 from crashing. --- ProjectLighthouse/Helpers/GameVersionHelper.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ProjectLighthouse/Helpers/GameVersionHelper.cs b/ProjectLighthouse/Helpers/GameVersionHelper.cs index a1104644..fdafbc5c 100644 --- a/ProjectLighthouse/Helpers/GameVersionHelper.cs +++ b/ProjectLighthouse/Helpers/GameVersionHelper.cs @@ -26,6 +26,7 @@ public class GameVersionHelper "NPEA00147", "NPHG00033", "NPHG00035", + "NPEA00241", }; // https://serialstation.com/games/35e69aba-1872-4fd7-9d39-11ce75924040 @@ -46,6 +47,7 @@ public class GameVersionHelper "BCET70023", "BCES01694", "NPUA80662", + "NPEA00324", }; // https://www.serialstation.com/games/b62d53d9-fdff-4463-8134-64b81e1cbd50 @@ -76,6 +78,7 @@ public class GameVersionHelper "CUSA01077", "CUSA01304", "NPUA81116", + "NPEA00515", }; public static readonly string[] LittleBigPlanetVitaTitleIds =