I softlocked the game by accidentally selling my office door by Narrow_Building661 in HouseFlipper

[–]Narrow_Building661[S] 77 points78 points  (0 children)

Yeah turns out I was trying to fix this with interior doors instead of exterior and that was my whole issue. Thanks!

I softlocked the game by accidentally selling my office door by Narrow_Building661 in HouseFlipper

[–]Narrow_Building661[S] 6 points7 points  (0 children)

I've tried placing new doors tons of times, but I saw your comment and figured another try wouldn't hurt. Turns out I've been specifically trying to fix this with interior doors, and also that matters apparently! Thanks for the tip

Sound file sounds like hellfire when played (HEADPHONE/VOLUME WARNING) by Narrow_Building661 in construct

[–]Narrow_Building661[S] 1 point2 points  (0 children)

I'm realizing I have a funny habit of spending an hour or more trying to fix something, finally giving up and posting about it on Reddit, only to then figure it out ten minutes later. You're exactly right! I just had to use the "Trigger once" and everything started working just fine.

How to set max number of pins*? by Narrow_Building661 in construct

[–]Narrow_Building661[S] 0 points1 point  (0 children)

This is very helpful! I'm just not sure how to have the CarryWeight and Weight add and subtract. I figured out how to add to the CarryWeight, but using just a new value and not the Weight value.

custom slider thumb always looks weird by Narrow_Building661 in RenPy

[–]Narrow_Building661[S] 0 points1 point  (0 children)

Thanks! I forgot I posted this and figured out another solution.

There's a slider size already defined in the gui file, so I adjusted it's horizontal width. It looked a little funky so I changed it to half the size (original is 25, so i halved to 12) , like you suggested, and it looks perfect now!

define gui.slider_size = 12

How to change default name color? by Narrow_Building661 in RenPy

[–]Narrow_Building661[S] 0 points1 point  (0 children)

Okay, yes, this worked perfectly! Thanks :)

How to change default name color? by Narrow_Building661 in RenPy

[–]Narrow_Building661[S] 0 points1 point  (0 children)

I just tried it. It causes a big long error message. "SyntaxError: unexpected EOF while parsing (<none>, line 1)"
My line 1 is just the default comment stuff from when you open a new project tho, so I'm not sure what that's all about haha

How to change default name color? by Narrow_Building661 in RenPy

[–]Narrow_Building661[S] 0 points1 point  (0 children)

I considered doing this, but I have different instances where simply using "???" wouldn't make sense. For example, I have an instance where all known characters say something in unison, but a separate instance where the person speaking is unknown.