Find a file
2019-08-02 21:18:33 +02:00
CrosshairMod Secret 2019-08-02 21:18:25 +02:00
.gitattributes Add .gitignore and .gitattributes. 2019-08-01 11:51:51 +02:00
.gitignore Added Release .dll (For real now) 2019-08-01 12:06:00 +02:00
CrosshairMod.sln Add project files. 2019-08-01 11:51:53 +02:00
LICENSE Create LICENSE 2019-08-01 22:59:16 +02:00
README.md Update README.md 2019-08-01 22:45:01 +02:00

CrosshairMod v0.3

A Blackwake Mod that adds a crosshair

Simply copy and paste the CrosshairMod.dll and the chSettings.sett files from the bin/Release directory into your Blackwake directory under /Blackwake_Data/Managed/Mods

Customization

With Version v0.3 you can now toggle the crosshair with J, and you can open a customization interface with H. This now lets you edit virtually every aspect of the current crosshair design, and even saves it to the settings so that your customization will still be there after restarting the game,

Version history

v0.1

  • Created simple crosshair

v0.2

  • Added customizability in form of settings file
  • Start logging events

v0.2.1

  • Restructured project
  • Added buttons
  • Added functionality to toggle crosshair

v0.3

  • Finished GUI. The GUI now lets you customize
    • Visibilty
    • Size
    • Thickness
    • Colour
  • Added Hotkeys to open GUI (H) and to toggle the Crosshair (J)
  • Added auto-save, so any editing you do to the crosshair gets saved into the settings file.