Go to dark place, do not esscape in time but you must free C41 and have her follow you.What is the max level for trading? Stuck on level 18 with all but 5 tokens:
bone slave throw to flee
Sell a girl to the warehouse, buy her back.lost alleytrade rebuy girl
Have hotel girl killed by tony, get revenge via hypnotizemusty slave find tony girl
This is the brothel receptionist. Cannot have more than 1 rape.roasted Marry Kylie.
I think this one is just S'ing Hope and calling Wade.tar Deliver Hope and her sisters to Wade.
The "Red Dossier" isn't an item you can use. It adds a section to the menu column, in between the Alignment and the endings achieved. It lists all of the girls in the game that you can find and their current status. This is either: unknown, impregnated (seduce), impregnated (rape), or dead. You can also hover over the icon to receive more information. This should all automatically appear once the dossier is bought (if it doesn't, you might need to start a new week). Hope that answers your question.What's the "Red Dossier" for? How do I use it? Btw, great game...
Thanks for the info ;DThe "Red Dossier" isn't an item you can use. It adds a section to the menu column, in between the Alignment and the endings achieved. It lists all of the girls in the game that you can find and their current status. This is either: unknown, impregnated (seduce), impregnated (rape), or dead. You can also hover over the icon to receive more information. This should all automatically appear once the dossier is bought (if it doesn't, you might need to start a new week). Hope that answers your question.
Cougar you continue to drink at either of the two bars. Two bars being "down on luck" or "dark place"The only two women I cannot find for some reason is the mail order and the cougar. Any hints as to where I can find them?
The only two women I cannot find for some reason is the mail order and the cougar. Any hints as to where I can find them?
Almost. You can only meet the 'Cougar' Darlene at "some unfortunate souls in a dark place", not "a woman down on her luck". The second option is only available if a certain variable is made true, which cannot happen in normal game play. So while technically possible, the only way to reach the 'Cougar' is via the 'dark place'.Cougar you continue to drink at either of the two bars. Two bars being "down on luck" or "dark place"
Just looking through the game files I noticed under images there is a folder for mailorder. Since all the other women in the game are in the same file location under images, I just assumed this was one woman I could not find.Almost. You can only meet the 'Cougar' Darlene at "some unfortunate souls in a dark place", not "a woman down on her luck". The second option is only available if a certain variable is made true, which cannot happen in normal game play. So while technically possible, the only way to reach the 'Cougar' is via the 'dark place'.
Also, I have literally no idea what you mean by "mail order". Could you elaborate as to who you mean?
Where's that folder located? Under "/images/in"? Cause I can't see a folder labeled "mailorder". Are you using the alternative version created by GrimUrzine? Cause that has some additional content that isn't in the main game, so that might be one of them. I haven't downloaded that version, but if that's the one you're playing then I can take a look. I just need you to upload the .html file so I can take a look at it.Just looking through the game files I noticed under images there is a folder for mailorder. Since all the other women in the game are in the same file location under images, I just assumed this was one woman I could not find.
lol. I think I've fixed this in the new version, for some reason I had certain beginnings enabled you to recruit people you kill, and irrespective of gender as well. I believe the bug would have allowed you to fuck and impregnate Tony, haha.Um, I just got a bug, Instead of getting Maria to join my harem, I instead got Tony... um... not sure why there..
Mail order is a minor scenario I hadn't finished, accidentally included that folder prematurely. It will be in the next version which I'll have up soon.The only two women I cannot find for some reason is the mail order and the cougar. Any hints as to where I can find them?
Just belatedly adding my two cents here. I like real porn and would be happy if Incubus City or Incubus Island incorporates more of it. But what makes me like this game so much is the quality of the writing, how the choices set the scene for what's about to happen, and the multitude of starting points or conditions in-game (e.g. if you have hypno powers) that tweak each choice enough create new scenarios or scenes. It's a good way of expanding replayability, provided it doesn't force us to go down too many rabbit holes.Glad you liked the game. I'm noticing a slight pattern in the number of people who mention liking the game but not liking real porn. It's a little off-topic, but would you (Korder, or anyone to which this also applies) mind explaining this? Just in brief. Is it just the characteristics of how porn tends to be, or a general disinterest in 'real' women, or some other thing?
My interest is purely curiosity. (Myself, I much prefer porn videos to hentai videos, but I enjoy hentai mangas and xxx comics and standalone art occasionally.)
It might interest you that my current project Just Rape Pretty Girls will be hentai CG based.
Don't quote me on this, but I think you need to go looking for the SugarCube documentation on how to add .webms. While the final product is a .html file, the game is created in a variant of Twine called SugarCube. That's why nearly everything in the .html file is bounded by a << / << and >> / >>, as it is how SugarCube seperates .html code from Twine code. That's why instead the traditional <img> tags, all of the code says [img[path]].Loving this game.
I carefully made a dozen-ish webm videos to increase the quality of the images that I was seeing on each runthrough, but I'm going crazy trying to implement them in the code. Can anyone help? Using html <video> tags is not working no matter which browser I use. I see the [img[ in the code, but can't seem to replace it with webm files. Any suggestions?
<video src="folder/file.type" width="number of pixels" height="number of pixels"></video>
If you want to have looping webms, the following code has worked for me in SugarCube.Loving this game.
I carefully made a dozen-ish webm videos to increase the quality of the images that I was seeing on each runthrough, but I'm going crazy trying to implement them in the code. Can anyone help? Using html <video> tags is not working no matter which browser I use. I see the [img[ in the code, but can't seem to replace it with webm files. Any suggestions?
<video loop autoplay src='filePath/fileName.webm' [html/css styling]></video>
Don't quote me on this, but I think you need to go looking for the SugarCube documentation on how to add .webms. While the final product is a .html file, the game is created in a variant of Twine called SugarCube. That's why nearly everything in the .html file is bounded by a << / << and >> / >>, as it is how SugarCube seperates .html code from Twine code. That's why instead the traditional <img> tags, all of the code says [img[path]].
But I haven't had any actual experice with Twine, so I don't know how to actually do this. A quick google search says the general method should be to use this, but I can't actually test it so I don't know if it works.
If this works, great. If not, sorry I couldn't help more.Code:<video src="folder/file.type" width="number of pixels" height="number of pixels"></video>
Thanks guys. Unfortunately it seems like the game skips the <video> tag completely. Likely looking for Twine code as opposed to html code. I tried both your code snippets. Perhaps I need to somehow crack the >> code haha.If you want to have looping webms, the following code has worked for me in SugarCube.
Code:<video loop autoplay src='filePath/fileName.webm' [html/css styling]></video>
Use the SugarCube print macroThanks guys. Unfortunately it seems like the game skips the <video> tag completely. Likely looking for Twine code as opposed to html code. I tried both your code snippets. Perhaps I need to somehow crack the >> code haha.
<<print "<video loop autoplay src='filePath/fileName.webm' [html/css styling]></video>">>
Glad to see you got it working. Looks like kopareigns' code was correct, and that I missed the 'loop' and 'autoplay' tags. Ah well.Thanks guys. Unfortunately it seems like the game skips the <video> tag completely. Likely looking for Twine code as opposed to html code. I tried both your code snippets. Perhaps I need to somehow crack the >> code haha.
Do you know of other twine games that use webms that I could copy?
I'll dig into the SugarCube documentation - thanks for the tip.
EDIT:
There's a couple hours I'll never get back. Thanks for the tips. The documentation is totally useless though - I ended up making a new project and publishing over and over until one worked. If anyone is looking to include videos by editing the code, here's the snippet:
<video loop autoplay src='images/in/drunk/SAMPLE.webm'>
</video>
I used the drunk because I could load/close over and over and over with new games lol.