Great mod, but there is an issue while using a controller. This one, doesn't fit the button well: https://steamcommunity.com/sharedfiles/filedetails/?id=2227510085
love this Mod! This is how The Menu's and dialogue boxes should look. Always liked The Original Fallout art the Best and Fallout Tactics had the best and highest resolution art of all 3 games. A tip for those using NMM: if you use the fix don't upgrade..click no and then when prompted about overwrite options click on yes to all. Toggle Archive invalidation on both files Then Exit NMM. This should give you the most trouble free experience. Kudos and thanks to the author for this Mod.
So let me get this straight (since it's not explained all that well). Vanilla UI Plus Revelation is not a patch to make Vanilla UI Plus compatible with Revelation - it includes both mods already assembled?
I installed this mod and every text box looks like in the images; dialogue and the font works as intended. But when I am in an inventory screen for things like looting and the barter screen, there's over 60 items displayed on both sides! So the text just overlaps one another and I can't make out what I am buying or looting. Any help on how I can lower the amount of items displayed on the barter screen??
https://imgur.com/a/57COFv2
Maybe in barter_menu.xml (and presumably in container_menu.xml for the looting screen)?? I'm unsure of what to look for in there to change the amount of items that are displayed. (My Pipboy inventory screen works as normal since this mod does not change Pipboy UI)
In my barter_menu.xml, in the "item data" section it lists this (I think it's meaning to show 16 items in-game):
<!--================================= ITEM DATA ==================================-->
Best UI mod out there. I've been using it for a while in NV, returned to FO3 and was surprised to see this VUI+ & Revelation combo. Works great, looks great, thanks!
Killer looking mod. Wish it could be done with the pipboy and any other interface that it doesn't have. Looks perfect and works perfectly! Thanks! This mod made me actually use the endorsement feature.
159 comments
https://steamcommunity.com/sharedfiles/filedetails/?id=2227510085
https://imgur.com/a/57COFv2
Maybe in barter_menu.xml (and presumably in container_menu.xml for the looting screen)?? I'm unsure of what to look for in there to change the amount of items that are displayed. (My Pipboy inventory screen works as normal since this mod does not change Pipboy UI)
In my barter_menu.xml, in the "item data" section it lists this (I think it's meaning to show 16 items in-game):
<!--================================= ITEM DATA ==================================-->
<rect name="BM_ItemData">
<include src="REVELATION_item_stats_display.xml"/>
<id> 16 </id>
<x>
<copy src="BM_MainRect" trait="x"/>
<add> 318 </add>
</x>
<y>
<copy src="BM_ContainerRect" trait="y"/>
<add> 563 </add>
</y>
<systemcolor> &hudmain; </systemcolor>
</rect>