Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

clubzfanboy

6
Posts
A member registered Oct 05, 2023

Recent community posts

Is there any crash message displayed? Have you tried using an earlier save and doing things differently?

El motor del juego es Ren'py (Python)

(1 edit)

The android version's screen is kinda finicky. Be sure to set the screen resolution and dead areas under Options, and try turning the screen upside-down to update the mapping of what's where. Works pretty darn well once you do all that.

(11 edits)

Questions for the devs:

  1. Can Scrap's Corruption actually reach 4? https://lustful-desires-wiki.fandom.com/wiki/Scrap#Corruption (most of scrap.rpy)
  2. For the "virgin for Logan" route, it'd be nice if the Full Moon event log only checked bar_shop_third_date.limit > 0 instead of telling you to get Bernard's 3rd heart (quest_log_screen.rpy#3078) for the rest of the event
  3. The Matriarch fight aftermath code in Country Road is kinda buggy https://lustful-desires-wiki.fandom.com/wiki/Matriarch#Fight (forest_bridge.rpy#431-478) (I think flag_3 == 3 should be flag_1 == 3? And the code seems like ending the fight by depleting your sanity might use the last_battle_result from a previous battle due to script.rpy#7058 in label battle_result)
  4. Could you allow e.g. Emerine Arrows to grant Illumination for Cave exploration (script.rpy#2016, check_equip_light) without requiring you to also have a Ranged Weapon equipped?
  5. I don't think northcrest_brothel_rec_bandits can ever be completing without paying out of pocket because northcrest_brothel_rec_bandits.progress[0][2] is never incremented by stealing from bandits? misread the code, stealing from 10 bandits gives the same rewards as fronting the costs yourself
  6. The Banana is not actually consume-able. It is marked as "resource", which is correct, but also "consumable", "restore", and "cook", even though it cannot actually be consumed or "cooked" with (it can, however, be "crafted" into a Fruit Basket). Since it's described as "Quite tasty on its own", I'm guessing you forgot to add consume code.

I got it by checking my reputation menu after taking Scar through the Murcad's Cove by seducing and dominating every enemy

(1 edit)

Is there any way to open the door in the Junkyard ruins "from the other side", or obtain a Fire Plate?

Also, "Name 'fishvil_scar_murcad_whore_timer' is not defined."