You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,29 @@ Around your player icon in the SeedMap there will be a little arrow showing you
30
30

31
31
32
32
### Seed Map Minimap
33
-
Run ```/sm:minimap``` to open a live SeedMap minimap in the top-left corner of the HUD (use ```/sm:minimap on``` or ```/sm:minimap off``` to explicitly control it). The overlay renders the same features you selected on the main map and tracks your current position. Adjust its placement with ```/sm:config SeedMapMinimapOffsetX``` and ```/sm:config SeedMapMinimapOffsetY```, and resize it with ```/sm:config SeedMapMinimapWidth``` / ```SeedMapMinimapHeight``` to cover other minimaps if needed.
33
+
34
+
- Run ``` /sm:minimap ``` to open a live SeedMap minimap in the top-left corner of the HUD.
35
+
- Use ``` /sm:minimap on/off ``` or to explicitly control whether it is shown.
36
+
37
+
- The minimap:
38
+
- Renders the same features you selected on the main map.
39
+
- Tracks your current position in real time.
40
+
- Ideal for overlaying over Xaeros Minimap (See Screenshots).
41
+
42
+
- Position & size:
43
+
- Move it horizontally with ``` /sm:config SeedMapMinimapOffsetX ```
44
+
- Move it vertically with ``` /sm:config SeedMapMinimapOffsetY ```
45
+
- Change width with ``` /sm:config SeedMapMinimapWidth ```
46
+
- Change height with ``` /sm:config SeedMapMinimapHeight ```
47
+
- Can be resized to cover other minimaps if needed.
48
+
49
+
- Display options:
50
+
- Rotate the map with the player’s facing using ``` /sm:config SeedMapMinimapRotateWithPlayer ```
51
+
- Adjust zoom independently from the main map via ``` /sm:config SeedMapMinimapPixelsPerBiome ```
52
+
- Scale feature icons with ``` /sm:config SeedMapMinimapIconScale ```
53
+
- Fine tune the background opacity with ``` /sm:config SeedMapMinimapOpacity ``` without affecting icon readability.
Added a config option ```/sm:config ClearSeedMapCachesOnClose``` to clear tiles, per‑world locations and any other relevant caches. When enabled, this prevents FPS dips from garbage collection on large caches after zooming out far and then closing the map. Opening the map again will result it in being loaded like its the first time, at smaller zoom levels this isn't a problem.
0 commit comments