4.20 star(s) 57 Votes

AIrobotbipbop

Newbie
Apr 7, 2018
81
113
I'm getting frustrated here, I'm trying to add another creature called "monster" and been adding code for it everywhere where other creatures are coded.

But somehow it can't recognize it.
Code:
<<if $raceData.monster.wild gt 0>><<set _events.push("combat.monster")>><</if>>
Anyone knows how to make the game able to find a wild "monster" and combat it? Here is the if you're able to find where I've done something wrong.
 

guest1492

Member
Apr 28, 2018
363
301
What is the population limit number?
The game will break if you have more than 5000 children. It's doubtful that you will ever reach that many. You only need to have 161 children to reach the end.

Anyone knows how to make the game able to find a wild "monster" and combat it? Here is the html file if you're able to find where I've done something wrong.
On line 1828 you have wild: 0. You should change that to some number higher than 0. However, there is a lot more that you need to change before you can get everything working properly. Unfortunately, I wrote this code ~4 years ago and have only done minor fixes to it since (last time was over a year ago) so I can't pinpoint everything offhand.
 
  • Like
Reactions: Skeedward

AIrobotbipbop

Newbie
Apr 7, 2018
81
113
On line 1828 you have wild: 0. You should change that to some number higher than 0. However, there is a lot more that you need to change before you can get everything working properly. Unfortunately, I wrote this code ~4 years ago and have only done minor fixes to it since (last time was over a year ago) so I can't pinpoint everything offhand.
[/QUOTE]

Thank you! That's the missing piece I've been missing. Now it's working.
 

AIrobotbipbop

Newbie
Apr 7, 2018
81
113
AIrobotbipbop my man, does your full game+mod( ) include the cheat mod also?
Yes, it got cheats.
Gonna update this post with the latest version. It's totally broken (sorry about that) but added a lot of creatures and women.

There you go.
I'm trying out some stuff so it's a bit buggy and unfinished here and there atm.
 
Last edited:

Neroweiss

New Member
Jan 11, 2021
5
2
Yes, it got cheats.
Gonna update this post with the latest version. It's totally broken (sorry about that) but added a lot of creatures and women.

There you go.
I'm trying out some stuff so it's a bit buggy and unfinished here and there atm.
You absolute legend.

Sorry, there were 3 files in your latest post. Which one is the game?
 
Last edited:

ramvivat

Engaged Member
Jun 28, 2022
3,100
1,809
hmm funny - the game has an inbreeding mechanism - when you reach inbreeding at about 4-5 levels, children start to be born as if "from a carbon copy" - girls from different mothers, albeit within the same genetic line (i.e. they have same pra-mother), but nevertheless they are like identical twins. two mothers relative to each other they are at the same level of inbreeding (and they are full sisters to each other) - but they give birth to identical girls, like identical twins born from the same mother on the same birthday.
 
4.20 star(s) 57 Votes