mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 20:39:29 +08:00
(SysFormat): Risa game platform system format.
This commit is contained in:
parent
3dd93d337d
commit
46a6c5390f
@ -1,6 +1,6 @@
|
||||
//! \file ImageSYG.cs
|
||||
//! \date Sun Jun 05 19:14:11 2016
|
||||
//! \brief West Vision image format.
|
||||
//! \brief Risa game platform system image format.
|
||||
//
|
||||
// Copyright (C) 2016 by morkt
|
||||
//
|
||||
@ -39,7 +39,7 @@ namespace GameRes.Formats.WestVision
|
||||
public class SygFormat : ImageFormat
|
||||
{
|
||||
public override string Tag { get { return "SYG"; } }
|
||||
public override string Description { get { return "West Vision image format"; } }
|
||||
public override string Description { get { return "Risa game platform system image"; } }
|
||||
public override uint Signature { get { return 0x47595324; } } // '$SYG'
|
||||
|
||||
public override ImageMetaData ReadMetaData (Stream stream)
|
||||
|
@ -188,9 +188,11 @@ I/O<br/>
|
||||
Natsuiro Kouen ~Denpatou no Shita de Ai wo Kataru~<br/>
|
||||
Onegai O-Hoshi-sama<br/>
|
||||
Reijou Caster 2<br/>
|
||||
Seido Maria ~Hakudaku Mamire no Zangeshitsu~<br/>
|
||||
Toriko Hime ~Hakudaku Mamire no Reijou~<br/>
|
||||
Tsuma Youji<br/>
|
||||
Tsuma Youji 2<br/>
|
||||
Wanna. SpartanSex Spermax!!!<br/>
|
||||
Yume Miru Kusuri<br/>
|
||||
</td></tr>
|
||||
<tr><td>*.wip<br/>*.msk<br/>*.mos</td><td><tt>WIPF</tt></td><td>No</td></tr>
|
||||
@ -863,10 +865,15 @@ Tsujidou-san no Virgin Road<br/>
|
||||
<tr><td>*.pak</td><td><tt>PACK</tt></td><td>No</td><td>Studio Nekopunch</td><td>
|
||||
Uso x Mote ~Usonko Motemote-shon~<br/>
|
||||
</td></tr>
|
||||
<tr class="odd"><td>*.syg</td><td><tt>$SYG</tt></td><td>No</td><td>West Vision</td><td>
|
||||
<tr class="odd"><td>*.syg</td><td><tt>$SYG</tt></td><td>No</td><td><a title="Risa game platform system">Risa</a></td><td>
|
||||
Chijoku Yuugi<br/>
|
||||
OL Gari ~Nureta Office~<br/>
|
||||
Taiiku Souko ~Shoujotachi no Sange~<br/>
|
||||
</td></tr>
|
||||
<tr><td>*.cmp</td><td><tt>SBI</tt></td><td>No</td><td rowspan="2">Vitamin</td><td rowspan="2">
|
||||
Big Magnum Harimoto-sensei<br/>
|
||||
</td></tr>
|
||||
<tr><td>*.mfc</td><td><tt>MFC</tt></td><td>No</td></tr>
|
||||
</table>
|
||||
<p><a name="note-1" class="footnote">1</a> Non-encrypted only</p>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user