
Headhunter09
Joined: May 6, 2008
This is the truth.
|
Posted: May 3, 2009 03:13 PM
Msg. 1 of 8
Are tag files basically XML files? If not, how are they structured?
Is there somewhere I can get the source code for the apps like Guerilla and Sapien and Tool?
|
|
|

jackrabbit
Joined: Apr 27, 2005
Fight Against the Machine of Deth!
|
Posted: May 3, 2009 03:34 PM
Msg. 2 of 8
kornman00 is the only person who ever made new stuff like that he might have the source codes.
|
|
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: May 3, 2009 03:56 PM
Msg. 3 of 8
http://hce.halomaps.org/index.cfm?nid=416Quote: --- Original message by: Bungie A tag is the fundamental unit of our resource system. It corresponds to a single file on disk and a C structure in memory. Our tag system is similar to XML; where XML defines data as an XML file and its definition as a schema, we define data as a tag and its definition as a tag_group. However, there are two main differences: XML is stored as text while a tag is a stored as binary data, and an XML schema is defined in a text file while a tag_group is defined in code. We define tag_groups in code using a set of preprocessor macros that break down the corresponding C structure into its component types, e.g. integers, floats, strings.
|
|
|

Headhunter09
Joined: May 6, 2008
This is the truth.
|
Posted: May 3, 2009 04:09 PM
Msg. 4 of 8
what is the map file structure? How are all the tags cached in the map file?
|
|
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: May 3, 2009 04:23 PM
Msg. 5 of 8
The scenario file is yet another tag. Read the article to find out how they work.
|
|
|

Headhunter09
Joined: May 6, 2008
This is the truth.
|
Posted: May 3, 2009 04:39 PM
Msg. 6 of 8
no. map files. as in '*.map'
|
|
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: May 3, 2009 05:26 PM
Msg. 7 of 8
A map file is merely a collection of tags.
|
|
|

Headhunter09
Joined: May 6, 2008
This is the truth.
|
Posted: May 3, 2009 05:43 PM
Msg. 8 of 8
so its just a binary file with one tag after another?
|
|
|