Jump to content

Lovers Aphrodisia Problem


Recommended Posts

Posted

Hi, all!  I just found this site a few days ago, installed Lovers PK, the resource pack, and a few other things, and most of it is working great! 

The only problem I'm having is with Lovers Aphrodisia.  Whenever I load a saved game, it complains about not being able to find the .ini file.  The download didn't include an .ini, though, it was just a bare .esp, not even zipped.  So, any idea where I can get the .ini, or what I'm doing wrong?  Thanks in advance!

 

On an unrelated note, I was surprised that there isn't an imageboard here, or at least I haven't seen one.

 

Posted

What a coincidence, I have a question myself.  Does anyone know what settings I need to change to change the 'Lust' font and/or bring it down lower to the bar?  The only line in the ini that looks promising doesn't do anything.

 

YZk7B.jpg

 

I'd love to have it match the PK Extender font (Kingthings Petrock).

Posted

What a coincidence' date=' I have a question myself.  Does anyone know what settings I need to change to change the 'Lust' font and/or bring it down lower to the bar?  The only line in the ini that looks promising doesn't do anything.

 

[img']http://i.imgur.com/YZk7B.jpg[/img]

 

I'd love to have it match the PK Extender font (Kingthings Petrock).

 

tbh i want to know how you got your bar layout like that, mine either squishes up or gets so far appart it hides behind other hud elements, i'm clueless with the ini side of mods

Posted

What a coincidence' date=' I have a question myself.  Does anyone know what settings I need to change to change the 'Lust' font and/or bring it down lower to the bar?  The only line in the ini that looks promising doesn't do anything.

 

[img']http://i.imgur.com/YZk7B.jpg[/img]

 

I'd love to have it match the PK Extender font (Kingthings Petrock).

 

set xLoversAphrodisiaHUD.hudbase_x to screenInfo 0 * 0.012
set xLoversAphrodisiaHUD.hudbase_y to screenInfo 1 * 0.925

 

These two lines control the position of the HUD.

"ScreenInfo 0" returns your screen's horizontal resolution and "screenInfo 1" the vertical resolution.

Adjust the position by changing the multiplier.

If you are sure that your resolution won't change then you can also remove the screenInfo part and use absolute values.

 

set xLoversAphrodisiaHUD.hudbar1_x to 0
set xLoversAphrodisiaHUD.hudbar1_y to 30

 

These lines specify the offset for the bar.

To get the text closer to the bar while maintaining the overall position you'd first position the whole HUD a bit lower then lower the value for hudbar1_y.

 

set xLoversAphrodisiaHUD.font_height to 12
set xLoversAphrodisiaHUD.font_width to 0
set xLoversAphrodisiaHUD.font_weight to 450
set xLoversAphrodisiaHUD.font_italic to 0
set xLoversAphrodisiaHUD.font_r to 254
set xLoversAphrodisiaHUD.font_g to 244
set xLoversAphrodisiaHUD.font_b to 183
set xLoversAphrodisiaHUD.font_format to 5
setString xLoversAphrodisiaHUD.font "MS Pゴシック" 1

 

These control the font. Leave the format value alone.

Pluggy uses Windows fonts. If PK Extender uses Pluggy then you can specify the same font name here.

If it uses an Oblivion font then you cannot use it unless there is a normal font file available that you can install on your system.

  • 1 year later...

Archived

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

  • Recently Browsing   0 members

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