1
0
Fork
You've already forked bolt-clueplugin
0
No description
  • Lua 99.6%
  • Python 0.4%
Find a file
2026年01月23日 12:56:34 +00:00
build update for new UI 2026年01月20日 17:04:07 +00:00
compass add keldagrim point and fix daemonheim y level 2025年12月10日 21:39:48 +01:00
images missing tp image 2026年01月20日 17:04:47 +00:00
knot fix minified scope errors 2025年11月28日 17:50:21 +00:00
layers_rs3 @85e08edf64 update maps 2026年01月21日 00:42:29 +00:00
lockbox init lockbox.laststate as nil 2025年12月15日 20:22:35 +00:00
modules update for new UI 2026年01月20日 17:04:07 +00:00
scan fix mislabelled scan clues 2026年01月23日 12:56:34 +00:00
slider fix crash when gap is bottom-right 2025年12月15日 13:45:32 +00:00
static update scan clues for new UI 2026年01月20日 23:48:04 +00:00
towers redo towers puzzle reader 2025年12月15日 20:11:16 +00:00
.gitmodules update for new UI 2026年01月20日 17:04:07 +00:00
bolt.json publish v0.2 2026年01月21日 00:45:02 +00:00
main.lua try to apply meerkat bonus to scan clues 2026年01月21日 00:37:54 +00:00
map.lua fix typo in last commit 2026年01月19日 09:03:01 +01:00
meta.json publish v0.2 2026年01月21日 00:45:02 +00:00
README.md add readme 2025年11月28日 16:51:10 +00:00

Clue Helper

A plugin for Bolt Launcher which shows optimal solutions to clue scrolls.

This is early in development, so don't expect it to work perfectly.

Add from URL

https://codeberg.org/Adamcake/bolt-clueplugin/raw/branch/master/meta.json

Capabilities

  • static clues*: solutions shown for hard clues only. shows what teleport to use and optimal movement indicators
  • scan clues: tile markers are shown for all possible dig spots, indicating whether each one may or may not be correct, updating as the player moves around. doesn't actually direct the player yet.
  • compass clues: triangulation is shown on a map, but the estimated direction of the arrow can vary by a few degrees leading to inaccurate results. doesn't direct the player on how to get there yet.
  • puzzlebox (aka slide puzzle): works in most cases; can occasionally get stuck or take a long time to solve
  • celtic knot: works
  • lockbox: works
  • towers puzzle: works

(*"static clue" is how this plugin refers to all text-based or map-based clues where the solution is always the same. This includes anagram clues, sextant clues, emote clues and so on.)

Troubleshooting

  • "Nothing is detected": game render scaling needs to be set to 100% (note: not the same as interface scaling, which is allowed to be any value)
  • "Can't see any tile markers": make sure "bloom" isn't set to "high" in your graphics settings
  • "The map is blank": if you cloned this repo instead of using the install URL, you need to clone submodules too. git submodule update --init --recursive