Skip to content

Commit

Permalink
perf: ⚡Speed up game load by ~20 seconds
Browse files Browse the repository at this point in the history
Enable `dynamic_resources` config option of VintageFix.
Enabling of this option could cause micro-second freezes when new items appear on screen.
This performance improvment wasnt enabled since it caused ~30 seconds freeze when opening TConstruct Tool Forge. Now it was fixed embeddedt/VintageFix#67
  • Loading branch information
Krutoy242 committed May 27, 2024
1 parent 5ef328b commit 4c72ae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/vintagefix.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# VintageFix config file

mixin.allocation_rate=true
mixin.backports.new_world_name=true
mixin.backports.white_button_text=true
mixin.blockstates=true
Expand All @@ -10,7 +11,7 @@ mixin.bugfix.missing_edge_chunks=true
mixin.bugfix.slow_tps_catchup=true
mixin.bugfix.tab_complete_ddos=true
mixin.chunk_access=true
mixin.dynamic_resources=false
mixin.dynamic_resources=true
mixin.dynamic_resources.background_item_bake=true
mixin.dynamic_resources.hide_model_exceptions=true
mixin.dynamic_structures=true
Expand Down

0 comments on commit 4c72ae1

Please sign in to comment.