Search results

  1. L

    numToOrdinal is busted

    numToOrdinal uses a bunch of .lastIndexOf() checks. It seems like the coder thought this function checked if the supplied value was at the end of the string, but it actually checks for the last time it appears in the string, so you end up with things like "14st" because "14".lastIndexOf("1")...
  2. L

    (0.9.108)Bug when ever I open storage

    The silicone bags in the storage somehow had equipment properties, and the mystery status effect was "SaenSBoostCD" which doesn't exist in the current game. Not sure if either of those are relics of an old save. Anyway here's a save with the status effect removed and the silicone bags fixed.
  3. L

    "Shift goo" not working properly on nipples

    I think the confusion here is pc.nippleWidthRatio is called "Areola, Width Ratio" in the statistics screen.
  4. L

    Edited file but still can't get rival's sex scene on the train

    The email sorting crash is because the FromCache value of emrby_xxxmas_invite is null. Not sure how that happened. OP's issue is because despite thinking you did, you didn't dance with your cousin (flags.RIVAL_DANCE is undefined). I've attached a file with the crash fixed and the dance flag set.
  5. L

    [ 0.9.108-PUBLIC-ELECTRON#5358][also browser version] Cheats menu disabled / sort of fixed now

    The issue is flags.CHEATS_ENABLED being set to 0, which as far as I can tell can't happen naturally in the current version of the game. When disabling cheats with the "Close Cheats" button flags.CHEATS_ENABLED is set to undefined, not 0. If flags.CHEATS_ENABLED is set to anything other than 1 or...
  6. L

    (Maybe Not a Bug) Cant encounter the New Peer

    Based on the hotfix, looks like it was unintentional.
  7. L

    [0.9.108-PUBLIC#5356] Train Dungeon

    A whole bunch of bad end stuff. [/SPOILER] [/SPOILER] [/SPOILER]
  8. L

    [0.9.108-PUBLIC#5356] Train Dungeon

    Rival get head appreciative There is dead code here. This word switches between giggle and laugh with an isFemale check for Steele and the rival. isFemale requires not having a penis, but the scene requires a penis. I think this check should be using isFeminine instead. Rival suck him off...
  9. L

    (Maybe Not a Bug) Cant encounter the New Peer

    The new peer is only available from the time you fight Feruze on Dhaal until you receive her email about a lead. After you get that mail there's no way* to encounter the peer if you haven't already. * unless you run peerReviewEvent() in the console.
  10. L

    Can't load my save i dont know why

    It's an Android problem. Procedure is exactly what I thought it was. Save to file, shrink save file (I just sold items), save to file, touch the existing save file to change the name to match, choose to overwrite, Android only writes what it has and leaves everything after that. What the fuck...
  11. L

    Can't load my save i dont know why

    All of the broken files I've seen so far have had an in-game time that is different from the time in the file name, indicating a prior save was overwritten. The most recent file in this thread appears to have two different sets of garbage data, which implies whatever is happening would be...
  12. L

    Can't load my save i dont know why

    It's not duplicated data, it seems to be old data. from OP: "orgasms":1989 in the valid JSON vs "orgasms":1951 in the extra data and from the save Wafflesnake attached: "orgasms":10 in the valid JSON vs "orgasms":9 in the extra data
  13. L

    Can't load my save i dont know why

    The last 250ish characters got duplicated somehow. Here's a fixed save.
  14. L

    Typos and Etc

    NPC butt stretching is missing a space. // in holeChange .concat(this.assholeDescript())) // to .concat(this.assholeDescript(), " "))
  15. L

    [0.9.106-BACKER#5279] Incorrect checks for Phaedra train machine.

    PQ and LQ checks for fixing the ticket machine on Phaedra are 0.75 instead of 75, effectively impossible to fail. Brings up another problem that if this is fixed Kineticists that aren't bimbos/bros or don't have 75% physique or libido have no way to fix the ticket machine. Other classes have...
  16. L

    Typos and Etc

    Johana Phaedra talk Leitha, but also Leitha is described as "a vast, cold-weather desert and shrubland for the most part, punctuated by several dozen small seas, but no proper oceans." So endless grassy plains seems off.
  17. L

    Typos and Etc

    And the popup title for the spikehawk hairstyle says "Spikey Mohawk" instead of "Spiky".
  18. L

    Typos and Etc

    Regarding "navel", a few more instances Paige intense yoga Anyxine date
  19. L

    Typos and Etc

    Utopian Skies Farrow Facility Probably effluvia? Minor, but there are a number of ’ (right single quote, i.e. TiTS apostrophe) characters replaced with ‘ (left single quote). Easily found using the regex ‘s\b. I count 16 (not including one instance of ‘s that should be ‘S in Paige's...
  20. L

    Typos and Etc

    Crash landing dialog has a few places that say "Sterilax" instead of "Sterilex", one each in Kiki's extended "Pirates" talk and Josie's short and extended "Milking" talks.