forked from craftycodie/Sunrise-BlfTool
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6b1e58
commit 871bc90
Showing
113 changed files
with
4,817 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 2 additions & 4 deletions
6
...gInc/BlfChunks/AbstractBlfChunkNameMap.cs → .../ChunkNameMaps/AbstractBlfChunkNameMap.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
WarthogInc/BlfChunks/ChunkNameMaps/Halo3/BlfChunkNameMap06481.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace SunriseBlfTool.BlfChunks.ChunkNameMaps.Halo3 | ||
{ | ||
public class BlfChunkNameMap06481 : AbstractBlfChunkNameMap | ||
{ | ||
public BlfChunkNameMap06481() | ||
{ | ||
RegisterChunks(); | ||
} | ||
|
||
private void RegisterChunks() | ||
{ | ||
RegisterChunk<StartOfFile>(); | ||
RegisterChunk<EndOfFile>(); | ||
RegisterChunk<HopperConfigurationTable2>(); | ||
RegisterChunk<MatchmakingHopperDescriptions1>(); | ||
RegisterChunk<Author>(); | ||
RegisterChunk<GameSet1>(); | ||
RegisterChunk<MatchmakingHopperStatistics>(); | ||
RegisterChunk<PackedGameVariant2>(); | ||
} | ||
|
||
public override string GetVersion() | ||
{ | ||
return "06481"; | ||
} | ||
} | ||
|
||
} |
47 changes: 47 additions & 0 deletions
47
WarthogInc/BlfChunks/ChunkNameMaps/Halo3/BlfChunkNameMap08117.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
using SunriseBlfTool.BlfChunks.ChunkNameMaps; | ||
using SunriseBlfTool.BlfChunks; | ||
using SunriseBlfTool; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
public class BlfChunkNameMap08117 : AbstractBlfChunkNameMap | ||
{ | ||
public static BlfChunkNameMap08117 singleton = new BlfChunkNameMap08117(); | ||
|
||
public BlfChunkNameMap08117() | ||
{ | ||
RegisterChunks(); | ||
} | ||
|
||
private void RegisterChunks() | ||
{ | ||
RegisterChunk<StartOfFile>(); | ||
RegisterChunk<EndOfFile>(); | ||
RegisterChunk<HopperConfigurationTable8>(); | ||
RegisterChunk<MatchmakingHopperDescriptions1>(); | ||
RegisterChunk<UserBanhammer>(); | ||
RegisterChunk<Author>(); | ||
RegisterChunk<ServiceRecordIdentity>(); | ||
RegisterChunk<GameSet1>(); | ||
RegisterChunk<Manifest>(); | ||
RegisterChunk<MatchmakingTips>(); | ||
RegisterChunk<MatchmakingBanhammerMessages>(); | ||
RegisterChunk<MapManifest>(); | ||
RegisterChunk<MatchmakingHopperStatistics>(); | ||
RegisterChunk<ContentHeader>(); | ||
RegisterChunk<FileQueue>(); | ||
RegisterChunk<UserPlayerData>(); | ||
RegisterChunk<RecentPlayers>(); | ||
RegisterChunk<MachineNetworkStatistics>(); | ||
RegisterChunk<MessageOfTheDay>(); | ||
RegisterChunk<MultiplayerPlayers>(); | ||
} | ||
|
||
public override string GetVersion() | ||
{ | ||
return "08117"; | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
WarthogInc/BlfChunks/ChunkNameMaps/Halo3/BlfChunkNameMap08172.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace SunriseBlfTool.BlfChunks.ChunkNameMaps.Halo3 | ||
{ | ||
public class BlfChunkNameMap08172 : AbstractBlfChunkNameMap | ||
{ | ||
public static BlfChunkNameMap08172 singleton = new BlfChunkNameMap08172(); | ||
|
||
public BlfChunkNameMap08172() | ||
{ | ||
RegisterChunks(); | ||
} | ||
|
||
private void RegisterChunks() | ||
{ | ||
RegisterChunk<StartOfFile>(); | ||
RegisterChunk<EndOfFile>(); | ||
RegisterChunk<HopperConfigurationTable8>(); | ||
RegisterChunk<MatchmakingHopperDescriptions2>(); | ||
RegisterChunk<UserBanhammer>(); | ||
RegisterChunk<Author>(); | ||
RegisterChunk<ServiceRecordIdentity>(); | ||
RegisterChunk<GameSet2>(); | ||
RegisterChunk<Manifest>(); | ||
RegisterChunk<MatchmakingTips>(); | ||
RegisterChunk<MatchmakingBanhammerMessages>(); | ||
RegisterChunk<MapManifest>(); | ||
RegisterChunk<MatchmakingHopperStatistics>(); | ||
RegisterChunk<ContentHeader>(); | ||
RegisterChunk<FileQueue>(); | ||
RegisterChunk<UserPlayerData>(); | ||
RegisterChunk<RecentPlayers>(); | ||
RegisterChunk<MachineNetworkStatistics>(); | ||
RegisterChunk<MessageOfTheDay>(); | ||
RegisterChunk<MultiplayerPlayers>(); | ||
} | ||
|
||
public override string GetVersion() | ||
{ | ||
return "08172"; | ||
} | ||
} | ||
|
||
} |
47 changes: 47 additions & 0 deletions
47
WarthogInc/BlfChunks/ChunkNameMaps/Halo3/BlfChunkNameMap10015.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace SunriseBlfTool.BlfChunks.ChunkNameMaps.Halo3 | ||
{ | ||
public class BlfChunkNameMap10015 : AbstractBlfChunkNameMap | ||
{ | ||
public BlfChunkNameMap10015() | ||
{ | ||
RegisterChunks(); | ||
} | ||
|
||
private void RegisterChunks() | ||
{ | ||
RegisterChunk<StartOfFile>(); | ||
RegisterChunk<EndOfFile>(); | ||
RegisterChunk<HopperConfigurationTable9>(); | ||
RegisterChunk<MatchmakingHopperDescriptions2>(); | ||
RegisterChunk<UserBanhammer>(); | ||
RegisterChunk<Author>(); | ||
RegisterChunk<ServiceRecordIdentity>(); | ||
RegisterChunk<MessageOfTheDayPopup>(); | ||
RegisterChunk<GameSet3>(); | ||
RegisterChunk<Manifest>(); | ||
RegisterChunk<MatchmakingTips>(); | ||
RegisterChunk<MatchmakingBanhammerMessages>(); | ||
RegisterChunk<MapManifest>(); | ||
RegisterChunk<MatchmakingHopperStatistics>(); | ||
RegisterChunk<ContentHeader>(); | ||
RegisterChunk<FileQueue>(); | ||
RegisterChunk<UserPlayerData>(); | ||
RegisterChunk<RecentPlayers>(); | ||
RegisterChunk<MachineNetworkStatistics>(); | ||
RegisterChunk<MessageOfTheDay>(); | ||
RegisterChunk<MultiplayerPlayers>(); | ||
} | ||
|
||
public override string GetVersion() | ||
{ | ||
return "10015"; | ||
} | ||
} | ||
|
||
} |
6 changes: 2 additions & 4 deletions
6
WarthogInc/BlfChunks/BlfChunkNameMap12070.cs → ...unkNameMaps/Halo3/BlfChunkNameMap12070.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
WarthogInc/BlfChunks/ChunkNameMaps/Halo3ODST/BlfChunkNameMap13895.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
|
||
namespace SunriseBlfTool.BlfChunks.ChunkNameMaps.Halo3 | ||
{ | ||
public class BlfChunkNameMap13895 : AbstractBlfChunkNameMap | ||
{ | ||
public static BlfChunkNameMap13895 singleton = new BlfChunkNameMap13895(); | ||
|
||
public BlfChunkNameMap13895() | ||
{ | ||
RegisterChunks(); | ||
} | ||
|
||
private void RegisterChunks() | ||
{ | ||
RegisterChunk<StartOfFile>(); | ||
RegisterChunk<EndOfFile>(); | ||
RegisterChunk<UserBanhammer>(); | ||
RegisterChunk<Author>(); | ||
///RegisterChunk<ServiceRecordIdentity>(); // osri instead of srid. | ||
RegisterChunk<MessageOfTheDayPopup>(); | ||
RegisterChunk<Manifest>(); | ||
RegisterChunk<MatchmakingTips>(); | ||
RegisterChunk<MatchmakingBanhammerMessages>(); | ||
RegisterChunk<MapManifest>(); | ||
//RegisterChunk<NetworkConfiguration>(); | ||
RegisterChunk<ContentHeader>(); | ||
RegisterChunk<FileQueue>(); | ||
RegisterChunk<UserPlayerData>(); | ||
RegisterChunk<RecentPlayers>(); | ||
RegisterChunk<MachineNetworkStatistics>(); | ||
RegisterChunk<MessageOfTheDay>(); | ||
RegisterChunk<MultiplayerPlayers>(); | ||
RegisterChunk<MatchmakingOptions>(); | ||
} | ||
|
||
public override string GetVersion() | ||
{ | ||
return "13895"; | ||
} | ||
} | ||
} |
51 changes: 51 additions & 0 deletions
51
WarthogInc/BlfChunks/ChunkNameMaps/HaloOnline/BlfChunkNameMap106708.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace SunriseBlfTool.BlfChunks.ChunkNameMaps.HaloOnline | ||
{ | ||
public class BlfChunkNameMap106708 : AbstractBlfChunkNameMap | ||
{ | ||
public BlfChunkNameMap106708() | ||
{ | ||
RegisterChunks(); | ||
} | ||
|
||
private void RegisterChunks() | ||
{ | ||
RegisterChunk<StartOfFile>(); | ||
RegisterChunk<EndOfFile>(); | ||
RegisterChunk<HopperConfigurationTable11>(); | ||
RegisterChunk<MatchmakingHopperDescriptions3>(); | ||
RegisterChunk<UserBanhammer>(); | ||
RegisterChunk<Author>(); | ||
RegisterChunk<ServiceRecordIdentity>(); | ||
RegisterChunk<MessageOfTheDayPopup_PC>(); | ||
RegisterChunk<NagMessage>(); | ||
RegisterChunk<GameSet6>(); | ||
RegisterChunk<Manifest>(); | ||
RegisterChunk<MatchmakingTips>(); | ||
RegisterChunk<MatchmakingBanhammerMessages>(); | ||
RegisterChunk<MapManifest>(); | ||
RegisterChunk<MatchmakingHopperStatistics_PC>(); | ||
RegisterChunk<PackedGameVariant10>(); | ||
RegisterChunk<PackedMapVariant>(); | ||
RegisterChunk<ContentHeader>(); | ||
RegisterChunk<FileQueue>(); | ||
RegisterChunk<UserPlayerData>(); | ||
RegisterChunk<RecentPlayers>(); | ||
RegisterChunk<MachineNetworkStatistics>(); | ||
RegisterChunk<MessageOfTheDay>(); | ||
RegisterChunk<MultiplayerPlayers>(); | ||
RegisterChunk<MatchmakingOptions>(); | ||
} | ||
|
||
public override string GetVersion() | ||
{ | ||
return "106708"; | ||
} | ||
} | ||
|
||
} |
12 changes: 5 additions & 7 deletions
12
.../BlfChunks/BlfChunkNameMap_reach_12065.cs → ...meMaps/HaloReach/BlfChunkNameMap_12065.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.