A BONELAB mod that adds splash text to Void G114, similar to Minecraft's. https://thunderstore.io/c/bonelab/p/WeatherElectric/SplashText/
  • C# 98.3%
  • Batchfile 1.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-04 02:20:54 -07:00
Assets Add asset file for README 2026-08-04 02:13:22 -07:00
Properties Patch 6 Support 2025-02-25 22:54:33 -08:00
Scripts Further Improved Error Handling, Linux Username Workaround 2026-08-04 01:54:49 -07:00
.gitignore Patch 6 Support 2025-02-25 22:54:33 -08:00
BoneMenu.cs Further Improved Error Handling, Linux Username Workaround 2026-08-04 01:54:49 -07:00
GlobalUsings.cs Update Local Splashes, Clean Up Unused Imports 2026-05-22 19:03:22 -07:00
LICENSE Create LICENSE 2025-06-02 18:51:48 -07:00
Main.cs Add asset file for README 2026-08-04 02:13:22 -07:00
Preferences.cs Further Improved Error Handling, Linux Username Workaround 2026-08-04 01:54:49 -07:00
README.md Update README.md 2026-08-04 02:20:54 -07:00
setup.bat Patch 6 Support 2025-02-25 22:54:33 -08:00
SplashText.csproj Update README.md 2026-08-04 02:20:54 -07:00
SplashText.sln Patch 6 Support 2025-02-25 22:54:33 -08:00

SplashText

Adds splash text to Void G114's menu.

Splash Text

Online Functionality

The mod will pull from a list of splashes from an API I host, which is regularly updated.

Data Collection & Privacy

My API does do basic logging, it collects IP and User-Agent.

However, the IP is stored in Base64, so I have to go out of my way to view it. It's only there for potential abuse.

And I'm not doing anything special to collect that data. That data is already given to any website you ever visit. All websites can see your IP and User-Agent.

You do have the choice to disable online functionality in the preferences, you just won't get updates to the splash text list as regularly.

Melon Preferences

Offline Mode

  • Forces the mod to work purely offline. No requests to the internet will be made, but you also will not receive new splash text.

Splash Mode

  • UserEntries - Pulls from a text file you can edit
  • Bonelab - Various bonelab/bonelab community related splashes
  • Minecraft - Minecraft splash text lol
  • Terraria - Terraria splash text lol

User Entries Templates

There are a few templates for use in entries.

These templates get replaced with what their value is.

(THIS DATA IS NEVER SENT ANYWHERE! IT IS DONE ENTIRELY LOCALLY)

  • [CurrentAvatar] - What avatar you are
  • [UserName] = Your windows username
  • [PalletCount] = How many SDK mods you have installed
  • [Height] = Your height
  • [RandomFavoriteAvatar] = A random favorite avatar
  • [RandomFavoriteSpawnable] = A random favorite spawnable
  • [CPU] = Your CPU
  • [GPU] = Your GPU
  • [RAM] = Your RAM amount
  • [OS] = Your OS
  • [GPUVendor] = Your GPU vendor
  • [MachineName] = Your machine name
  • [TotalDiskSpace] = Your total disk space
  • [FreeDiskSpace] = Your free disk space
  • [DriveCount] = How many drives you have

Name (Quest/Linux Only)

  • For the [UserName] template, this is your name. On Windows, this is retrieved with Environment.Username. On Quest/Linux, this can't be done, you have to specify it yourself.