You are viewing a potentially older version of this package. View all versions.
WeatherElectric-SplashText-2.5.1 icon

SplashText

Adds splash text to Void G114's menu.

Date uploaded a month ago
Version 2.5.1
Download link WeatherElectric-SplashText-2.5.1.zip
Downloads 1103
Dependency string WeatherElectric-SplashText-2.5.1

This mod requires the following mods to function

bonelib-BoneLib-3.1.3 icon
bonelib-BoneLib

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

Preferred version: 3.1.3
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.

Customization

Modes

  • 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

There are a few templates for use in entries.

These templates get replaced with what their value is.

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

CHANGELOG

v2.5.1

  • Changed API URL to new format that lets me easily add new games in the future

v2.5.0

  • Updated local splashes for offline mode/fallback

v2.4.0

  • Fixed error handling for when the server doesn't return a proper splash
  • Moved some code over to using One Last Lib Pt.2

v2.3.1

  • Removed several templates
  • Changed API URL

v2.3.0

  • Added [RandomSteamGame]
  • Added 2 new actions
  • Added way more strings to FileContents.cs

v2.2.0

  • Added new template function, Actions, which execute things
  • Added [TotalDiskSpace], [FreeDiskSpace], [RandomUserPicture], [RandomUserDocument], [RandomUserDownloadsFile], and [RandomUserDesktopFile] templates
  • Added more offline splashes
  • Fixed user entries not using the new template processing

v2.1.1

  • Minorly rewrote template parsing
  • Added [CPU], [GPU], [RAM], [OS], and [GPUVendor] templates
  • Fixed [Height] template being wrongly formatted
  • Made [UserName] do nothing if on Quest

v2.1.0

  • Patch 6 Support

v2.0.0

  • Patch 5 Support

v1.1.2

  • I'm really smart. Forgot to put in a check for [UserName] in the remote splash text handler.

v1.1.1

  • Fixed oversight in remote splash text handling

v1.1.0

  • Fixed templates not working
  • Added [Height], [RandomFavoriteAvatar] and [RandomFavoriteSpawnable] templates

v1.0.0

  • Initial release