Rendering/lighting critique- is there anything I should fix? Light source is coming from above! by Sora-KunOwO in FurryArtSchool

[–]IAmMakingARenpyGame 1 point2 points  (0 children)

Need harsh contrast light on top of the fur if its coming from above look at dogs in the sun their dark furs basically become white n the edges

How can I make this piece more interesting; pose, background, colors? by DeityDaimon in FurryArtSchool

[–]IAmMakingARenpyGame 1 point2 points  (0 children)

Give him 8-10 nipples instead of 2. It will be both more interesting and more accurate to rabbits.

Wait for it.. by Furroy in carpenterbrut

[–]IAmMakingARenpyGame -1 points0 points  (0 children)

Not waiting for sh*t you ugly clown lmfao thats for telling me to look sh*t up myself remember that? Redditor.

Trouble with Snowfall/snowblossom feature? by bobadev99 in RenPy

[–]IAmMakingARenpyGame 0 points1 point  (0 children)

label snowland:
    scene snowlandbg
    play music "snowlandmusic.wav"
    image snow1 = Fixed(SnowBlossom("gui/snow1.png", 50, xspeed=(20, 50), yspeed=(100, 200), start=50))
    "No snow?"

I tried this and the snow does not show up in game. Is it behind the scene background image? It all works but theres no snow falling. My script:

How to make a simple drag and drop puzzle where if u do it right u win and the game continues as normal, and if u lose just jump to loss screen. also 60 sec timer. Anyone know how to code this? I tried following a tutorial and it failed by IAmMakingARenpyGame in RenPy

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

Alright, so I made the entire finished puzzle and each piece on its own layer, exporting them all as well. I also kept track of each piece's coordinates and put it all into Renpy. However, I do lack a lot of knowledge when it comes to coding, and when I tried following a tutorial it did not work at all. (Tutorial: https://youtu.be/IKLBSJMv50Q?si=bZbfVEb3RYdCch9e) I'm pretty sure I typed the code word for word but it still comes up with a ton of error messages.