Kids List

Gizmo1206

Well-Known Member
Aug 28, 2015
162
13
Like in TiTs is there a way to see whos kids they are? or is it only that sorted by race list?
 

Burnerbro

Well-Known Member
Oct 24, 2020
625
720
34
It'd be nice to have the game keep better track of your Champ's kiddos for you, but for those who really care (or are just plain weird/bored) there is always a more hands on method.
 

MyOldName

Well-Known Member
Sep 3, 2015
130
35
I'm using Linux and have written a script to show all my kiddos. Save to file and run this script:
#!/bin/sh kids=0 for a in $(cat "$(\ls -t /tmp/*.coc2|head -1)"|tr , \\n |grep NUM_KI.S|sort -t: -k2 -rg) do echo "$a" kids=$((kids+$(echo $a|cut -d: -f2))) done echo "Total:$kids"
/tmp/ is the folder where your saves are stored.
 
  • Like
Reactions: Burnerbro

mikethor007

Well-Known Member
Jun 26, 2021
1,184
809
52
I'm using Linux and have written a script to show all my kiddos. Save to file and run this script:
#!/bin/sh kids=0 for a in $(cat "$(\ls -t /tmp/*.coc2|head -1)"|tr , \\n |grep NUM_KI.S|sort -t: -k2 -rg) do echo "$a" kids=$((kids+$(echo $a|cut -d: -f2))) done echo "Total:$kids"
/tmp/ is the folder where your saves are stored.
NUM_KI eh? Lemme look at mine...

1273 kids in total... nowhere near Aury levels but...holy hell...
 
  • Haha
Reactions: Burnerbro