AtlyssChatBubbleFix
Client-side ATLYSS mod that moves overhead typing chat bubbles above oversized player heads and adds simple bubble height and scale controls.
By AzraeL0534
| Last updated | 6 hours ago |
| Total downloads | 9 |
| Total rating | 0 |
| Categories | Tweaks AI Generated |
| Dependency string | AzraeL0534-AtlyssChatBubbleFix-1.0.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
A little bit about me and this project/Disclaimer
I have been coding and learning how to code since the start of 2026, so I am still new and learning as I go. Please do not assume every part of this project was made by someone with years of experience.
AI assistance has also been used while working on this project for things like organization, planning, debugging, understanding/fixing errors. Unless clarified the rest is not AI. Apologies in advance for any misunderstanding or lack of clarification.
ATLYSS Chat Bubble Fix
A small client-side BepInEx mod for ATLYSS that fixes overhead typing chat bubbles appearing inside or too close to oversized player heads.
What It Does
- Moves typing chat bubbles higher above player heads.
- Lets you adjust the bubble height in-game.
- Lets you scale the whole bubble.
- Can scale the bubble icon separately if ATLYSS exposes a separate icon object.
- Works locally on your client only.
How It Works
The mod reads ATLYSS' existing local chat bubble object and moves that local transform during gameplay. It uses the player head bone, visible model bounds, or controller height as fallback options to decide where the bubble should sit.
It does not add packets, RPCs, server state, host requirements, or gameplay collision changes.
Commands
/bubblefix status/bubblefix inspect/bubblefix height <meters>/bubblefix gap <meters>/bubblefix offset <meters>/bubblefix clearance <meters>/bubblefix bubble-size <scale>/bubblefix icon-size <scale>/bubblefix mode auto|head|bounds|controller/bubblefix accessories on|off/bubblefix on/bubblefix off/bubblefix toggle/bubblefix debug
Aliases: /chatbubble, /cbfix, /bubble.
Notes
- No dependency mods are required besides BepInEx.
- This is a visual/client-side fix only.
- Other players do not need the mod for you to use it.
- If
icon-sizedoes not appear to do anything, use/bubblefix inspectto check whether the vanilla bubble has a separate icon target.