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
196
142
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,692
2,841
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,692
2,841
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 :)
 
3.40 star(s) 11 Votes