Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Absolutely! I may not include it in this release but will check it out and work on including it since. And that was the idea (thus the prison dialogue) but I had it after I'd stuck in various framework for multiple projects so missed several spots.

This is the code, you have to copy&paste it in statstab.gd whenever it says  "if nakedspritesdict.has(person.unique):". I did it a few days ago and my memory suck so if it does not work tell  me and I'll look if I needed to change more code, but I think that's it.

if nakedspritesdict.has(person.unique):
    if person.consent:
        sprite = [[nakedspritesdict[person.unique].clothcons, 'pos1']]     else:
        sprite = [[nakedspritesdict[person.unique].clothrape, 'pos1']]
if nakedspritesdict.has(person.unique) && (person.exposed.chest == true && person.exposed.genitals == true || person.exposed.chest == true && person.exposed.ass == true || person.exposed.genitals == true && person.exposed.ass == true):
    if person.consent:
        sprite = [[nakedspritesdict[person.unique].cons, 'pos1']]
    else:
        sprite = [[nakedspritesdict[person.unique].rape, 'pos1']]

The problem with copy&paste from posts here is that the tabs get converted to spaces. Whoever tries to use this code will need to change them all back to tabs or they will get errors.

(1 edit)

Well np here's the files: https://mega.nz/#!PktHgbzJ!INRAOz7XhcKncZHjZNpgQlXyGorhSrIzaFS-oObENI4 The code is not difficult to find :)

Edit: I deleted that code that was filling the thread. For god's sake how can you add a spoiler here haha

Deleted 4 years ago
Deleted 4 years ago