4.20 star(s) 57 Votes

AIrobotbipbop

Newbie
Apr 7, 2018
79
104
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
360
299
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
79
104
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
79
104
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:
4.20 star(s) 57 Votes