AsoDesu / IslandUtils

A client-side utility mod for MCC Island
MIT License
46 stars 20 forks source link

Add ability to disable teleport transitions #87

Closed pe3ep closed 9 months ago

pe3ep commented 9 months ago

Every time you leave/join the game, it makes a transition (black screen fading in and out). It's achieved by sending a title with a specific character.

The issue is that sometimes the transition can feel too long or obstructive (for example, when you change courses in PKW: Dojo). It would be really nice to have the ability to disable these transitions

AsoDesu commented 9 months ago

Teleport transitions are there to hide some weird chunk loading and other things MCCI does in the background while you are teleporting Because of that I don't really want to add a way to disable them.