From 853dc920ccc0b724a983df06520a89da2d3869f7 Mon Sep 17 00:00:00 2001 From: morkt Date: Thu, 25 Oct 2018 16:54:49 +0400 Subject: [PATCH] (GSS): added signature. --- Legacy/Ags32i/ImageGSS.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Legacy/Ags32i/ImageGSS.cs b/Legacy/Ags32i/ImageGSS.cs index 98d1f711..0221d6fc 100644 --- a/Legacy/Ags32i/ImageGSS.cs +++ b/Legacy/Ags32i/ImageGSS.cs @@ -32,6 +32,7 @@ using GameRes.Compression; using GameRes.Utility; // [041001][Innocence] China Chaime+ +// [041224][Tam's] Volga Series 1 namespace GameRes.Formats.Ags32i { @@ -51,7 +52,7 @@ namespace GameRes.Formats.Ags32i public GssFormat () { - Signatures = new uint[] { 0x20575A52, 0 }; + Signatures = new uint[] { 0x20575A52, 0x20574242, 0 }; } //static readonly uint DefaultKey = 0x20040915;