Skip to content

Commit

Permalink
Adding support for v1.7 of Let Them Eat Cake.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanceewing committed May 9, 2024
1 parent d26dd7c commit 5274204
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/data/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,13 @@
"filePath": "/games/lstety.zip",
"fileType": "ZIP"
},
{
"gameId": "LTEC",
"name": "Let Them Eat Cake",
"displayName": "Let Them Eat Cake",
"filePath": "/games/ltec.zip",
"fileType": "ZIP"
},
{
"gameId": "MDQUST",
"name": "MD Quest - The Search for Michiel",
Expand Down
Binary file added assets/screenshots/LTEC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions core/src/main/java/com/agifans/agile/Detection.java
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ private boolean hasAGIPalFiles(Game game) {
{"M---", "ISABEL","Isabella Coq - A Present For My Dad", "55c6819f2330c4d5d6459874c9f123d9"},
{"----", "LPIRAT","Little Pirate (Demo 2 v0.6)", "437068efe4ec32d436da09d6f2ea56e1"},
{"----", "LSTETY","Lost Eternity (v1.0)", "95f15c5632feb8a39e9ca3d9af35fcc9"},
{"----", "LTEC","Let Them Eat Cake (v1.7)", "6b4b582e1df93aff7e84b2a31699f084"},
{"----", "MDQUST","MD Quest - The Search for Michiel (v0.10)", "2a6fcb21d2b5e4144c38ed817fabe8ee"},
{"----", "MAALEA","Maale Adummin Quest", "ddfbeb33feb7cf78504fe4dba14ec63b"},
{"----", "MONKEY","Monkey Man", "2322d03f997e8cc235d4578efff69cfa"},
Expand Down
Binary file added html/webapp/games/ltec.zip
Binary file not shown.

0 comments on commit 5274204

Please sign in to comment.