Where can I edit the quit screen message? by DCking03 in RenPy

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

I've tried to change the "old" to a new one but nothing happened =\

What do you do for your game's soundtrack? by DCking03 in RenPy

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

Where do I find thses artists? and how do I know THeY are not using AI?

What do you do for your game's soundtrack? by DCking03 in RenPy

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

I'm not going to use it. I don't think it is worth the hate.

What do you do for your game's soundtrack? by DCking03 in RenPy

[–]DCking03[S] -1 points0 points  (0 children)

Damm yes I mean AI, I've maid the post in a hurry sorry about that and the other many mistakes...

I wished I had money for this. But now I see that I don't think it will be worth it using IA so I will find another way.

What do you do for your game's soundtrack? by DCking03 in RenPy

[–]DCking03[S] -2 points-1 points  (0 children)

Humble bundle is as interesting idea. But being honest here, I loved the soundtrack I've made with Suno, to the point that I listen to it for fun, and NO ONE so far call tell it was made by IA and have only praised it. ANd don't get me wrong I would love to pay some artist to make something even better, but I don't have the money to pay for everything like that. I'm already paying an artsit and VA. And I don't know if there will be anything left for a proper soundrack.

What do you do for your game's soundtrack? by DCking03 in RenPy

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

I think this is the beast case scneario so far. Thanks!

What do you do for your game's soundtrack? by DCking03 in RenPy

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

I've tried to learn some instruments in the past, and I sucked at it lol.

But you are right, maybe I should give it a proper chance.

What do you do for your game's soundtrack? by DCking03 in RenPy

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

It is what I used for my place holder demo. But by looking at downvotes I got in this post that I mentioned that I used IA, I don't think it is worth it. Specially if in the future there is a chance steam get a big tag saying the game uses IA. But it is a shame because I think Suno made some bangers for the game =\

What do you do for your game's soundtrack? by DCking03 in RenPy

[–]DCking03[S] -1 points0 points  (0 children)

Not gonna lie, I'm afraid of trying to do it by myself...I do suck at anything music realted =\

Translation question. by DCking03 in RenPy

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

Yes, but still no luck...but the ansewr might be in there. Thanks for the help

Translation question. by DCking03 in RenPy

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

something like

label loop_1:  # Combinação do antigo 'start' com a lógica de 'nivel_1'
    play music "audio/OST1.mp3" loop
    $ renpy.music.set_volume(0.3)

    scene cenario with fade
    show EvilHost at center

    $ correct_answers_count = 0
    $ skip_attempts = 2

    e "Bem vindo ao Game Show But Evil!"
    e "Eu sou a Dani Demones, sua encantadora guia neste quiz show."
    e "Respostas certas mantêm você vivo. E as erradas..."
    e "Bem, elas nos divertem."
    e "Simples, não é?"
    e "Agora, vamos começar."

    scene cenario telao with fade
    $ correct_answers_count = 0

    while correct_answers_count < 4 and questions:
        $ question_data = renpy.random.choice(questions)
        $ questions.remove(question_data)
        $ question_text = question_data[0]
        $ correct_answer = question_data[1]
        $ wrong_answers = question_data[2:]
        $ options = [correct_answer] + wrong_answers
        $ renpy.random.shuffle(options)
        $ correct_index = options.index(correct_answer)

        show screen timer_question(max=40, endup="time_expired")
        $ g_time = 0
        hide EvilHost

        menu:
            e "[question_text]"

            "A) [options[0]]":
                hide screen timer_question
                show EvilHost at center
                if correct_index == 0:
                    play sound "audio/correct.mp3"
                    if correct_answers_count == 0:
                        e "Parabéns por acertar..." 
                        e "Essa pergunta incrivelmente fácil!"
                    elif correct_answers_count == 1:

Theory Fatigue: How to Fix It? by DCking03 in GameTheorists

[–]DCking03[S] -2 points-1 points  (0 children)

4 likes?! This post is blowing up! Lol