Spoons Bubbles
Spoons Bubbles is a mod that allows people to choose their own dome shield colours, with lots of settings for server owners to change
Last updated | 2 years ago |
Total downloads | 6024 |
Total rating | 7 |
Categories | Mods Server-side Client-side |
Dependency string | Spoon-Spoons_Bubbles-1.2.1 |
Dependants | 1 other package depends on this package |
README
Spoons.Bubbles
Allows users to have customisable dome shield colours!
Most recent release can be found here
Server-side or Client-side?
Spoons.Bubbles is a client-optional, server-sided mod. Players who do not have the mod will see the custom colours, but will not be able to set their own automatically, they would have to use AddCustomBubble (see below) to set their own colour
Setting a colour
Note: your custom colour will not work if the server does not have Spoons.Bubbles. (so pester them to add it >:) )
Using autoexec_spoons_bubbles.cfg (recommended)
You can use the .cfg file found at .../R2Northstar/mods/Spoons.Bubbles/mod/cfg/autoexec_spoons_bubbles.cfg
to set your dome shield colour on a permanent basis.
Usage:
- Navigate to
.../R2Northstar/mods/Spoons.Bubbles/mod/cfg
and open the fileautoexec_spoons_bubbles.cfg
with a text editor (notepad, vscode, etc.) - Make note of the commented text in the file
Example:
This will set the dome shield colour to an orange
Using SetCustomBubble
Using SetCustomBubble is a quick and easy way to change your dome shield colour mid-match.
Usage:
SetCustomBubble <r> <g> <b>
Example:
"SetCustomBubble 255 0 255" will make a pink dome shield
(this image is slightly out of date)
Using SetCustomAnimBubble
Using SetCustomAnimBubble does the same job as SetCustomBubble, but it supports animations
Usage:
SetCustomAnimBubble <r> <g> <b> <t>|<r> <g> <b> <t>|<r> <g> <b> <t> etc.