You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 8 hours ago |
| Version | 1.0.0 |
| Download link | WUYACHIYU-WhereIsMyAmulet-1.0.0.zip |
| Downloads | 158 |
| Dependency string | WUYACHIYU-WhereIsMyAmulet-1.0.0 |
README
WhereIsMyAmulet
Shows the distance to dropped amulet objects and backpacks containing amulets in PEAK.
Press C to scan the current scene. Objects whose GameObject name contains amulet are displayed when they are on the ground. Dropped backpacks containing an item whose prefab GameObject name contains amulet are also displayed. Backpacks worn by players are not displayed.
Existing labels continue to update their position and distance. They disappear when the item is picked up, removed, or no longer on the ground.
Config file: BepInEx/config/com.wuyachiyu.WhereIsMyAmulet.cfg
General.Enabled: enable or disable labels.General.ScanKey: scan key, defaultC.Display.MaxDistance: maximum display distance;0means unlimited.Display.FontSize: label font size.Display.ShowOffscreenDirection: show direction for offscreen amulet objects and backpacks.
CHANGELOG
Changelog
1.0.0
- Added hotkey-triggered scanning, default key
C. - Only GameObject names containing
amuletare matched. - Shows distance and offscreen direction for dropped amulet objects.
- Shows backpacks containing an
amulet, including backpacks worn by players. - Player-worn backpacks are no longer displayed; only dropped backpacks are tracked.