Jump to content

Recommended Posts

When you introduce LoversChildDataBase newly, the following packages are unnecessary.

 

Lovers_ChildRaceNPC_MBP++Only.7z

Lovers_ChildRaceType FIX(ENG).7z

Lovers_ChildRaceType_MBP++Only FIX.7z

 

These are packages for update for a past.
When you introduce it newly, please use LoversChildDataBase_v102.7z.
All is included in it.

Link to comment

PEM_HorseBreeder ver0.9.7z Test release

 

I register MOD which I made on a whim.
I hardly check the operation.
This is test release.
This is MOD of the breeder of the horse.
The horse which I can own is only one of them.
An English sentence translated by machine as always is used.

 

post-48228-0-15720300-1375083461_thumb.jpg

Link to comment

PEM_HorseBreeder ver0.91.7z Test release

 

I revised a bug.
I add a function to display a report.
However, it is still test release.

 

 

 

Description

 

 

Description
===========
This is mating simulation of the horses.

Details
=======
One magic is added at the time of the first start. (the additional message is not displayed)
This is magic for exclusive use of the breeders.

Because a selectable item is displayed when you use this magic, you choose an item to carry out.

The following items are selectable.
But there is the item which is not displayed if you do not meet a condition.

- Transfer
  When you go to the breeder facilities or you come back to the original place, you use it.
 
- Summons
  It summons the horse which you crossbred.
 
- Exchange of the harness
  I choose a saddle, the bridle.
 
- Mating
  You crossbreed a cross and the studhorse which you appointed.
  It is the cross that the following kinds can appoint.
    default/black/chestnut/paint/white/legion
 
  The legion possession horse is black color, but is included because solid parameters are different.
  In addition, you become able to appoint the following crosses when you meet a specific condition.
    shadowmere/unicorn

  The report of the mating result is displayed at the time of mating completion.

Because there is leader breeder, please be about to tell that you visit the breeder facilities using magic.
When you talk with her, you get a studhorse.
Of an area needing an initial cross as for the studhorse which obtained is in the depths right in the front.

When you get a studhorse, mating is enabled.
However, it is necessary to pay the mating fee for use to her so that you crossbreed it.
A mating method includes two technique of the normal mating and chimerization mating.

Horses formed by chimerization mating usually have the ability that is higher.
However, you cannot use the produced horse in chimerization mating as a studhorse.
In addition, the horse produced by chimerization mating is weak, and the appearance is ugly.

When you crossbreed it again after you did chimerization mating, an initial studhorse is prepared automatically.

When mating is completed, the report of the mating result is displayed.
The part that changed and ability are displayed.

 

 

 

I recommend a clean installation if the previous version is installed.

Link to comment

PEM_HorseBreeder ver100.7z initial release

 

Because improvement and operation check were over for the time being, I show it for version 1.0.
The downloading is possible from POST#1.

 

I deleted the test release.
I suggest to you to make clean install when you use test release.

Link to comment
I post the sentence that I compiled because there are multiple documents attached to LoversChildDataBase package.
The explanation about the function interface, please watch an enclosed document.
 
Explanation of the LoversChildDataBase package

========================================
What is the LoversChildDataBase package?
========================================
It is Mod extracting NPC according in a condition appointed from NPC registered with a database file.

LoversChildDataBase.esp is Mod extracting NPC according in a condition appointed from NPC registered with a database file.
Enclosed xLoversChildDataBase.ini is a database file.

The substance of HIYOKO is not included in LoversChildDataBase.esp unlike normal HIYOKO generator.
Basic HIYOKO which a package of LoversChildDataBase provides is defined by enclosed Lovers_ChildRaceNPC.esp.
The family of HIYOKO which package of LoversChildDataBase provides is defined in Lovers_ChildRaceType.esp.

LoversChildDataBase separated a part immobilized with conventional HIYOKO generator, and matched it with the preference of the user; can choose it.

Lovers_ChildRaceNPC.esp where three kinds of HIYOKO was defined is included in LoversChildDataBase package.
In addition, there is HIYOKO Mod which PerfectionCat provides elsewhere.
You can expand HIYOKO freely by adding HIYOKO Mod.

"HIYOKO grows up sometime soon, too and becomes a parent."
This is one of the concepts that developed LoversChildDataBase.
Therefore magic to bring up HIYOKO is included in PEM_LoversTools withDB.esp included in the LoversChildDataBase package.

There are several optional features to LoversChildDataBase.
These are set in xLoversChildDataBase - Config.ini.

HIYOKO defined in LoversChildDataBase is provided only in HiyokoGenerator withDB.esp.
This cannot coexist with existing HiyokoGenerator.esp.
HIYOKO may become creature only when father is creature in version 1.02 of LoversChildDataBase.

LoversChildDataBase is a tool extracting data based on an appointed condition.
I show the function interface to be able to call a function from different Mod.

The document which commented on a making method of HIYOKO Mod using Tes4Edit is included in a package.

=====================
About a database file
=====================
The racial data which you do not use may be included in xLoversChildDataBase.ini.
However, you must not delete the data.
LoversChildDataBase does not take a complicated step to search data.
HIYOKO which LoversChildDataBase extracted is given an index number registered with a database.
The index numbers that HIYOKO was given when the row of data registered with a database changes are different.
In addition, it is not necessary for you to delete the data because LoversChildDataBase excludes it from data extracting it automatically when there is not Mod registered with a database in your environment.

The format of the script sentence to define in xLoversChildDataBase.ini is as follows.
One data are comprised of two lines of scripts.
The second line is always the same script.

Example)
set zLoversChildDataBaseQuest.InlineVar to sv_Construct "Param1,Param2,Param3,Param4,Param5,Param6,Param7"
setstage zLoversChildDataBaseQuest 10

I explain the first line parameter.
	Param1:Race ID of the parent
	       It is expressed with six columns of capital letters hexadecimal except two columns of high ranks
	Param2:The name of MOD where the race of the parent is defined
	Param3:The name of MOD where HIYOKO is defined
	Param4:Reference ID of HIYOKO
	Param5:Having registration or not of the adult (0: non-registration 1: Registered)
	Param6:The name of MOD where adult is defined
	Param7:Reference ID of the adult

When you include a white line in ini file, it causes the malfunction.
When you use a semicolon for a head of a line, it is treated as a comment line.

==============================================================
The item which is setable in xLoversChildDataBase - Config.ini
==============================================================
-IsUseGrowUpOption:
	set whether the target to extract only NPC adults is registered
-IsUseGender:
	Set the gender of HIYOKO to extract
-IsAllowNothing:
	Set if HIYOKO to extract does not exist
-IsChildLeveling:
	The set whether or not to adjust the Level of HIYOKO to extract
-IsChildLevelValue:
	Set the relative value or the value of the Level of HIYOKO
	When you choose level designation by the above-mentioned level adjustment, you set a level.
	When you choose an interlocking movement in level of the PC, you set a relative value.
-IsChildMaxLevel:
	Upper limit level when you appointed a positive price with a relative value (0:There is no upper limit)
-IsChildMinLevel:
	Lower limit level when you appointed a negative value with a relative value
-IsAdultLeveling:
	set whether or not to adjust the level of adult to extract
-IsAdultLevelValue:
	Set the relative value or the value of the Level of adult
	When you choose level designation by the above-mentioned level adjustment, you set a level.
	When you choose an interlocking movement in level of the PC, you set a relative value.
-IsAdultMaxLevel:
	Upper limit level when you appointed a positive price with a relative value (0:There is no upper limit)
-IsAdultMinLevel:
	Lower limit level when you appointed a negative value with a relative value
-ChildClassChange:
	Set the Class of HIYOKO to extract
-AdultClassChange:
	Set the Class of adult to extract
-SelectEyes:
	Choice method of eyes to set in HIYOKO
-SetEyesRace:
	Set race when selecting races specified in the selection method described above
-SelectHairStyle:
	Choice method of the hairstyle to set in HIYOKO
-SetHairStyleRace:
	Set race when selecting races specified in the selection method described above
-SelectHairColor:
	Choice method of the color of the hair of HIYOKO
-InventoryType:
	Choice method of the initial equipment for HIYOKO
-AllowEnchantment:
	set it whether you admit the succession of the thing which enchantment was added to
-LimitGoldValue:
	Upper limit level of the value of money of accessories
-LimitWeight:
	Upper limit level of the weight of accessories
-AllowHelmets:
	set it whether you admit the succession of the helmet
-AllowAmulet:
	set it whether you admit the succession of the amulet
-AllowRing:
	set it whether you admit the succession of the ring
-Equip01/Equip03/Equip03/Equip04/Equip05/Equip06/Equip07/Equip08/Equip09/Equip10:
	set accessories letting HIYOKO possess it
	Only in the case of InventoryType = 2, it is effective
-MotherDisposition:
	set a friendship degree for mother of HIYOKO
-FatherDisposition:
	set a friendship degree for father of HIYOKO
-StdUpperCloth/StdLowerCloth/StdShoe:
	set an article letting you possess it when personal effects do not exist
-FatherCreatureBornPercentage:
	When father is Creature, a factor of Creature sets probability to develop

 

 

 

japanese version

 

 

LoversChildDataBaseパッケージの説明

 

======================================
LoversChildDataBaseパッケージとは何か?
======================================
LoversChildDataBaseを根幹とするHIYOKOに関する複数のModを含んだパッケージです。

LoversChildDataBase.espはデータベースファイルに登録されたNPCの中から指定された条件に一致するNPCを抽出するModです。
LoversChildDataBaseが使用するデータベースとはiniファイルに列記されたスクリプト文のことを指します。
同封されているxLoversChildDataBase.iniがデータベースファイルです。

LoversChildDataBase.espには通常のHIYOKOジェネレータと異なりHIYOKOの実体は含まれていません。
LoversChildDataBaseパッケージが提供する基本的なHIYOKOは同封されているLovers_ChildRaceNPC.espに定義されています。
LoversChildDataBaseパッケージが提供するHIYOKOの種族はLovers_ChildRaceType.espで定義されています。

LoversChildDataBaseは従来のHIYOKOジェネレータで固定化されていた部分を分離し、ユーザーの好みに合わせた選択が出来るようにしています。

LoversChildDataBaseパッケージには3種類のHIYOKOが定義されたLovers_ChildRaceNPC.espが含まれています。
またPerfectionCatが提供するHIYOKO Modは他にもあります。
HIYOKO Modを追加することで自由にHIYOKOを拡張することが可能です。

"HIYOKOもいずれ成長し親となる。" これがLoversChildDataBaseを開発したコンセプトの一つです。
そのためにLoversChildDataBaseパッケージに含まれているPEM_LoversTools withDB.espにはHIYOKOを成長させる魔法が含まれています。

LoversChildDataBaseにはいくつかのオプション機能があります。
これらはxLoversChildDataBase - Config.iniで設定されています。

LoversChildDataBaseで定義されているHIYOKOはHiyokoGenerator withDB.espでのみ提供されます。
既存のHiyokoGenerator.espとは共存出来ません。
LoversChildDataBaseのバージョン1.02では父親がクリーチャの場合のみHIYOKOがクリーチャになる可能性があります。

LoversChildDataBaseは指定された条件に基づいてデータを抽出するツールです。
別のModから機能を呼び出せるように関数インターフェイスも公開しています。

Tes4Editを使用したHIYOKO Modの作成方法を解説したドキュメントもパッケージに含まれています。

============================
データベースファイルについて
============================
xLoversChildDataBase.iniにはあなたが使用していない種族のデータが含まれている可能性があります。
しかし、そのデータを削除してはいけません。
LoversChildDataBaseはデータを検索するのに複雑な処理をしているわけではありません。
LoversChildDataBaseが抽出したHIYOKOにはデータベースに登録されたインデックス番号が付与されます。
データベースに登録されたデータの並びが変化するとHIYOKOに付与されたインデックス番号が変わってしまいます。
またデータベースに登録されているModがあなたの環境に存在しない場合は自動的に抽出するデータから除外するのであなたがデータを削除する必要はありません。

xLoversChildDataBase.iniに定義するスクリプト文の書式は次のようになっています。
一人のデータは2行のスクリプトで構成されています。
2行目は常に同じスクリプトです。

例)
set zLoversChildDataBaseQuest.InlineVar to sv_Construct "Param1,Param2,Param3,Param4,Param5,Param6,Param7"
setstage zLoversChildDataBaseQuest 10

一行目のパラメータについて説明します。
	Param1:親の種族ID
	       上位2桁を除く6桁の大文字16進数で表現されています
	Param2:親の種族が定義されているMODの名前
	Param3:HIYOKOが定義されているMODの名前
	Param4:HIYOKOのリファレンスID
	Param5:成人の登録の有無(0:未登録 1:登録済)
	Param6:成人が定義されているMODの名前
	Param7:成人のリファレンスID

iniファイルに空白行を含めると不具合の原因になります。
行頭にセミコロンを使用するとそれはコメント行として扱われます。

=================================================
xLoversChildDataBase - Config.iniで設定可能な項目
=================================================
-IsUseGrowUpOption:
	成人が登録されているNPCのみを抽出対象とするかどうか
-IsUseGender:
	抽出するHIYOKOの性別の設定
-IsAllowNothing:
	抽出するHIYOKOが存在しない場合の設定
-IsChildLeveling:
	抽出するHIYOKOのLevelを調整するかどうかの設定
-IsChildLevelValue:
	HIYOKOのLevelの設定値または相対値
	前述のlevel調整でレベル指定を選択した場合はレベルを設定する。
	PCのlevelに連動するを選択した場合は相対値を設定する。
-IsChildMaxLevel:
	相対値で正の値を指定した場合の上限Level(0:上限なし)
-IsChildMinLevel:
	相対値で負の値を指定した場合の下限Level
-IsAdultLeveling:
	抽出する成人のLevelを調整するかどうかを設定
-IsAdultLevelValue:
	成人のLevelの設定値または相対値
	前述のlevel調整でレベル指定を選択した場合はレベルを設定する。
	PCのlevelに連動するを選択した場合は相対値を設定する。
-IsAdultMaxLevel:
	相対値で正の値を指定した場合の上限Level(0:上限なし)
-IsAdultMinLevel:
	相対値で負の値を指定した場合の下限Level
-ChildClassChange:
	抽出するHIYOKOのClassの設定
-AdultClassChange:
	抽出する成人のClassの設定
-SelectEyes:
	HIYOKOに設定する目の選択方法
-SetEyesRace:
	前述の選択方法で種族指定を選択した場合の種族を設定
-SelectHairStyle:
	HIYOKOに設定する髪型の選択方法
-SetHairStyleRace:
	前述の選択方法で種族指定を選択した場合の種族を設定
-SelectHairColor:
	HIYOKOの髪の色の選択方法
-InventoryType:
	HIYOKOの初期装備の選択方法
-AllowEnchantment:
	エンチャントが付加された物の継承を許可するかどうか
-LimitGoldValue:
	装備品の貨幣価値の上限
-LimitWeight:
	装備品の重量の上限
-AllowHelmets:
	ヘルメットの継承を許可するかどうか
-AllowAmulet:
	アムレットの継承を許可するかどうか
-AllowRing:
	指輪の継承を許可するかどうか
-Equip01/Equip03/Equip03/Equip04/Equip05/Equip06/Equip07/Equip08/Equip09/Equip10:
	HIYOKOに所持させる装備品の設定
	InventoryType = 2 の場合のみ有効
-MotherDisposition:
	HIYOKOの母親に対する友好度の設定
-FatherDisposition:
	HIYOKOの父親に対する友好度の設定
-StdUpperCloth/StdLowerCloth/StdShoe:
	所持品が存在しない場合に所持させる品物を設定
-FatherCreatureBornPercentage:
	父親がCreatureの場合にCreatureの因子が発現する確率
 

 

 

 

Link to comment

I updated PEM_HorseBreeder and PEM_AskToTheDoor.

 

Update contents of PEM_HorseBreeder
When you teleported yourself to the facilities after you summoned a horse at the place except facilities, a horse improved malfunction not to return to facilities normally.
 
Update contents of PEM_AskToTheDoor.
When you fire magic in the state that came in contact with a door, an effect is in an unjust condition, and CTD occurs.
CTD does not occur in the latest edition, but is in following situations.
Magic generates a completed effect, but is not really handled.
In that case, let you keep distance of the degree not to come in contact with a door, and magic hit it.
 

 

Link to comment

LoversChildNewWorld New Edition.7Z release

 

I merge PEM_AskToTheDoor, PEM_HorseBreeders, PEM_NewWorldBrokenGravity into LoversChildNewWorld and change the start method of the quest to the original specifications.

You cannot use LoversChildNewWorld New Edition together with LoversChildNewWorld.

Link to comment

LoversChildNewWorld New Edition v100.7Z release

 

I changed the package which I distributed.
Because the setting of the optional file included in the package remained old esp file, I only modernized a file name.
Other files do not have the change.
The person moving using PEM_GoHomeMagic, please change setting.
Link to comment

The ChildDataBase mod looks so interesting, but I just can't understand the instructions on how to use it.  Perfectioncat obviously went to a great amount of effort to include user-friendly options and english instructions, but still the complexity and the tricky translation make it hard to decipher.

 

Would anyone be so generous as to post a Guide For Idiots, in clean English, in the use of ChildDataBase?

Link to comment

The ChildDataBase mod looks so interesting, but I just can't understand the instructions on how to use it.  Perfectioncat obviously went to a great amount of effort to include user-friendly options and english instructions, but still the complexity and the tricky translation make it hard to decipher.

 

Would anyone be so generous as to post a Guide For Idiots, in clean English, in the use of ChildDataBase?

 
It is a matter said without several degrees in the past.
Explain it in English to understand of the meaning.
 
It is what can be settled all if I can talk in English.
 
LoversChildDataBase is very simple Mod.
I want to ask you a question adversely.
What do you want to know?
Do you do it what kind of structure this Mod acts in?
Or do you do it how you install it?
 
The mechanism of this Mod is brief.
It is to pick one from data registered with xLoversChildDataBase.ini based on information recorded on an egg.
When it picks data, it takes the information set in xLoversChildDataBase - Config.ini into account.
 
The installation method of this Mod is simple.
This package is made in BAIN form.
-00 LoversChildDataBase(Core):
 Because it is a core file, it is necessary to choose it by all means.
-01 Option1(include MBP++Only)
-02 Option1(include MBP++ and Other Race)
-03 Option2(MaleChild)
 It is necessary for these to choose a necessary article.
 These are Mod which defined basic HIYOKO.
 It is necessary for following Mod to be installed when you choose 02.
 
Beautiful People 2ch-Ed.esm [CRC: 68D85765]
Aos Si.esp [CRC: 0980CCF5]
Blood Elves.esp [CRC: 8BA7E8EF]
Demoness.esp [CRC: 93F9D773]
Beautiful People 2ch-Ed MS Elves - NoSc.esp [CRC: BCA4BAA2]
DesuChan's Persocoms RECONSTRUCTED.esp [CRC: EFFD38C3]
DKImperials.esp [CRC: DB582E5E]
Vampire Race Reloaded.esp [CRC: 97029292]
X.Races.Comp.esp [CRC: 966283C7]
DemonRaceMeatsuit.esp [CRC: 43044F04]
Nona.esp [CRC: 8B8DE4CC]
 
-04 How to make HIYOKO-MOD
-05 Documents
 Please defrost these, if necessary.
 It is not necessary to install it.
 
Please install it according to a procedure to show next when you use HIYOKO Mod distributed separately.
 
1.You install distributed esp file.
2.You copy all lines of enclosed xLoversChildDataBase.ini.
3.You open xLoversChildDataBase.ini which has been already installed and you paste the line that you copied on the last of the file and add a postscript.
 
Tool magic is included in this package.
It is the magic about the uterus state.
-A function to register NPC to watch with.
-The function to report NPC of the uterus state according in a designated condition.
-A function to notify of the present location of registered NPC.
 
japanese original

過去に幾度となく言われてきた事柄です。
誰か意味の分かる英語で説明してくれ。
 
私が英語で話せれば全て解決できることです。
 
LoversChildDataBaseはとても簡単なModです。
私は逆に質問をしたい。
あなた方は何が知りたいのですか?
このModがどのような仕組みで働いているかですか?
それともどのようにインストールするかですか?
 
このModの仕組みは簡単です。
卵に記録されている情報を基にしてxLoversChildDataBase.iniに登録されているデータから一つを選び出すことです。
それがデータを選び出す際にはxLoversChildDataBase - Config.iniに設定されている情報もそれは参考にします。
 
このModのインストール方法は簡単です。
このパッケージはBAIN形式で作成されています。
-00 LoversChildDataBase(Core):
 コアファイルですので必ず選択する必要があります。
-01 Option1(include MBP++Only)
-02 Option1(include MBP++ and Other Race)
-03 Option2(MaleChild)
 これらは必要な物を選択する必要があります。
 これらは基本的なHIYOKOを定義したModです。
 あなたが02を選択する場合は以下のModがインストールされている必要があります。
 
Beautiful People 2ch-Ed.esm [CRC: 68D85765]
Aos Si.esp [CRC: 0980CCF5]
Blood Elves.esp [CRC: 8BA7E8EF]
Demoness.esp [CRC: 93F9D773]
Beautiful People 2ch-Ed MS Elves - NoSc.esp [CRC: BCA4BAA2]
DesuChan's Persocoms RECONSTRUCTED.esp [CRC: EFFD38C3]
DKImperials.esp [CRC: DB582E5E]
Vampire Race Reloaded.esp [CRC: 97029292]
X.Races.Comp.esp [CRC: 966283C7]
DemonRaceMeatsuit.esp [CRC: 43044F04]
Nona.esp [CRC: 8B8DE4CC]
 
-04 How to make HIYOKO-MOD
-05 Documents
 これらは必要があれば解凍して下さい。
 インストールする必要はありません。
 
別途配布されているHIYOKO Modをあなたが使用する場合は次に示す手順に従ってインストールしてください。
 
あなたは配布されているespファイルをインストールする。
あなたは同封されているxLoversChildDataBase.iniの全ての行をコピーする。
あなたは既にインストールされているxLoversChildDataBase.iniを開いて、あなたはコピーした行をファイルの最後にペーストして追記する。
 
このパッケージにはツール魔法が含まれています。
子宮状態に関する魔法です。
-監視するNPCを登録する機能。
-指定条件に一致する子宮状態のNPCを報告する機能。
-登録されたNPCの現在地を通知する機能。

 

Link to comment
Are the states of the displayed uterus different in PEM_LoversTools withDB.esp and LoversHudInformation.esp?
 
The answer is YES.
 
TamagoClub has two kinds of the state that it is aware of and the real state.
It is a real state to be reported in PEM_LoversTools withDB.esp.
It is necessary for it to be managed in TamagoClub because you identify subjects of survey.
It is an awareness state that is reported in LoversHudInformation.esp.
Unspecified number of NPC applies in LoversHudInformation.esp.
And LoversHudInformation.esp uses the state that is set in NPC to avoid the registration of the unprepared uterus.
The state of the uterus which LoversHudInformation.esp displays in the case of NPC which is not managed in TamagoClub may be wrong.
Soon after TamagoClub was introduced, you should be careful because there is much NPC which is not managed.
 
japanese original

PEM_LoversTools withDB.espとLoversHudInformation.espでは表示される子宮の状態が違う?
 
答えはYESです。
それが自覚している状態及び実際の状態の2種類がTamagoClubにはあります。
PEM_LoversTools withDB.espで報告されるのは実際の状態です。
あなたが調査対象を特定しているのでそれはTamagoClubで管理されている必要があります。
LoversHudInformation.espで報告されるのは自覚状態です。
LoversHudInformation.espでは不特定多数のNPCが対象になります。
そして不用意な子宮の登録を避けるためにNPCに設定されている状態をLoversHudInformation.espは使用しています。
TamagoClubで管理されていないNPCの場合LoversHudInformation.espが表示する子宮の状態は間違っている可能性があります。
TamagoClubが導入された直後は管理されていないNPCが多いので気をつけるべきです。

 

Link to comment
  • 2 weeks later...

LoversImHereVer1.10a.7Z Release

 

Sorry.

I revise the following malfunction.
- Plural registration of the event handler were performed in HiyokoClub.
- It might not distinguish HIYOKO definitely.
- When you load a game, a name is not displayed definitely.
 
I add a function to bring up HIYOKO.
 
Even if you do not introduce LoversChildDataBase, this MOD will act.
But they may exceed the size of the parent when you use HIYOKO except the standard of HIYOKO which LoversChildDataBase recommends.

 

HIYOKO may grow up to the size that is about the same as a parent at time when you noticed.
However, it shows that separation with HIYOKO is near.
 
HIYOKO does not appeal for mother.
If it is your child, HIYOKO grows up.

 

Link to comment

LoversImHereVer1.20.7z Release.

 

Malfunction of the initialization processing is improved.

When you introduce LoversChildDataBase, HIYOKO gradually grows up to agree to the racial size of a registered adult.
An individual ratio to grow up is calculated based on information of HIYOKO automatically.
When you do not introduce LoversChildDataBase, HIYOKO gradually grows up to agree to size calculated based on a scale defined by ini file.
In this case it is not calculated the individual scale every HIYOKO.
HIYOKO where is unrelated to a player does not grow up.
Lines to speak of HIYOKO are registered with ini file.
You can customize the lines that HIYOKO speaks.

Plural lines can register.

 

Please introduce it after carrying out a clean save when you introduce a former version.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use