Trioculus Posted February 25, 2013 Posted February 25, 2013 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 - Lustset 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 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 HUDdefaultset tnoHSB.hud_y to HUDprevBarBelowset tnoHSB.hud_size to 68set tnoHSB.hud_name to sv_Construct "Lust: "set tnoHSB.hud_textDisplay to HUDtxtPercentset tnoHSB.hud_textColor to sv_Construct "tnoHSB.color"set tnoHSB.hud_textPos_x to HUDtxtLeftset tnoHSB.hud_textPos_y to HUDtxtCenterset tnoHSB.hud_textSize to 12set tnoHSB.hud_textShadowColor to sv_Construct "HUDcolorBlack"set tnoHSB.hud_textType to HUDfontKingthingssetStage 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.
Ark of Truth Posted February 25, 2013 Posted February 25, 2013 You cannot move it, if you move across you will most likely broke mods.
Trioculus Posted February 25, 2013 Author Posted February 25, 2013 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 ?
Ark of Truth Posted February 25, 2013 Posted February 25, 2013 Why are you to move it over anyway? Your trying tio merge two different systems/mods. Your not going to gain anything expect maybe a corrupt save or game.
Trioculus Posted February 25, 2013 Author Posted February 25, 2013 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.
Trioculus Posted August 18, 2013 Author Posted August 18, 2013 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 !
Recommended Posts
Archived
This topic is now archived and is closed to further replies.