Jump to content

HUD status Bars position problems


Leothbar

Recommended Posts

Hello again good people,

 

i'm writing this today to ask for help. I have installed a mod called Basic Primary Needs and it, in short, makes the player have need of food, drink and sleep. The mod suggests and recommends installing another mod, HUD status bars, which creates new bars, thus showing you your hunger, thirst and fatigue. I have installed that mod as well, and that's where i met a slight problem.

 

In order to have new status bars, i've used these lines that i found in the Readme of Basic Primary Needs.

  Quote

 

 

set tnoHSB.hud_val to sv_Construct "BPN.HUDsleep"
set tnoHSB.hud_color to sv_Construct "HUDcolorRhubarb"
set tnoHSB.hud_max to sv_Construct "0"
set tnoHSB.hud_min to sv_Construct "100"
set tnoHSB.hud_x to HUDcompassCenter
set tnoHSB.hud_y to HUDcompassAbove
SetStage tnoHSB 10

set tnoHSB.hud_val to sv_Construct "BPN.HUDthirst"
set tnoHSB.hud_color to sv_Construct "HUDcolorCyan"
set tnoHSB.hud_max to sv_Construct "100"
set tnoHSB.hud_min to sv_Construct "0"
SetStage tnoHSB 10

set tnoHSB.hud_val to sv_Construct "BPN.HUDhunger"
set tnoHSB.hud_color to sv_Construct "HUDcolorLime"
set tnoHSB.hud_max to sv_Construct "100"
set tnoHSB.hud_min to sv_Construct "0"
SetStage tnoHSB 10

set tnoHSB.hud_val to sv_Construct "BPN.HUDcaffeine"
set tnoHSB.hud_color to sv_Construct "HUDcolorBrown*(tnoHSB.val>0)"
set tnoHSB.hud_max to sv_Construct "100"
set tnoHSB.hud_min to sv_Construct "0"
SetStage tnoHSB 10

set tnoHSB.hud_val to sv_Construct "BPN.HUDalcohol"
set tnoHSB.hud_color to sv_Construct "HUDcolorYellow*(tnoHSB.val>0)"
set tnoHSB.hud_max to sv_Construct "100"
set tnoHSB.hud_min to sv_Construct "0"
SetStage tnoHSB 10

 

The HUD status bars appeared, but there was a slight problem, they were in the middle of the screen. Now believe me when i say that i tried everything i could think of. I've tried to fiddle with the

 

  Quote

 

 

set tnoHSB.hud_y to
set tnoHSB.hud_x to

 

,to no avail.
After trying many times, i have come to the conclusion that this is beyond my very basic and lacking knowledge, and now i have come seeking the help of you people who know more than i do! so my request is:

 

Help me re-position these HUD bars to the left of the screen please.

 

Thank you in advance.

 

Link to comment
Share on other sites

Here's my HUD Status Bars.ini (I have the BPN bars to the right of the screen ... there may be some other parts you don't want so pick and choose what you want from it):

 

 

  Reveal hidden contents

Link to comment
Share on other sites

The key is in the first BPN bar you specify the X and Y position and then all others are relative to that first bar. You'll need to experiment with X and Y values to get them to the left in a position that doesn't interfere with bars that are already to the left.

Link to comment
Share on other sites

Thanks a lot Striker!

 

I only took the parts i needed for Basic Primary Needs and they came on the right and it's way better than in the middle! i'm already very satisfied with this so i changed my mind about having them on the left :D

 

thank you again!

 

P,s: This post is Solved =)

Link to comment
Share on other sites

If you use HUD Status Bars Enhanced, you can make a separate INI file for Basic Primary Needs in the appropriate folder and add all bars to that one. Just a suggestion for any future needs for HUD bars. The HSBE documentation should have more info, but basically all it needs is a file named <plugin name>.esp.ini in the HSBE ini folder, and it loads it automatically.

 

I think I mentioned it in the BPN comments some time ago, and I hope Maskar will implement the use of HSBE in the next version, as it is a compatible and easy way (for both author and user) to achieve HUD elements. Forli has done wonders with enhancing the original HSB. :thumbsup:

 

Edit: Assuming you do/did not already use HSBE, that is.

Edited by Contrathetix
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...