Page 1 of 1

[Mod] Air Bubbles [0.1.1] [air_bubbles]

PostPosted: Sat Feb 04, 2017 16:23
by googol
The small mod that adds an air bubbles under water. There is also an API to register new generators of air bubbles. You can change several settings in "functions.lua" file of the mod. To get the desired result.

Bonus: "default:coral_brown" - spawn air bubbles.

ImageImage

Discussion / Issues: Discussion should take place here, on the forum post. Bugs can best be reported by creating an issue on https://bitbucket.org/g00g01/air_bubbles/issues

Code: LGPLv2.1+, textures: CC BY-SA 3.0 Unported

Mod dependencies: default

Download: https://bitbucket.org/g00g01/air_bubbles/get/dcbf2d4ee3d2.zip

Video link: https://www.youtube.com/watch?v=vFjiG-FbZSw

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
# Change Log:
[0.1.1] - 2017-02-04
- Added sound effect bubbles

[0.1.0] - 2017-02-03
- Release

Re: [Mod] Air Bubbles [0.1.0] [air_bubbles]

PostPosted: Sat Feb 04, 2017 17:51
by Krock
Nice effect! With some fish and other sea plants this makes a nice underwater environment.
Could you reduce the amount of the bubbles a bit? I think they spawn too frequently.

Re: [Mod] Air Bubbles [0.1.0] [air_bubbles]

PostPosted: Sat Feb 04, 2017 18:41
by googol
If you about video, I only showed effect.
In release I reduced these values.
You can change several settings in "functions.lua" file of the mod. To get the desired result.

Re: [Mod] Air Bubbles [0.1.0] [air_bubbles]

PostPosted: Sat Feb 04, 2017 19:36
by TheReaperKing
Wow I love this so much!! Just a tip for anyone trying to clone the repo, you need mercurial. On Ubuntu it is a simple:
sudo apt install mercurial