3.70 star(s) 22 Votes

CaptainBipto

Active Member
Sep 20, 2018
722
703
So I'm in chapter one and have infested and mind broken the soldier and the captain so they both have 0 resistance. But when I inspect either of them it shows the solider as lined out but the captain is not making it look like there's still something I need to do to her. Is this a bug or is there an option I am missing?

The way I did it was just to slap a choker on both of them as soon as possible if that breaks anything?

Edit: I also can't interact with Rene at all.
I am not sure if you have done it or not, but I think you have to infest the neck choker of all three of them, just putting a choker on them and mind fucking them isn't enough.
Also, I think all of those characters have an arousal meter and if it isn't high enough, you can't interact with them.

I can't think of anything else to try, every time I went through Chapter 1, I didn't have any issues with infecting/infesting the crew. Just take your time and keep infesting them every way you can, leave the werm in the neck choker until you have dropped their resistance to about 30 or 40, otherwise they remain resistant even though you have 'controlled' them.
 

Riasgregory64

New Member
Jul 4, 2018
10
1
Small question, but does anyone know why the artist change? just curious. Asking if any have been to their discord or some other announcement. I really liked mode777's style. Sad it didn't carry over to the other parts past 2-3
 

qwerty56756789

New Member
May 9, 2024
3
0
For some reason the game takes longer to load the further I get into the game .I understand the the game isn't complete but I played several other html games that use Sugarcube with no problem so i don't think the problem is my crappy laptop ,but I could be wrong.
 

AWolfe

Engaged Member
Donor
Game Developer
Jan 21, 2018
2,017
1,662
That's actually a known issue with (some) Sugarcube-based games, due to storing data in the browser's local cache.
 
  • Like
Reactions: qwerty56756789

qwerty56756789

New Member
May 9, 2024
3
0
I think it's because the game stores each individual parasite the player has as one thing instead of having a count value for each parasite. I say this because every time I use the cheat menu to give myself lots of parasites the games loading time increases to about 30 seconds.
 

Sewyoba

Member
Jul 22, 2018
370
313
I think it's because the game stores each individual parasite the player has as one thing instead of having a count value for each parasite. I say this because every time I use the cheat menu to give myself lots of parasites the games loading time increases to about 30 seconds.
Twine keeps previous passages as basically a save state, every page you can rollback to takes up as much memory as the current one, and you get the entire list of saved pages shuffled around in memory with each click that moves you to a new passage. Then you have the necessary requirement for such a thing to work in saves: every variable that carries over to new passage has to be copied as a new variable. Only setup variables are spared from recopying, and temporary variables exist only in the current passage. Also, this breaks references to objects - in the current passage two variables reference the same object, but after getting copied over two variables reference two different objects, each with their own set of variables

So, if you as a coder want to decrease loading times, you have to decrease the maximum amount possible of rollbacks, rework how you switch between passages from "goto passagename" to using spans and replaces with displays on the whole page (but this will break saves because saves only capture the initial state of the page), unset variables, and so on so forth. As a player, you probably can use console to limit the rollback size. Can't remember how you call this stuff properly, sorry
 
  • Like
Reactions: ThatPlayerOneGuy
May 29, 2024
30
21
Put a Choker on the Antari. Once it's properly integrated, you can move over to a new host. Your human body will be in the downstairs bedroom.

Do not put a Werm in the chokers. If you do, then you can't switch over to that body.
 

RachelTGG

New Member
Jan 18, 2022
6
9
I am confused af. I played trough chapter 1, infected and broke everyone, just didnt piloted the suit (well, i did but then i went back). So i ask two things:
1) wtf is that radioactive trash?
2) is there a walktrough of some sort?
 
3.70 star(s) 22 Votes