Skip to content

Releases: artemiswkearney/CustomMenuText

CustomMenuText 3.1.1

12 Feb 07:06
Compare
Choose a tag to compare

Tired of playing BEAT SABER? Would you rather play BEAT SAMER, YEET SABER, BEAT MYMEAT, or anything else?
With this plugin, you can change the game's title in the main menu!

Picks a random entry from a text file every time you enter the menu. The plugin comes pre-loaded with an example file, demonstrating the format and some advanced features like text color.

See the TextMeshPro docs for more ways to customize your custom text.
Edit the file at Beat Saber/UserData/CustomMenuText.txt.
Drop in your own AssetBundle at Beat Saber/UserData/CustomMenuFont to change the font! Edit the template in Unity 2018.4.4 and use whatever font you want for your menu text.

We're on BeatMods, and available in ModAssistant!
Donate to the developer and other modders to support the people who make the mods you love.

Special thanks to @Kyle1413 for helping update the plugin to 0.12.2! The vanilla game's menu logo is now a static image, but he put together a replacement that looks just like the old one so CustomMenuText can live on.

CustomMenuText 3.1.0

09 Feb 02:28
Compare
Choose a tag to compare

Tired of playing BEAT SABER? Would you rather play BEAT SAMER, YEET SABER, BEAT MYMEAT, or anything else?
With this plugin, you can change the game's title in the main menu!

Picks a random entry from a text file every time you enter the menu. The plugin comes pre-loaded with an example file, demonstrating the format and some advanced features like text color.

See the TextMeshPro docs for more ways to customize your custom text.
Edit the file at Beat Saber/UserData/CustomMenuText.txt.
Drop in your own AssetBundle at Beat Saber/UserData/CustomMenuFont to change the font! Edit the template in Unity 2018.2.14 and use whatever font you want for your menu text.

We're on ModSaber, and available in the ModSaber Installer!
Donate to the developer and other modders to support the people who make the mods you love.

Special thanks to @Kyle1413 for helping update the plugin to 0.12.2! The vanilla game's menu logo is now a static image, but he put together a replacement that looks just like the old one so CustomMenuText can live on.

CustomMenuText 3.0.1

15 Mar 21:12
Compare
Choose a tag to compare

Tired of playing BEAT SABER? Would you rather play BEAT SAMER, YEET SABER, BEAT MYMEAT, or anything else?
With this plugin, you can change the game's title in the main menu!

Picks a random entry from a text file every time you enter the menu. The plugin comes pre-loaded with an example file, demonstrating the format and some advanced features like text color.

See the TextMeshPro docs for more ways to customize your custom text.
Edit the file at Beat Saber/UserData/CustomMenuText.txt.
Drop in your own AssetBundle at Beat Saber/UserData/CustomMenuFont to change the font! Edit the template in Unity 2018.2.14 and use whatever font you want for your menu text.

We're on ModSaber, and available in the ModSaber Installer!
Donate to the developer and other modders to support the people who make the mods you love.

Special thanks to @Kyle1413 for helping update the plugin to 0.12.2! The vanilla game's menu logo is now a static image, but he put together a replacement that looks just like the old one so CustomMenuText can live on.

CustomMenuText 3.0.0

15 Mar 01:46
Compare
Choose a tag to compare

Tired of playing BEAT SABER? Would you rather play BEAT SAMER, YEET SABER, BEAT MYMEAT, or anything else?
With this plugin, you can change the game's title in the main menu!

Picks a random entry from a text file every time you enter the menu. The plugin comes pre-loaded with an example file, demonstrating the format and some advanced features like text color.

See the TextMeshPro docs for more ways to customize your custom text.
Edit the file at Beat Saber/UserData/CustomMenuText.txt.
Drop in your own AssetBundle at Beat Saber/UserData/CustomMenuFont to change the font! Edit the template in Unity 2018.2.14 and use whatever font you want for your menu text.

We're on ModSaber, and available in the ModSaber Installer!
Donate to the developer and other modders to support the people who make the mods you love.

Special thanks to @Kyle1413 for helping update the plugin to 0.12.2! The vanilla game's menu logo is now a static image, but he put together a replacement that looks just like the old one so CustomMenuText can live on.

Custom Menu Text v2.1.0

12 Aug 03:56
Compare
Choose a tag to compare

Changelog:

  • CustomMenuText is now on ModSaber!
  • Plugin is now compatible with Beat Saber v0.11.2.
  • Custom text file is now cached the first time it loads, rather than reloading it every time the menu is entered. A random entry will still be chosen every time.
  • Corrected an entry in the example text file (extra digit in a color tag).
  • (For developers) setText() is now a static method, as is the new readFromFile().

See install instructions for v2.0.0. Alternatively, install with Umbranox's Mod Installer.

Custom Menu Text v2.0.0

03 Aug 08:02
Compare
Choose a tag to compare

IMPORTANT: CustomMenuText.txt has moved from the root of the Beat Saber folder to the UserData directory! Your old file is still compatible, but while you're moving it anyway, check out the new features in v2.0.0 below:

  • Multiple entries are supported! Leave a blank line to separate them; the plugin will pick one at random to display every time the menu loads.
  • Entries can contain more than 2 lines!
    • Entries with a line count other than 2 will display in white by default; use TextMeshPro color tags to recolor them. The default colors are #FF0000 (red) and #0080FF (blue).
  • Lines beginning with # are ignored. Use this if you want comments for some reason.
    • If you want an actual # at the start of a line, either put spaces around the line or put a formatting tag before it.

Not actually a new feature, but check out the TextMeshPro documentation!

To install, just extract the zip into your Beat Saber folder. Edit UserData/CustomMenuText.txt to add new text or delete my unfunny memes.

Custom Menu Text v1.0.0

21 Jul 07:11
Compare
Choose a tag to compare

Supports Beat Saber v0.11.1.

Tired of playing BEAT SABER? Would you rather play BEAT SAMER, YEET SABER, BEAT MYMEAT, or anything else? With this plugin, you can change the game's title in the main menu! To use, just extract the zip into your Beat Saber data folder (right click the game in your Steam library, click Properties -> Local Files -> Browse Local Files...; Oculus users follow installation instructions from a plugin that has them) and edit CustomMenuText.txt.

Supports up to 2 lines of text of any length. Unicode support is limited; don't blame me, I didn't make the font.
If you use lowercase letters, the plugin will capitalize them for you. If your first line is exactly 4 characters long, the second character will flicker like in the base game. (Depending on the characters you use, they may come out improperly spaced; this is a known issue, and this functionality will be improved in a future version.) If the file is missing or empty, the text defaults back to BEAT SABER.