From 42ba128586039e978621ca0bb443a611cf4cea9e Mon Sep 17 00:00:00 2001 From: Earthfiredrake Date: Wed, 16 Aug 2017 14:08:01 -0600 Subject: [PATCH] Changes default waypoint colour --- README.md | 1 + efd/LoreHound/LoreHound.as | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a85423b..3d11bfe 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ If upgrading from v0.1.1-alpha, a clean reinstall is recommended. Remove the exi ## Change Log Version 1.2.4 + By request: Waypoint colour may now be customized to something less like a sabotage mission marker + + Default changed from 0xF6D600 to the slightly oranger 0xFFAA00 + Colour changes will not affect currently displayed waypoints + Previously undocumented feature to dump detections to ClientLog.txt has been given proper config option + Format of data has changed for convenient transfer of data to Cartographer diff --git a/efd/LoreHound/LoreHound.as b/efd/LoreHound/LoreHound.as index d118b6e..312544f 100644 --- a/efd/LoreHound/LoreHound.as +++ b/efd/LoreHound/LoreHound.as @@ -103,7 +103,7 @@ class efd.LoreHound.LoreHound extends Mod { Config.NewSetting("CheckNewContent", false); // DEPRECATED(v1.1.0.alpha): Renamed Config.NewSetting("ExtraTesting", false); // Does extra tests to detect lore that isn't on the index list at all yet (ie: new content!) Config.NewSetting("CartographerLogDump", false); // Dumps detected lore to the log file in a format which can easilly be extracted for Cartographer waypoint files - Config.NewSetting("WaypointColour", 0xF6D600); // Colour of onscreen waypoints + Config.NewSetting("WaypointColour", 0xFFAA00); // Colour of onscreen waypoints // Extended information, regardless of this setting: // - Is always ommitted from Fifo notifications, to minimize spam