elbo911

Active Member
Dec 1, 2018
725
1,273
that is it? we waited 8 months for this little bit of non-content?
You probably should have read this:
So slight confession to make; during an internal update, we kinda wiped out our own change long and while the history for all the published versions was easy to get from various websites, the log for *this* update was lost, so there's a lot more than what was listed above, but we were in a rush to get this out.

I am not having this issue. easily import the old save.

I am not seeing any new content in the library. I am seeing some errors in the library though
I wouldn't know for sure, but maybe that's why you should have started a new save?
 
  • Like
Reactions: armyofrobots

armyofrobots

Active Member
Game Developer
May 26, 2018
711
1,885
Just to be sure: In the previous version, I hijacked the girl that was selling the drugs. Seems that completely disabled drug selling for me, at least I haven't found content like that. Is that intended? I mean, it seems to make sense, I just think the main objective of the game is to capture as many slaves as possible and it feels kinda counter-intuitive to lose out of what seems to be a big money source just because you follow the premise of the game. Is there a way to enslave her and still get into drug dealing?
Yes; if you abduct the woman who sells the drugs, that cuts off your supply for now; we're working on a way for you to take over the farm, but it's not built yet, so it's not in.
 
  • Like
Reactions: elbo911

evilution382

Member
Oct 17, 2018
160
492
Bruh...

You should not see any errors if you start a new game.

Content is what it is; not all of us can make money off this; we got day jobs too.
I have never played this game before, so it is a comletely fresh download and new start

1750340134015.png

This is how my library looks, some other locations have similar errors
 
  • Like
Reactions: Bizeps

harem.king

Forum Fanatic
Aug 16, 2023
4,147
7,232
I wouldn't know for sure, but maybe that's why you should have started a new save?
No, this is not how this engine works.
Those kind of errors cannot be caused by a bad save. they can only happen if the code itself is broken.
New game with a fresh install
thanks for confirming
You probably should have read this:
There is a difference between "we lost the exact minute details" and "off the top of my head I can't even recall a single example of actual new content added".

Seriously the best they could recall for content is non content like "selling drugs" and "watching TV".
And they literally have not even tried to play their own game so they never once saw that selling drugs is completely broken.
 

Satori6

Game Developer
Aug 29, 2023
581
1,306
I have never played this game before, so it is a comletely fresh download and new start
I can confirm selling drugs is broken for me aswell
confirm, clean install still error.
No, this is not how this engine works.
Those kind of errors cannot be caused by a bad save. they can only happen if the code itself is broken.

Correct. The errors are pretty self-explanatory - there's missing tags.

Mistakes happen, but I find it strange that the dev is trying to blame the players for such an obvious error on their part, and something that can be fixed in a minute:


temp.png

I only fixed the passages shown here and another one that I found without checking more passages, as I'm not interested in this game's tags (pun intended). Let me know if you find other errors and I'll fix them.
 
  • Like
Reactions: harem.king

rusemasque

Newbie
Aug 7, 2017
30
18
I have to admit the pace at which this game is progressing is really slow. I remember enjoying this game ~2 years ago, and sadly very little changed. Not too sure I care as well about the whole drug empire thing. Home base raiding makes some sense, but I am worried it's going to suck in all the team's effort and nothing will change when it comes to the erotic part of the game. This is a breeding game!
 
  • Like
Reactions: harem.king

armyofrobots

Active Member
Game Developer
May 26, 2018
711
1,885
No, this is not how this engine works.
Those kind of errors cannot be caused by a bad save. they can only happen if the code itself is broken.
Actually, it's caused by a non-initiated variable; which is why a new save was needed, since the variable wouldn't exist in the saves and references to it would be broken.

There is a difference between "we lost the exact minute details" and "off the top of my head I can't even recall a single example of actual new content added".
And yet there was new content, new mechanics, and fixes. You not being satisfied by the content in the update isn't the same as there being no content.

Seriously the best they could recall for content is non content like "selling drugs" and "watching TV".
And they literally have not even tried to play their own game so they never once saw that selling drugs is completely broken.
Actually they have "Tried their own game"; we'll have to look at saves from people experiencing problems to see what is breaking as we could not replicate the problem.
 
  • Like
Reactions: elbo911

armyofrobots

Active Member
Game Developer
May 26, 2018
711
1,885
Correct. The errors are pretty self-explanatory - there's missing tags.
Happy to take a look as we did not see it in testing; likely something didn't get moved between the last test build and the pushed build for release. He wasn't blamed for the bug, he was blamed for not following the directions and then claiming it was unnecessary when it was something we knew would cause breaks.

I only fixed the passages shown here and another one that I found without checking more passages, as I'm not interested in this game's tags (pun intended). Let me know if you find other errors and I'll fix them.
Great; our team will take a look and see if we can get a bug fix version out soon with this and anything else people find.
 
  • Like
Reactions: elbo911

armyofrobots

Active Member
Game Developer
May 26, 2018
711
1,885
I have to admit the pace at which this game is progressing is really slow. I remember enjoying this game ~2 years ago, and sadly very little changed. Not too sure I care as well about the whole drug empire thing. Home base raiding makes some sense, but I am worried it's going to suck in all the team's effort and nothing will change when it comes to the erotic part of the game. This is a breeding game!
Well, good news; you're still able to breed away and ignore things like selling the drugs or building resource infrastructure; but we are going to flesh out more reasons for you to have your private army and the fight for control of Earth the story is revolving around.

Plenty of other games moving along at a better pace to keep you entertained if this isn't interesting you; sorry to hear it, but we can only move at the pace we can move at.
 

Satori6

Game Developer
Aug 29, 2023
581
1,306
Actually, it's caused by a non-initiated variable; which is why a new save was needed, since the variable wouldn't exist in the saves and references to it would be broken.
That can be fixed through and then manipulating the save through its to apply patches and add or modify values from old saves as needed.

You can use your own value for tracking the version of the save, but there's already a built-in option through which is stored on the save's version property.
 

armyofrobots

Active Member
Game Developer
May 26, 2018
711
1,885
That can be fixed through and then manipulating the save through its to apply patches and add or modify values from old saves as needed.

You can use your own value for tracking the version of the save, but there's already a built-in option through which is stored on the save's version property.
Cool; I'll look into that, thank you
 
  • Like
Reactions: Satori6

LokiSalmon

Member
Jul 7, 2017
104
242
Quick hotfix on the missing tags; the last version was not pushed to our Prod release, our bad. Yes, you will still need a fresh game start, though if you have a save from 0.3.0.1, it should work fine with this fix. (Extract and replace the existing HTML file)
Dealing drugs is still broken at the library because the tag isn't closed. Add ">>" after "[[Deal Drugs (-10 Energy)|Deal Drugs]]" (Line 2450). It *maybe* needs a space before "[[Deal Drugs" as well, not certain. I added one because everywhere else I see "link", it's there.

Edit: Same issue at the dorms, same fix, line 4872.
 
Last edited:
  • Like
Reactions: harem.king

armyofrobots

Active Member
Game Developer
May 26, 2018
711
1,885
Dealing drugs is still broken at the library because the tag isn't closed. Add ">>" after "[[Deal Drugs (-10 Energy)|Deal Drugs]]" (Line 2450).
FFS...I swear I pushed the right version out; let me go get it; that's my bad.
 
3.50 star(s) 6 Votes