Yes, I tried to find this parameter, for example, with the heroine's brother. But could not.(
Can someone please help? I just can't figure out what to enter into the search.
That is how it is changed. In npcstatic1 file you would just change the info
npctemp = 34
$npc_dna['A<<npctemp>>'] = '1588599246 1545843327 1085730943 1962976090 1780199176 1931034853 1979821791'
$npc_firstname['A<<npctemp>>'] = 'Kolka'
$npc_nickname['A<<npctemp>>'] = 'Kolka'
$npc_lastname['A<<npctemp>>'] = $pcs_lastname
$npc_usedname['A<<npctemp>>'] = 'Kolka'
$npc_notes['A<<npctemp>>'] = 'Your Brother'
npc_dob['A<<npctemp>>'] = 20001219
npc_gender['A<<npctemp>>'] = 0
gs 'npcstaticdefaults', 'defaults'
gs 'npcstaticdefaults', 'group', 'family'
$npc_thdick['A<<npctemp>>'] = 'slim'
npc_dick['A<<npctemp>>'] = 14
npc_rel['A<<npctemp>>'] = 20
hotcat_rating['A<<npctemp>>'] = 7
that is his default info, if you changed the slim and 14 above it would change it in game. Of course you have to change it and then recompile the file back into the game. Which I personally have no clue how to do.
No need to go through the hassle of changing the actual default info in the game files and recompiling.
You can use the parameters listed to change this ingame through console,
the effect will be permanent for that save, as if it had been changed through a ingame event.
There might be some issues if you use extreme values though.
Examples:
npc_dick['A34'] = x
$npc_thdick['A34'] = 'x'
Change the first x to a numerical value and the second 'x' to a word such as 'slim' or 'thick',
the ' ' are important for any $variable in order to store text rather then numbers.
Also while you can change $variables into any text you want,
its better to change it into text thats already naturally in the game.
Otherwise events that would check, change or interact with the variable,
rather then just print it as a description, might fail to recognize it and break.
You can also list the current value by just writing in the variable name without the "= x" part,
the value will be listed in main window.