Jump to content

LoversSetScale problem


Recommended Posts

Posted

Hi

 

Just wanted to ask if LoversSetScale should work with the new re96v2?

I tried to get it to work because the Imps in my game are waaaay too small and can't figure out what mod is responsible for them, but thats kinda besides the point.

Anyway I tried to get it to work and it doesn't seem to do anything for me.

 

I edited the  LoversSetScale_Adjust_00.ini like this:

 

 

;
;LoversSetScale用サイズ適用データ - 0.90~1.10 -> 1.00
;


;対象サイズの範囲上下限(以上以下:この指定値を含む)
set kzsQuestLoversSetScale.fScaleRgMin to 0.01
set kzsQuestLoversSetScale.fScaleRgMax to 1.10

;適用するサイズ
set kzsQuestLoversSetScale.fScaleSize to 1.00

set kzsQuestLoversSetScale.iforceCreature to 1
set kzsQuestLoversSetScale.iForcePlayer to 1

 

 

Any help would be appreciated.

 

Edit: Maybe thats a dumb question, but the ini file is supposed to go in the ini folder and not the data folder right?

 

Posted
When creature participates basically, LoversSetScale does nothing.

It is necessary to execute the following commands when you handle it when Creature participates.

 

set kzsQuestLoversSetScale.iForceCreature to 1

 

But MOD does not change the size of creature, and it adjusts size of participating NPC to creature.

 

In addition, it is necessary to execute the following commands when you handle it when a PC participates.

 

set kzsQuestLoversSetScale.iForcePlayer to 1

 

The following things are specified in the Readme file which an author attaches.

 

A test is insufficient about the case that PC and Creature participate in.

The author does not wish creature participates.
Posted

I'm not sure if I understand correctly. I used both of this commands in the ini file.

So it's only working on NPC-Creature encounters?

Posted
You must execute the command from a console screen.
Or you make batch file and must carry it out with a console screen.
 
Excuse me.
I think that it is carried out even if you list it in ini file.

 

It is listed in ReadMe, but the author does not seem to use sex with Creature.

In addition, the author seems to think it to be unfavorable.
Therefore the author does not seem to do operation check with Creature and NPC.
LoversSetScale changes the target size on the basis of the size of the PC.
However, I do not come to change the size of Creature.
Therefore I think that this works definitely by admitting the processing to a PC, and admitting the application to Creature again.

 

The author speaks the handling of Creature in a part describing a reason excluding the processing to a PC.

 

Even if the biggest reason why an author excludes a PC carries out Update3D for a PC, a nonsense thing is called it.

 
Even if a thing participating in a PC carries this out for own, it does not act definitely.
 
I have been troubled with a method to let you reflect what you changed for a PC in MOD which I made.
The solution was to carry out Update3D for a PC from a third party.
Because an author does not look even if I comment on this here, there is not the meaning.
Posted

LoversSetScale adjusts the participating NPC's scale, not the participant creature or you.

iForcePlayer means it will adjust the NPC's scale when you sex with someone.

iForceCreature means it will adjust the NPC's scale when they sex with creature. (not sure about player)

 

Makes sense? I think those variable names are somewhat misleading.

Posted

LoversSetScale adjusts the participating NPC's scale, not the participant creature or you.

iForcePlayer means it will adjust the NPC's scale when you sex with someone.

iForceCreature means it will adjust the NPC's scale when they sex with creature. (not sure about player)

 

Makes sense? I think those variable names are somewhat misleading.

 

 

I think i get it now. Thanks.

Archived

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

  • Recently Browsing   0 members

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