From bdfe264d992fee3f82353de906e1af164a3500a4 Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Thu, 1 Aug 2019 22:44:30 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2755320..2dc0de3 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ 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 -You can modify the numeric values in side of *chSettings.sh* to modify size, thickness and colour of the crosshair. -Be careful when modifying setting files! +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 @@ -20,3 +19,12 @@ Be careful when modifying setting files! * 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.