3.60 star(s) 9 Votes

justaguy44

Member
Jun 30, 2018
104
155
Re: the perception stat. Haven't found any items in the game since the stats were implemented, is there a walkthrough or mod that points out where these items are?
 

Ownoffers

Newbie
Feb 2, 2025
65
89
And about the next release, it still revolves around Lust Bound. This will be v0.5.0! The team is about 15% through the renders, and since we have a holiday on Thursday here in Croatia, we really hope that we will make the release in time. Unfortunately, the knowledge about the possible completion of the version is not always certain this early in the process, but we will surely do our best!
 

talan12321

Newbie
Jun 4, 2024
81
29
Just add one line here to bypass the block and unlock bonus content.
Python:
# game/script.rpy:361
        def get_dollars():
            return 15 # << Add this
            try:
                folder_path = get_secure_folder_path()
                file_path = os.path.join(folder_path, f"{persistent.session_id}.json")
             
                if not os.path.exists(file_path):
                    return 0
             
                tokens = read_from_json()
                if not tokens:
                    return 0
             
                pledge_data = tokens.get("tokens_data", {})
                return pledge_data.get("pledge_amount_dollars", 0)
            except Exception as e:
                pass
            return 0
This is the Crack right, and I just put it in game files?
 

devonY7

Engaged Member
Feb 3, 2020
2,067
3,433
Hi. Is there no nude mode in the v0.4.4? I witnessed the same issue with the latest version of Lust Theory.
In the main menu, it is written that the bonus content is activated.
I think there's no bonus content in the v0.4.4 update.

Normally when bonus content is not activated the icon in the top right corner appears nonetheless but it's disabled (if you click it, it says something like pledge more to unlock bonus content).
from today's patreon post

1750764289547.png
 
  • Like
Reactions: ZenoMod

CJAM2002

Member
Sep 30, 2020
165
217
from today's patreon post

View attachment 4975184
I hope this is not going to be a permanent thing. Having bonus content be released in a patch update is fine and all, but I’m also replaying content I’ve already played as well. If this continues I’ll just wait for the patch updates I think in the future.

I’m also trying to figure out how time consuming the bonus renders are? Change Angle is in the name, the scene is already set you just change the angle of the camera and render again. Nude mode largely just involves taking clothes off, although some change the outfit. Same with slut angle. Does lighting and stuff really change so much with different angles and outfits?

I could be completely wrong on this, and it’s possible that it is much more time consuming than I initially thought.
 
  • Like
Reactions: Grelk

Johnny4smith

New Member
Jun 6, 2023
7
2
Okay, cool. At least they're putting them in instead of moving on without them. But that makes me wonder about the gallery images then. Those have been missing as well. And in the last update for RoT, the changelog even said gallery images were in the update but they weren't. :unsure:

And if they're doing a few patches, I wish they would fix another problem: In one update for Lust Bound (the one with the twins, Haley-beach and Kaley-dance studio) the images are compressed (or something?) and look bad. Same thing happened in a ToT update, the one with the second Anna sex scene and where FMC goes shopping and ends with her finding his phone. This update looks even worse than the Lust Bound one. I have no idea why these two updates had bad image quality but it irks me, haha. I doubt they'll fix it at this point, but it would be much appreciated. :D
 

Hamsunman

Newbie
Nov 3, 2022
36
41
Probably a bit rich of me to say it on a site like this, but I have considered joining their Patreon a few times. Mostly to support this and Undercover with Nora. This is not the first time that LB has been late though in recent times, and since so much time seems to be on LT (which I am kind of bored of now) then I don't know if I'd be happy with what I'm getting out of them.
 

ZenoMod

Well-Known Member
Nov 12, 2022
1,362
1,681
I could pledge if I could choose for which game to pledge, and if that game had a full episode release per month.

It could be done if they didn't develop so many games in parallel.

Curretly they are developing:
1) Undercover With NoraI'm interested
2) Unreal Lust TheoryI couldn't care less
3) Lust BoundI'm interested
4) Thot on TrialNot very interested
5) Resort of TemptationI'm interested
6) Lust TheoryI'm interested

And they have ABANDONED:
7) Limits of SkyI WAS interested

I think it's not fair being forced to sustain "the developer" and not just "a project I'm interested in".

If I'm interested in 4, why should I be force to support all 6?

Thanks god I haven't supported Limits of Sky, otherwhise I'd be angry for having supported it and then the Devs just say... Yeah, I have no idea how to continue the story... besides we have too many projects going on.
 
Last edited:

devonY7

Engaged Member
Feb 3, 2020
2,067
3,433
Thanks' god I didn't supported Limits of Sky, otherwhise I'd be angry for having supported it and then the Devs just say... Yeah, I have no idea how to continue the story... besides we have too many projects going on.
limits of sky may come back in the future .
1750873971567.png
 
  • Like
Reactions: ZenoMod

Embercat

Newbie
Aug 8, 2024
47
70
Hey,

Since the new update is out, just wanted to message in encouraging people to give me their feedback on the game when you play it. As always, it is deeply appreciated and a help to me.

Just to note, last update, a lot of people were asking for a walkthrough or some kind of path guide. I wanted to acknowledge in advance, this has not been added this update, but I am working on something to that effect. It's just not done yet.

Also, this update, as has been mentioned above, has a rather significant chunk revolving around Daisy that can be missed if you did not get access to her webcam channel from her. I'm mentioning this now to try and help those who might be left out by this so you know what you need to do in order to get this scene.
 

jayhho

New Member
Mar 1, 2018
5
30
Lust Bound [v0.5.0] [Inceton Games]

Changelog:
• Renders - 890+
• Animation - 60


Win/Linux:


Mac:

Took me a sec to figure out how to grab the script since Unren wasn't decompiling.

Cracked script. I'll show images of what I've done.

-Removed Line to bypass check
1751045960273.png
1751046060461.png

-Removed lines regarding bonus and replaced
1751046008352.png
 
3.60 star(s) 9 Votes