More actions
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
*Bots and custom bot scripts. | *Bots and custom bot scripts. | ||
*Ruleset scripts. | *Ruleset scripts. | ||
==User guide== | |||
For now both Joy-Cons count as one controller. You can choose other backgrounds in options. | |||
You can use the original assets from the PC version if you like the "colorful look" more. To do so, just replace anything needed in the data subfolder. | |||
By default, the colors of the player 1 and player 2 blobs are matching the neon blue and red Joy-Con colors. | |||
This can be adjusted in the config.xml with any text editor. | |||
Example for neon green and pink Joy-Con colors: | |||
<pre> | |||
<var name="left_blobby_color_r" value="30"/> | |||
<var name="left_blobby_color_g" value="220"/> | |||
<var name="left_blobby_color_b" value="0"/> | |||
</pre> | |||
<pre> | |||
<var name="right_blobby_color_r" value="255"/> | |||
<var name="right_blobby_color_g" value="50"/> | |||
<var name="right_blobby_color_b" value="120"/> | |||
</pre> | |||
==Controls== | |||
Left/Right - Move blob | |||
A - Jump | |||
'''Menu:''' | |||
Up/Down - Navigate | |||
A - Confirm | |||
Left/Right - Change options | |||
==Screenshots== | ==Screenshots== | ||
Line 34: | Line 68: | ||
'''Blobby Volley FINALE Northcon 2013''' ([https://www.youtube.com/watch?v=vAbe1SEeW3U Schmi77i]) <br> | '''Blobby Volley FINALE Northcon 2013''' ([https://www.youtube.com/watch?v=vAbe1SEeW3U Schmi77i]) <br> | ||
<youtube>vAbe1SEeW3U</youtube> | <youtube>vAbe1SEeW3U</youtube> | ||
==Known issues== | |||
*LAN/online play doesn't work yet. | |||
*Button remapping doesn't work yet. | |||
==Changelog== | ==Changelog== |
Latest revision as of 04:40, 11 Mayıs 2023
Blobby Volley 2 | |
---|---|
General | |
Author | SilentFlyBy |
Type | Other Games |
Version | 0.3.1 |
License | GPL-2.0 |
Last Updated | 2019/10/08 |
Links | |
Download | |
Website | |
Source | |
This is a port of the popular Volleyball game you all know from the good old LAN-party days.
This is still in heavy WIP, so expect some features to be broken.
The original Blobby Volley 2 are developed by Daniel Knobe and Jonathan Sieber.
Features
- Local play with 2 full controllers ("full" means no "single-mode" Joycons).
- Bots and custom bot scripts.
- Ruleset scripts.
User guide
For now both Joy-Cons count as one controller. You can choose other backgrounds in options.
You can use the original assets from the PC version if you like the "colorful look" more. To do so, just replace anything needed in the data subfolder.
By default, the colors of the player 1 and player 2 blobs are matching the neon blue and red Joy-Con colors.
This can be adjusted in the config.xml with any text editor.
Example for neon green and pink Joy-Con colors:
<var name="left_blobby_color_r" value="30"/> <var name="left_blobby_color_g" value="220"/> <var name="left_blobby_color_b" value="0"/>
<var name="right_blobby_color_r" value="255"/> <var name="right_blobby_color_g" value="50"/> <var name="right_blobby_color_b" value="120"/>
Controls
Left/Right - Move blob
A - Jump
Menu:
Up/Down - Navigate
A - Confirm
Left/Right - Change options
Screenshots
Media
Blobby Volley FINALE Northcon 2013 (Schmi77i)
Known issues
- LAN/online play doesn't work yet.
- Button remapping doesn't work yet.
Changelog
v0.3.1 2019/10/08
- Switch FW 9.x compatibility.
- Add replays folder.
v0.3 2019/04/16
- Fix cmake build.
- Blobs default colors are now the same as the switch red and blue joycons.
- Prepare for HB Appstore.
v0.2 2019/04/15
- Add Icon and Metadata.
- Replace assets.
- Add bot support.
- Change jump button.
v0.1 2019/04/11
- First working version.