Skip to content

Commit

Permalink
Changes default waypoint colour
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthfiredrake committed Aug 16, 2017
1 parent 9052a65 commit 42ba128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion efd/LoreHound/LoreHound.as
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42ba128

Please sign in to comment.