


Mods and UserData folders into Rumble Source DirectoryThis mod allows you to set your username and title to anything you like. No more character limits or boring, static names.
Rename the provided JSON files to remove the word TEMPLATE (UserData/NameBending/customBentNameTEMPLATE.json and UserData/NameBending/customBentTitleTEMPLATE.json). Then open them in your favorite text editor and replace the default values with your specifications. You can preview your customizations in the gym by going to the dressing room and opening the character and identity drawers. Changes you make with this mod will show up on the nametag and MatchInfo only, so not on the park boards, leaderboard, or friends list. You can set others' names to be truncated on your screen in the ModUI settings to prevent lag if needed. ModUI settings can also turn on and off any custom names or titles.
If you change your custom name or title while the game is open, press N to update it.
The provided JSON file templates should walk you through things in the comments at the top
You can make sure your JSON is correct with a validator like JSON Lint
"doRandomVariations": true,
"variations":
[
{
"altText": "Mike Wazowski",
"frameDuration": 0,
"frames":
{
"0": "<#0F0>Mike <#0A0>Wazowski"
}
},
{
"altText": "Michael Wazowskizzle",
"frameDuration": 0,
"frames":
{
"0": "<#0F0>Michael <#0A0>Wazowskizzle"
}
}
]
{
"altText": "Staugh Clumpterman",
"frameDuration": 30,
"frames":
{
"0": "<rotate=0>Staugh Clumpterman",
"1": "<rotate=90>Staugh Clumpterman",
"2": "<rotate=180>Staugh Clumpterman",
"3": "<rotate=270>Staugh Clumpterman",
"15": "<rotate=0>Staugh Clumpterman"
}
}
{
"altText": "Font Guy",
"frameDuration": 500,
"frames":
{
"0": "Do you like...",
"4": "Arial?",
"5": "Chinese Rocks?",
"6": "Comic Sans?",
"7": "CRUMBLE?",
"8": "Impact?",
"9": "Minecraft?",
"10": "Roboto?",
"11": "Times New Roman?",
"12": "TUMBLE?",
"16": "No?",
"20": "Then we'll stick with Good Dog Plain",
"28": "Then we'll stick with Good Dog Plain"
},
"fonts":
{
"0": "GoodDogPlain",
"4": "Arial",
"5": "ChineseRocks",
"6": "ComicSans",
"7": "Crumble",
"8": "Impact",
"9": "Minecraft",
"10": "Roboto",
"11": "TimesNewRoman",
"12": "Tumble",
"16": "GoodDogPlain"
}
}
Fonts can be specified in a "fonts" object formatted similarly to "frames" (requiring an index number and a font). Place it in the same place as the frames, within a variation. Not every font has to have a corresponding frame, and not every frame has to have a corresponding font.
The available fonts are as follows:
{
"altText": "Font Guy",
"frameDuration": 500,
"frames":
{
"0": "Do you like...",
"4": "Arial?",
"5": "Chinese Rocks?",
"6": "Comic Sans?",
"7": "CRUMBLE?",
"8": "Impact?",
"9": "Minecraft?",
"10": "Roboto?",
"11": "Times New Roman?",
"12": "TUMBLE?",
"16": "No?",
"20": "Then we'll stick with Good Dog Plain",
"28": "Then we'll stick with Good Dog Plain"
},
"fonts":
{
"0": "GoodDogPlain",
"4": "Arial",
"5": "ChineseRocks",
"6": "ComicSans",
"7": "Crumble",
"8": "Impact",
"9": "Minecraft",
"10": "Roboto",
"11": "TimesNewRoman",
"12": "Tumble",
"16": "GoodDogPlain"
}
}
There is not currently support for proper images within your name or title, but I might add it eventually if I feel like it. For now, check out the name-share channel of the modding discord to see how to import images via text. Just be sure to exercise caution and keep the resolution low so as to not lag out the game. If someone else decides to lag out your game with a 4K ASCII image, set the truncation setting in ModUI to be a low number.
Get help and find other resources in the Modding Discord: https://discord.gg/fsbcnZgzfa