Jump to content

Moving Aphrodisia's HUD to HUD Status Bar


Recommended Posts

Posted

Hello there,

 

I'm trying to move aphrodisia's HUD to HUD Status bar (because I'm already using it with Basic Personal Needs and so on).

So, my problem is : wtf am I suppose to do ?

 

I suppose I have to add Status Bar's ini, but I don't really know what to add.

 

By using the exemple of a bar from BPN, I manage to prepare something this :

 

 

; === LOVERS APHRODISIA

; === Lovers Aphrodisia - Lust
set tnoHSB.hud_val to sv_Construct "???" <--This is the value that the bar will display, but I don't know what I should put in there :s For examples, for the sleep in BPN, the value is : "BPN.HUDsleep".
set tnoHSB.hud_color to sv_Construct "HUDcolorPink"
set tnoHSB.hud_max to sv_Construct "100"
set tnoHSB.hud_min to sv_Construct "0"
set tnoHSB.hud_x to HUDdefault
set tnoHSB.hud_y to HUDprevBarBelow
set tnoHSB.hud_size to 68
set tnoHSB.hud_name to sv_Construct "Lust: "
set tnoHSB.hud_textDisplay to HUDtxtPercent
set tnoHSB.hud_textColor to sv_Construct "tnoHSB.color"
set tnoHSB.hud_textPos_x to HUDtxtLeft
set tnoHSB.hud_textPos_y to HUDtxtCenter
set tnoHSB.hud_textSize to 12
set tnoHSB.hud_textShadowColor to sv_Construct "HUDcolorBlack"
set tnoHSB.hud_textType to HUDfontKingthings
setStage tnoHSB 10

 

 

Edit : By thinking a little bit about it, I just looked with the construction set to see what was really added by aphrodisia, and I found a quest. Maybe I just need to put something about the quest in the "value"... Checking it...

Edit 2 : Well, instead of screwing everything, I think I will just wait to see if someone can help me...

 

Thank you in advance for any help.

 

 

Posted

Thank you for your quick answer.

 

So, there's no solution like, I don't know, adding a new HUD bar with HUD Status Bar that display the lust level, and then removing LoversAphrodisiaHUD.esp ?

Posted

Well, I just don't really like the way Aphrodisia's HUD is displayed.

I looked in the forum and came across this post : http://www.loverslab.com/topic/1530-someone-knows-how-to-reset/?p=34106

As it seems that someone has achieved this before, I thought it was'nt really difficult. I didn't PM Evenstar directly because his last visit was something about July 2012.

 

But if it's not possible, I won't mind. As I say, it wasn't really important.

  • 5 months later...
Posted

Well, some months ago I managed to made it, so, in case someone wanted to do the same, I "finally" give the code anyway...

 

 

 

; ==== Lovers Aphrodisia - Lust
set tnoHSB.hud_val to sv_Construct "xLoversAphrodisia.aphrodisiaLv"
set tnoHSB.hud_visible to sv_Construct "xLoversAphrodisia.mainScriptIsRun"	;Bar will only display if Aphrodisia is on
set tnoHSB.hud_color to sv_Construct "HUDcolorPink"
set tnoHSB.hud_max to sv_Construct "100"
set tnoHSB.hud_min to sv_Construct "0"
set tnoHSB.hud_x to HUDdefault
set tnoHSB.hud_y to HUDprevBarBelow
set tnoHSB.hud_size to 68
set tnoHSB.hud_name to sv_Construct "Lust: "
set tnoHSB.hud_textDisplay to HUDtxtPercent
set tnoHSB.hud_textColor to sv_Construct "tnoHSB.color"
set tnoHSB.hud_textPos_x to HUDtxtLeft
set tnoHSB.hud_textPos_y to HUDtxtCenter
set tnoHSB.hud_textSize to 12
set tnoHSB.hud_textShadowColor to sv_Construct "HUDcolorBlack"
set tnoHSB.hud_textType to HUDfontKingthings
setStage tnoHSB 10 

 

 

 

Have fun !

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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