From 7614f1990749b155dc4c4483444a8fd9f18d89e3 Mon Sep 17 00:00:00 2001 From: FridiNaTor1 <32988388+FridiNaTor1@users.noreply.github.com> Date: Sun, 23 Jan 2022 18:15:22 +0000 Subject: [PATCH] Added missing LBP 1, 2 and 3 title ids (#126) * 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. * Fix formatting * Tabs -> Spaces Co-authored-by: jvyden --- ProjectLighthouse/Helpers/GameVersionHelper.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ProjectLighthouse/Helpers/GameVersionHelper.cs b/ProjectLighthouse/Helpers/GameVersionHelper.cs index a1104644..f787a92b 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 = @@ -98,4 +101,4 @@ public class GameVersionHelper return GameVersion.LittleBigPlanet1; } -} \ No newline at end of file +}