


XP-HUD v1.0
Simple XP Hud in Fallout Style (or your own).
Hello all,
this is my vibe coded mod for an simple XP Bar.
Which you can place and edit in the json file:
(it refreshes every 10 seconds, so no need to close the game)
{
“x”: 115,
“y”: 975,
“width”: 314,
“height”: 14,
“alpha”: 1,
“backgroundAlpha”: 0.2,
“framePadding”: 2,
“frameThickness”: 1,
“frameColor”: “000000”,
“barPadding”: 0,
“barColor”: “82FF8A”,
“backgroundColor”: “000000”,
“showPercent”: false,
“shadow”: true,
“font”: “$MAIN_Font”,
“textSize”: 24,
“levelPosition”: “top”,
“levelOffsetX”: 0,
“levelOffsetY”: 15,
“percentPosition”: “right”,
“percentOffsetX”: 8,
“percentOffsetY”: 3,
“fillBorderThickness”: 1,
“fillBorderColor”: “258A2C”,
“HUDModesState”: “Hidden”,
“HUDModes”: [
“MapMenu”,
“TerminalMode”,
“Pipboy”,
“ContainerMode”,
“PauseMode”,
“SelfieMode”,
“SitWaitMode”,
“NoHud”,
“WorkshopMode”,
“CampPlacement”,
“InspectMode”,
“PauseMode”,
“PerksMode”,
“VATS”,
“VATSPlayback”,
“DeathRespawnMode”,
“SelfieMode”,
“DialogueMode”,
“LegendaryPerksMode”
]
}
Feel free to use/edit this mod.




