-
-
Notifications
You must be signed in to change notification settings - Fork 11
introduction
Dade Lamkins edited this page Oct 15, 2022
·
1 revision
Marker packs are typically archives which contain within them three types of files.
The XML files are the main component of a marker pack and are what define all major aspects of the packs including every marker, the categories, and their defined behaviors.
Trail files each represent a trail to be displayed and contain the data necessary to rebuild them in the world. You can use TacO or TrlTool to create these files. Blish HUD's pathing module does not have a tool to do this yet.
Texture files are simply images used by either markers or trails. They are included in the marker pack. A single texture file can be used by multiple markers, trails, etc. and re-use is encouraged to reduce memory requirements, load times, archive size, etc.