mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-21 22:26:53 +00:00
Add and update models needed for BOS
This commit is contained in:
10
SabreTools.Models/LDSCRYPT/EncryptedFile.cs
Normal file
10
SabreTools.Models/LDSCRYPT/EncryptedFile.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace SabreTools.Models.LDSCRYPT
|
||||
{
|
||||
/// <summary>
|
||||
/// This is a placeholder model for future work
|
||||
/// </summary>
|
||||
public class EncryptedFile
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
10
SabreTools.Models/RealArcade/Mezzanine.cs
Normal file
10
SabreTools.Models/RealArcade/Mezzanine.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace SabreTools.Models.RealArcade
|
||||
{
|
||||
/// <summary>
|
||||
/// This is a placeholder model for future work
|
||||
/// </summary>
|
||||
public class Mezzanine
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
10
SabreTools.Models/RealArcade/RgsFile.cs
Normal file
10
SabreTools.Models/RealArcade/RgsFile.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace SabreTools.Models.RealArcade
|
||||
{
|
||||
/// <summary>
|
||||
/// This is a placeholder model for future work
|
||||
/// </summary>
|
||||
public class RgsFile
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace SabreTools.Models.SFFS
|
||||
namespace SabreTools.Models.StarForce
|
||||
{
|
||||
public static class Constants
|
||||
{
|
||||
@@ -1,6 +1,6 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace SabreTools.Models.SFFS
|
||||
namespace SabreTools.Models.StarForce
|
||||
{
|
||||
/// <see href="https://web.archive.org/web/20231020050651/https://forum.xentax.com/viewtopic.php?f=21&t=2084"/>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace SabreTools.Models.SFFS
|
||||
namespace SabreTools.Models.StarForce
|
||||
{
|
||||
/// <see href="https://web.archive.org/web/20231020050651/https://forum.xentax.com/viewtopic.php?f=21&t=2084"/>
|
||||
public sealed class FileHeader
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace SabreTools.Models.SFFS
|
||||
namespace SabreTools.Models.StarForce
|
||||
{
|
||||
/// <summary>
|
||||
/// SFFS consists of 2 major parts: the container files that contain the game
|
||||
@@ -13,7 +13,7 @@
|
||||
/// decrypt headerinfos. Note that SFFS itself is completly vm-free.
|
||||
/// </summary>
|
||||
/// <see href="https://web.archive.org/web/20231020050651/https://forum.xentax.com/viewtopic.php?f=21&t=2084"/>
|
||||
public sealed class StarForceFileSystem
|
||||
public sealed class FileSystem
|
||||
{
|
||||
/// <summary>
|
||||
/// Header
|
||||
@@ -1,6 +1,6 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace SabreTools.Models.SFFS
|
||||
namespace SabreTools.Models.StarForce
|
||||
{
|
||||
/// <summary>
|
||||
/// Header
|
||||
Reference in New Issue
Block a user