Last updated | a year ago |
Total downloads | 2874 |
Total rating | 2 |
Categories | Code Mods |
Dependency string | TomTTFB-NameThingy-1.1.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
gnonme-BoneLib
A BONELAB mod for making life easier for other mod creators.
Preferred version: 2.2.1Lakatrazz-Fusion
A multiplayer mod for BONELAB, taking advantage of its physical interaction.
Preferred version: 1.5.0README
NameThingy
The all-in-one Fusion Nickname Tool!
How it works
The mod updates your Fusion nickname based on "Preset" files
Each line of a preset file will become your Fusion nickname with a configurable delay in-between each change set in the "Preset" file. A name can also be set for each preset for ease of use.
Example Preset
Example Preset (also found in your preset folder):
# Example Preset (WILL NOT LOAD IN-GAME)
# Each line that doesn't start with "DELAY=", "NAME=" and "#" will be counted as a "preset line"
# Each preset line will be set as your Fusion Nickname with the "DELAY=" line being the delay between each line
# The "NAME=" line set its name inside the BoneMenu for easier & quicker access
# Supports Unity Rich Text Tags: https://docs.unity3d.com/Packages/[email protected]/manual/RichTextSupportedTags.html
# Need help? Join the discord: https://discord.gg/tmTHbBDjBf
<b>NameThingy
<color="green">Now on ThunderStore!
DELAY=2
NAME=Example
Variables
The mod includes a variable system, allowing you to show certain stats/numbers that update in your nickname
Example:
TomTTFB / {avatar}
In-game would be..
TomTTFB / Ford
(if your avatar was Ford)
List of Variables:
- {avatar}
- {bits}
- {fps}
- {health}
- {agility}
- {vitality}
- {speed}
- {intelligence}
- {cpuname}
- {gpuname}
- {ramusage}
- {gpuusage}
- {cpuusage}
Installation
- Drag
NameThingy
into yourmods
- Run the game once then close the game
- Open the
NameThingy
folder in the root game directory (the one with Mods, Userdata, etc.) then thePresets
folder - Add/Make presets to your presets folder (PRESETS HAVE TO BE A
.ntpreset
FILE) . You can find presets in the discord below - Restart the game and choose a preset from the BoneMenu!
Support
Need help? Join the discord: https://discord.gg/tmTHbBDjBf
Changelog
v1.1.0
- Added notifications for certain events (apply preset, stop preset .etc)
- Fixed NullReferenceException error related to getting variable values during loading screens
- Stablity fixes (I think)
v1.0.2
- Added variable info
v1.0.0
- Initial release