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
datum_handle __cdecl object_new(s_object_placement_data *placement_data) | |
{ | |
s_object_placement_data *_data; // edi | |
string_id v2; // ST3C_4 | |
s_object_type_definition *object_type; // eax | |
__int32 model_tag_index; // ecx | |
s_object_type_definition *_object_type; // esi | |
datum_handle object_index; // ebx | |
s_tls_data *tls; // eax | |
s_object_definition *_definition; // ecx |
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
import ../cseries/cseries | |
const | |
DATA_SIGNATURE = Tag(0x40744064) | |
DATA_ITERATOR_SIGNATURE = Tag(0x72657469) | |
type | |
DatumIndex* = distinct uint32 | |
proc `index`*(self: DatumIndex): uint16 = |
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
using TagTool.Cache; | |
using TagTool.Common; | |
using TagTool.Serialization; | |
using System; | |
using System.Collections.Generic; | |
namespace TagTool.Tags.Definitions | |
{ | |
[TagStructure(Name = "game_engine_settings_definition", Tag = "wezr", Size = 0x88, MaxVersion = CacheVersion.Halo3ODST)] | |
[TagStructure(Name = "game_engine_settings_definition", Tag = "wezr", Size = 0x8C, MinVersion = CacheVersion.HaloOnline106708)] |
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
#include "..\Blam\BlamTypes.hpp" | |
#include "..\Modules\ModuleTime.hpp" | |
#include "..\ElDorito.hpp" | |
#include "..\Patch.hpp" | |
#include "LoadingScreen.hpp" | |
using namespace Patches::LoadingScreen; | |
namespace | |
{ |
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
#pragma once | |
#include "Blam\Math\Bounds.hpp" | |
#include "Blam\Math\RealColorRGB.hpp" | |
#include "Blam\Math\RealEulerAngles3D.hpp" | |
#include "Blam\Math\RealPoint3D.hpp" | |
#include "Blam\Tags\TagBlock.hpp" | |
#include "Blam\Tags\TagData.hpp" | |
#include "Blam\Tags\TagReference.hpp" | |
#include "Blam\Text\StringID.hpp" |
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
#include "FieldDefinition.hpp" | |
namespace Definitions | |
{ | |
FieldDefinition::FieldDefinition(const FieldType &type) : | |
FieldDefinition(type, "") | |
{ | |
} | |
FieldDefinition::FieldDefinition(const FieldType &type, const long length) : |
This file has been truncated, but you can view the full file.
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
016BEC00 3 DNameNode DNameNode: |
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
Tag Tool [1.0.6230.30701] | |
Please report any bugs and feature requests at | |
<https://github.com/TheGuardians/TagTool/issues>. | |
Reading tags...11914 tags loaded. | |
- Detected target engine version 1.106708 cert_ms23. | |
- This cache file was built on 3/20/2015 at 10:40 AM. | |
Reading stringIDs...31837 strings loaded. |
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
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using TagTool.Cache.HaloOnline; | |
using TagTool.Tags; | |
using TagTool.Tags.Definitions; | |
namespace Test |
NewerOlder