WeatherElectric-SplashText icon

SplashText

Adds splash text to Void G114's menu.

Last updated 3 hours ago
Total downloads 4605
Total rating 3 
Categories Code Mods
Dependency string WeatherElectric-SplashText-2.5.2
Dependants 0 other packages depend on this package

This mod requires the following mods to function

bonelib-BoneLib-3.2.1 icon
bonelib-BoneLib

A BONELAB mod for making life easier for other mod creators.

Preferred version: 3.2.1
WeatherElectric-OneLastLibPt2-1.0.0 icon
WeatherElectric-OneLastLibPt2

Core mod for my mods to reduce code duplication.

Preferred version: 1.0.0
LavaGang-MelonLoader-0.7.1 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.7.1

README

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 <Bool>

  • 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 <String>

  • 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) <String>

  • 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.