Zerthox / bhud-pathing

[Module] The official pathing module which adds marker and trail support to Blish HUD.

Home Page:https://blishhud.com/docs/markers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📦 Pathing Module [bh.community.pathing]

Discord

The Pathing module is a Blish HUD module which provides support for TacO style marker packs.

Download the Pathing Module

You can downlaod the Pathing module from:

  • Our Releases page here on GitHub.
  • The Blish HUD repository while in-game.

In any case, you can review the Blish HUD module install guide for more details.

For Contributors

Pull requests are welcome. You are encouraged to join the discussion in the Blish HUD #📦module_dev_discussion Discord channel or discuss with us through a submitted issue.

Building the Pathing Module

Instructions

  1. Clone the repo: git clone https://github.com/blish-hud/Pathing.git
  2. Clone TmfLib: git clone https://github.com/dlamkins/TmfLib.git
  3. Launch the Pathing solution and ensure that the project reference to TmfLib is properly restored.
  4. Follow the standard debugging steps for Blish HUD modules.

You can ignore the Pathing.Harness project. It is not necessary for building the Pathing module.

TmfLib

TmfLib is a library dedicated to reading and writing Blish HUD / TacO format marker packs. This library is seperated so that it can be used with other projects as well while ensuring we maintain the same parsing spec. It's currently also used by our linter and a marker pack re-packer.

License

Licensed under the MIT License

About

[Module] The official pathing module which adds marker and trail support to Blish HUD.

https://blishhud.com/docs/markers/

License:MIT License


Languages

Language:C# 95.9%Language:HTML 2.5%Language:HLSL 1.6%Language:Batchfile 0.1%