Aug 18, 2020
86
10
Is there a line of code I can change with a text editor to change the base passive inheritance rate from 10 to something like 60 or 70? Or otherwise the amount each sacrifice adds to the base?
 

SoulBurner77

Member
Jul 20, 2018
202
155
Is there a line of code I can change with a text editor to change the base passive inheritance rate from 10 to something like 60 or 70? Or otherwise the amount each sacrifice adds to the base?
Is a lot easier to cheat food than some other methods some people try to do. Feed your goblins the best meat every gen and you will have very strong goblins in no time
 

MuninKai

Well-Known Member
Apr 29, 2020
1,724
2,948
Is there a line of code I can change with a text editor to change the base passive inheritance rate from 10 to something like 60 or 70? Or otherwise the amount each sacrifice adds to the base?
Yes, this is relatively easy. You'll want /data/system2/データ.ks

Each seedbed has a line of code that looks like this one:

Code:
tf.charaData[CHR_COTTON] =             %["name"=>"Cotton",            "power"=>10,    "sanSt"=>9999,    "allegiance"=>4*3,    "incontinence"=>8*3,        "seedling"=>6,        "seedlingWidth"=>1,        "job"=>"Rancher", "lewdjob"=>"Goblins' Cattle",        "unitID"=>UNT_A_COTTON,        "heredity"=>[2, 1, 1, 1, 0],    "meat"=>ITM_WOMENMEAT];
What you will want to change is the "heredity"=>[x,x,x,x,0] line. You can change the xs to be whatever you want, the 0 is redundant and even if you change it it won't change anything.

If, rather than cheat in items you want to make items more powerful, in the same file the items are lines of code like this one:

Code:
tf.itemData[ITM_NOBLEWOMENMEAT] =     %["name"=>"Noble Meat",                "type"=>ITP_CONSUMPTION,    "growthParam"=>[1, 1, 1, 1, 0],        "growthPower"=>9,    "san"=>-25,        "gFile"=>"icon003貴女の肉"];
You would want to change growthParams to all be 1s and the "growthPower" to be whatever you want. Noble Meat is a good example because it boosts every stat (again, except the final 0 which is redundant) by 9 points. Other items will only have 1 growthParam selected, but you could make every item a +1000 in all stats if you wanted to.
 

MuninKai

Well-Known Member
Apr 29, 2020
1,724
2,948
is this shit normal? I'm running it on win11
View attachment 4394645

View attachment 4394639
Yes, this is totally normal and how the game is meant to be played.

As to fixing it, that's actually something I haven't seen before. You might be missing a font? On the top menu, Character Display > Font and select a different font to see if that helps. If it doesn't, you'll want to go to your Windows Settings and search for Language Settings. You should have an option for preferred languages, add Japanese and try again. This is definitely not a game issue, it is 100% a system configuration issue, but I have no idea what that could be beyond those two options. Maybe your Locale Emulator installation was faulty?
 
Jul 19, 2019
25
23
Yes, this is totally normal and how the game is meant to be played.

As to fixing it, that's actually something I haven't seen before. You might be missing a font? On the top menu, Character Display > Font and select a different font to see if that helps. If it doesn't, you'll want to go to your Windows Settings and search for Language Settings. You should have an option for preferred languages, add Japanese and try again. This is definitely not a game issue, it is 100% a system configuration issue, but I have no idea what that could be beyond those two options. Maybe your Locale Emulator installation was faulty?
Thank you so much my dear wonderfull friend :)
 

gracco

New Member
Aug 2, 2019
11
3
Hey so I just discovered something pretty interesting after having a ton of problems getting this to work, as I was getting smashed together jumbled text even in locale emulator.

There is a setting in the normal windows 11 locale window that breaks the text if applied. If you are having the same jumbled text issue this should fix it (I saw a few posts here and there but no conclusive fix, so I figured it out myself):

1) Start > Settings > Time & Language > Language & Region
2) Under "Related Settings", select "Administrative Language Settings"
3) In the window that appears, select "Change system locale" under "Language for Non-Unicode Programs", this will bring you to the normal locale system settings. Don't worry, you do not need to actually change locale.
4) Uncheck "Beta: Use UTF-8 for worldwide language support"
5) Profit

UTF-8 based fonts do not have compatible kerning with unicode (kerning is the spacing between characters), this is the source of the issue. This checkbox didn't used to be there, it must have appeared in some recent update, but it mangles fonts horribly and should be disabled, as it breaks not only the default system unicode fonts, but also the ones rendered in locale emulator.

Hopefully this helps someone.
 

5941smoke

New Member
May 11, 2020
11
1
Does this game have any known issues like the first one with Linux? I've been trying to make the first work but I'm slowly losing it
 
3.40 star(s) 11 Votes