Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

A few things I noticed:

- two incestuos slaves (Sis1, Sis2 )and a non-related slave (Jane). Selecting one of the siblings and the other slave (Sis1, Jane), you can't have them do anything to the other sibling (Sis2), since the game checks the non-related slave for incestuous actions. It treats BOTH of them as related to Sis2. (or to be more precise, it checks if Jane has incestuous consent)

- also, incest always seems to cause stress, regardless of consent.


On a semi-related note, I have been dabbling with Godot and found match x to be so much better than switch on other languages. ATM, I'm expanding the after-battle sex scenes with far more choices. Here's something you can do with  match:

var batte_rape_arr = [player.globals.sex,baddie.person.sex]

match battle_rape_arr

['Futanari', 'Female']:

        text = 'code for futa on female'


['Futanari', 'Futanari']:

        text = 'code for futa on futa'


['Female', 'Futanari']:

        text = 'code for female on futa'


etc....


I'll make the code available once I finish it

Thanks for bringing that to my attention, that'll require some major finagling. It seemed as though it would check each giver individually for blocking/unblocking the actions, but it is likely either the case of one overriding the other or checking both per stage then moving to the next. Does it do the same thing if you select them in the reverse order (non-related then related)?

That's a bit peculiar, as Incest should very rarely cause stress.

That code change sounds awesome, and I am very excited to have some modding help on dialogue and fleshing out areas like that. I'll look forward to it!

(1 edit)

Just saying, if this match code works as advertised, it will make a lot of things a lot easier, as it can actually do comparisons. It even has dictionary pattern matching!

http://docs.godotengine.org/en/latest/getting_started/scripting/gdscript/gdscrip...



On another note, some more weirdness. Handcuffs seem to set my angel slave to PERMANENT crawling. Removing them leaves them stuck like that and nothing I tried works. I even tried making a potion that will change that. I tried resting, tit reduction, anything that could possibly cause this...


EDIT; I added the code in a txt file inside my mod

https://www.mediafire.com/file/null/T_Strive.7z/file

feel free to take a look. For a companions only a slight adjustment is made that allows companions to suck/ride. Note that it's still WIP (placeholder text in a few places) and needs testing, but it SHOULD work.

I’ll check it out next time I’m around a PC and free to code!

I just re-uploaded with some fixes to some files. 

2 new lab operations, some item re-balances, small enhancement to fetish/race generation and fluid generation...

(1 edit)

It said invalid key when I tried to use the link. Maybe upload with Mega instead? I know Mediafire can have issues

Try this:

http://www.mediafire.com/file/21x5i7koslj72s7/T_Strive.7z/file