Skip to content
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

cinematic mode only #22

Open
gilles007- opened this issue Dec 22, 2024 · 1 comment
Open

cinematic mode only #22

gilles007- opened this issue Dec 22, 2024 · 1 comment
Labels
enhancement New feature or request fix planned A fix is planned but no ETA yet

Comments

@gilles007-
Copy link

i'm starting The Voracious Resurgence Missions and would like to use balloon in my videos captures but i find balloon very difficult to use, espacially when i'm interacting with home point...
could it be possible to activate ballon only when a cutscene is on ?

@onimitch
Copy link
Owner

Hello. Currently there isn't a user option to disable balloon for system messages (e.g homepoint).
I'll work on getting one added.

In the meantime, if you want a quick workaround you can edit the following code in Balloon.lua:

-- Default chat modes that are always on
    balloon.accepted_chat_modes = S{
        chat_modes.message,
        chat_modes.system,
    }

Remove the line with chat_modes.system so it looks like this:

-- Default chat modes that are always on
    balloon.accepted_chat_modes = S{
        chat_modes.message,
    }

After doing this you'll need to reload the addon, so in game type: /addon reload balloon

@onimitch onimitch added enhancement New feature or request fix planned A fix is planned but no ETA yet labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fix planned A fix is planned but no ETA yet
Projects
None yet
Development

No branches or pull requests

2 participants