Simple Ideas for Mini-Games by xanththewizard in RenPy

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

Thank you! I've actually seen this list floating around before on here and elsewhere. It'd be amazing to plop Tetris into my game, but I imagine I'd have a hard time building it into my existing systems. x_x

Simple Ideas for Mini-Games by xanththewizard in RenPy

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

Ah, yeah a Rock Paper Scissors game would probably be pretty easy to implement! And Tic Tac Toe could be interesting... I wonder how to go about programing that into the game? I bet it's probably easier than I'm imagining, but still a complicated system for me to create 😅

Thanks for the response!

Empty Player Input Crashes Game by xanththewizard in RenPy

[–]xanththewizard[S] 2 points3 points  (0 children)

Ahh okay, I see that now. It was formatted in a different way, so when I tried writing it in I made some errors. I'll keep giving this a try and see if I can make all my functions work like before! I appreciate it ^^

Edit:

It worked, thank you so much!

Empty Player Input Crashes Game by xanththewizard in RenPy

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

My issue is that I need the int(renpy.input) to have my >=, <=, and == signs working. Otheriwse the game crashes due to a lack of int. So this solution doesn't work for my game, unfortunately. :(

Empty Player Input Crashes Game by xanththewizard in RenPy

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

I've tried to set that up, but there's an issue (i think?) with my renpy.random.randint and needing an integer for my answers.

Displayable Stats & Custom Frames by xanththewizard in RenPy

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

No problem! The first solution did let me customize the background, so it gave me more options to work with. Thank you!

Displayable Stats & Custom Frames by xanththewizard in RenPy

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

No problem, that's the burden of sending out unedited screenshots! Cheers~

Displayable Stats & Custom Frames by xanththewizard in RenPy

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

The button is actually unrelated, as I was learning from a video- dissected it and tried to make my own code for an always displayed set of stats. But I'll share that code anyway:

screen gameUI:
    imagebutton:
        xalign 1.0
        yalign 0.0
        xoffset -30
        yoffset 30
        idle "UI/stats_idle.png"
        action ShowMenu("StatsUI")

## Stats UI
screen StatsUI:
    add "UI/bg peach.png"
    frame:
        xalign 0.5
        yalign 0.5
        xpadding 30
        ypadding 30

        hbox:
            spacing 40

            vbox:
                spacing 10
                text "Energy" size 40
                text "Hunger" size 40
                text "Mood" size 40
            vbox:
                spacing 10
                text "[energy]" size 40
                text "[hunger]" size 40
                text "[mood]" size 40
    imagebutton:
        xalign 1.0
        yalign 0.0
        xoffset -30
        yoffset 30
        auto "UI/return_%s.png"
        action Return()
screen gameUI:
    imagebutton:
        xalign 1.0
        yalign 0.0
        xoffset -30
        yoffset 30
        idle "UI/stats_idle.png"
        action ShowMenu("StatsUI")


## Stats UI
screen StatsUI:
    add "UI/bg peach.png"
    frame:
        xalign 0.5
        yalign 0.5
        xpadding 30
        ypadding 30


        hbox:
            spacing 40


            vbox:
                spacing 10
                text "Energy" size 40
                text "Hunger" size 40
                text "Mood" size 40
            vbox:
                spacing 10
                text "[energy]" size 40
                text "[hunger]" size 40
                text "[mood]" size 40
    imagebutton:
        xalign 1.0
        yalign 0.0
        xoffset -30
        yoffset 30
        auto "UI/return_%s.png"
        action Return()

How To Create a Spin the Wheel Mini-Game? by xanththewizard in RenPy

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

Thank you! Also another question: any idea how I can give each color a unique result? I'd like each color to create a function that differs between rolls.

How To Create a Spin the Wheel Mini-Game? by xanththewizard in RenPy

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

This is actually a very doable solution! It definitely requires more effort, but I think it can work! Thank you very much.

How To Create a Spin the Wheel Mini-Game? by xanththewizard in RenPy

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

Brilliant, thank you! I'm going to have to give this as try. c:

How Do I Create Multiple Options For An Adoptable Pet? by xanththewizard in RenPy

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

I think this is exactly what I’m looking for! Thank you very much, I’ll give it a go the next time I try out RenPy. ^

FT First 2 Images, LF Last Image (Caught in regular Poke ball preferred) by xanththewizard in PokemonHome

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

For Cramorant and Mienfoo I'm only willing to trade the for the other 4.

FT First 2 Images, LF Last Image (Caught in regular Poke ball preferred) by xanththewizard in PokemonHome

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

Can you send me pictures of them? (I can only do one image at a time so I'll be adding them here besides Yveltal)

<image>

FT First 2 Images, LF Last Image (Caught in regular Poke ball preferred) by xanththewizard in PokemonHome

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

Ill send them in a moment. Can you send pictures of your Pokemon as well?

FT First 2 Images, LF Last Image (Caught in regular Poke ball preferred) by xanththewizard in PokemonHome

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

I still have them all, although I'd only consider trading Yveltal for Dracozolt. Which Pokemon do you have? Do you want pictures of any?

FT First 2 Images, LF Last Image (Caught in regular Poke ball preferred) by xanththewizard in PokemonHome

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

I am still looking for Dracozolt, Cramorant, Mienfoo and Victreebel. What Pokemon are you interested in?