-
-
Notifications
You must be signed in to change notification settings - Fork 102
Fancy Dungeon Map #1239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fancy Dungeon Map #1239
Conversation
Can I ask for a thing? Make it show arrow to where player is looking also it can (and probably should) be toggleable |
The game freezes when starting. The avatars won't be displayed if teammates are too far. Do I need to set the render distance and simulation distance higher? |
Fixed the lag spike when starting the dungeon and added a little direction indicator. The problem with players going too far is a little more complicated, and I will look into it later. |
src/main/java/de/hysky/skyblocker/skyblock/dungeon/secrets/DungeonPlayerManager.java
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/dungeon/LeapOverlay.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/dungeon/DungeonMap.java
Outdated
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
* Add show self head option * Only show map in leap overlay while clearing * Add inventory key to close leap overlay
Note to self: one more bug, the tracking gets messed up when a player dyes. The solution should be to limit matches to the previous 100 or something. |
|
* keep only the past 100 player matches (5 seconds)
All bugs should have been fixed. This could benefit from a dfu. This currently resets dungeons config. |
There is no point, I doubt many people would ever be turning off the leap overlay to begin with. |
The problem is this reset all dungeons config, unless we can think of a different name for the |
src/main/java/de/hysky/skyblocker/skyblock/dungeon/DungeonMap.java
Outdated
Show resolved
Hide resolved
517fb25 hides all arrows on the map and breaks the intended purpose of "Show Self Head" option. 😢 |
Note: this screenshot is taken on a low gui scale