Invisible hotbar
andreasdc opened this issue ยท 45 comments
Nice to see the update. :) The hotbar is invisible/visible on for split second during updates. The refreshes only during updates are still capped? Because I don't think I can smooth through chat smoothly. I see big performance improvement. :)
I did all the testing on the currently builds of if
I can test the dev build if you would like.
Like I mentioned above, not looking into this since it's not a released feature from what I understand.
Did you test the latest commit of IF?
Again, I'm not testing dev builds. I have the latest IF from CurseForge in my client, and it works. Thats it.
Did you test the latest commit of IF?
Again, I'm not testing dev builds. I have the latest IF from CurseForge in my client, and it works. Thats it.
I'm asking @Alexander020304, but it would be nice to get it fixed already and be ready for IF release :D (you can get the build publicly anyway)
I'll look into it with RK_01 once it gets there. But right now don't have the time and interest to look into making unfinished and unreleased stuff compatible(especially since this won't affect anyone but a handful of people, and they did it to themselves^^).
I'll look into it with RK_01 once it gets there. But right now don't have the time and interest to look into making unfinished and unreleased stuff compatible(especially since this won't affect anyone but a handful of people, and they did it to themselves^^).
Not a huge issue especially with your latest update ๐ By the way when more or less you plan to batch bossbar or tablist? Also will you take look into rendering hand/item in hand too?
Yes the missing parts(boss bar, tab and audio subtitles) I will add. Some stuff like titles is just not worth it, and the item in hand gets real time shadow changes n stuff, that wouldn't work.
Potentially there is actionbar and item names too
What did I just say xD?
Nothing about that I guess
Ah I think I forgot to include the enchant check to refresh the hotbar while enchanted items are inside. That should be its own issue, nothing to do with IF.
Sure no problem, so is it safe to set higher fps cap if gui refreshes only on updates?
The hotbar is invisible/visible on for split second during updates.
I'll need the modlist for that. Not happening with my setup.
And yes, if something updates 20 times a second and the setting are set to cap it to 5fps, then it will only update 5 times per second. Potentially try playing with the settings on how it changes the behavior.
The hotbar is invisible/visible on for split second during updates.
I'll need the modlist for that. Not happening with my setup
And yes, if something updates 20 times a second and the setting are set to cap it to 5fps, then it will only update 5 times per second.
So it's safe to set higher cap?
ImmediatelyFast is the issue.
Config
{
"REGULAR_INFO": "----- Regular config values below -----",
"font_atlas_resizing": true,
"map_atlas_generation": true,
"hud_batching": true,
"fast_text_lookup": true,
"fast_buffer_upload": true,
"COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----",
"dont_add_info_into_debug_hud": false,
"EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----",
"experimental_item_hud_batching": true,
"experimental_disable_error_checking": true,
"experimental_disable_resource_pack_conflict_handling": false,
"DEBUG_INFO": "----- Debug only config values below (Do not touch) -----",
"debug_only_and_not_recommended_disable_universal_batching": false,
"debug_only_and_not_recommended_disable_mod_conflict_handling": false,
"debug_only_and_not_recommended_disable_os_conflict_handling": false
}
Are you sure you downloaded the latest release? Sounds a lot like 2-3 commits old, before I fixed the ImmediatlyFast support.
I took it from github releases. Maybe you don't have the latest commits from IF?
Yes. It's basically a limit, how often that UI part is allowed to request an update.
You could also turn on the "Force Chat Updates" to get it to refresh at the fps limit even without changes, or just turn off Buffer Chat, then it renders like vanilla.
Yea, but right now thats pre release having an issue with a pre release. Not worth looking into. Once IF 1.1.13 is out and the issue persists, then I'll look into whats going wrong.
This issue is caused by IF's hotbar item batching feature, which since 1.1.13 is enabled by default. You can disable it in its configuration file.
This issue is caused by IF's hotbar item batching feature, which since 1.1.13 is enabled by default. You can disable it in its configuration file.
Yes but it's better to have it enabled, when the bug is fixed of course.
The latest IF released https://github.com/RaphiMC/ImmediatelyFast/releases
Latest IF is not supported yet, you can disable hud_batching in the config file until it is fixed.
Did you test the latest commit of IF?
Again, I'm not testing dev builds. I have the latest IF from CurseForge in my client, and it works. Thats it.
I'm asking @Alexander020304, but it would be nice to get it fixed already and be ready for IF release :D (you can get the build publicly anyway)
๐ผ