How to make a simple visual novel in godot 4

Поделиться
HTML-код
  • Опубликовано: 26 авг 2024
  • How to make a simple visual novel in godot 4 using dialogic 2.

Комментарии • 46

  • @risajadewasurendre8298
    @risajadewasurendre8298 10 месяцев назад +30

    I love ALDERONA's voice, Wow. What a talented voice actress

  • @robfrydryck127
    @robfrydryck127 11 месяцев назад +36

    This was amazing!
    Can you please go more detailed tutorials on making a visual novel? No one is really doing this.
    Using all the logic buttons, jumping around to new and old scenes? maybe some advanced techniques?
    Later saving to STEAM adding achievements?
    Love to see a full course on this.

  • @Hdlm_barbar
    @Hdlm_barbar 7 дней назад +1

    Merci mec tu m'as beaucoup aidé et tu as une très belle voix 😂 49:52

  • @danscousincousinsdad699
    @danscousincousinsdad699 Год назад +5

    Holy shit thank you man, I have no fucking idea how but this fixed the issue I was having installing it with it not appearing. Earned the sub man I was going crazy

  • @AviKumarYT
    @AviKumarYT Месяц назад

    Thank you for this tutorial sir, i subscribed and pressed the bell icon. Keep making tutorials for godot ! You are the best !! 🤩

  • @gosugokgosugokproductions6360
    @gosugokgosugokproductions6360 19 дней назад

    Bro you need to create a main menu for this visual novel I LIKE IT

  • @lazyyam7586
    @lazyyam7586 9 месяцев назад +2

    It was a very helpful and good tutorial for me, 10/10 for the voice acting 😆

  • @Johnweak000
    @Johnweak000 11 месяцев назад +7

    This way better, don't need InputMap:
    func _unhandled_input(event):
    if event is InputEventKey:
    if event.pressed and event.keycode == KEY_ESCAPE:
    get_tree().quit()

    • @JoystickJamboree
      @JoystickJamboree  11 месяцев назад +6

      Hey Thanks, I learned something new today :)

    • @Johnweak000
      @Johnweak000 11 месяцев назад

      @@JoystickJamboree Your tutorial is very useful.

    • @dopamine811
      @dopamine811 10 месяцев назад +1

      This looks more simple, but if the game needs to support gamepads, InputMap method can work better. Isn't it?

    • @Johnweak000
      @Johnweak000 10 месяцев назад

      Input map is indeed more convenient. But it is not the best choice for designing reusable modules.@@dopamine811

  • @ozangozoglu6155
    @ozangozoglu6155 11 месяцев назад +17

    I was getting scared i would have to use renpy. Thank you so much

    • @XMansive
      @XMansive 10 месяцев назад

      What’s wrong with renpy?

    • @ozangozoglu6155
      @ozangozoglu6155 10 месяцев назад +7

      @@XMansive i had kinda challenged myself to do all my work in godot and i didn't come across a lot of vs novel tutorials, so switching to renpy would have meant defeat.
      There is nothing wrong with renpy, besides for the fact that of you create a visual novel rpg with lots of items, its going to get slower the closer you are to the end.

  • @oxxn111
    @oxxn111 3 месяца назад +1

    thank you! great voice acting by the way!

  • @epicsomethin1635
    @epicsomethin1635 Год назад +4

    dude the voices were hilarious! you earned a sub

  • @pietraderdetective8953
    @pietraderdetective8953 10 месяцев назад +1

    Never knew there's s tool in Godot to make a visual novel..great video!
    Liked and subscribed!

  • @JoystickJamboree
    @JoystickJamboree  Год назад +3

    Alright! I'm on the case.

  • @Marm1803
    @Marm1803 9 месяцев назад +3

    Why does Alderona sound like 'Gonzo' from the muppet show? Quality ending by the way

    • @JoystickJamboree
      @JoystickJamboree  9 месяцев назад

      AHAHA ... Not gonna lied I died with laughter reading that.

  • @skizzoidsgames1188
    @skizzoidsgames1188 9 месяцев назад +2

    yo bro ya know what doesn't exist on youtube? turn based combat and party management tutorials and with unity fallout gadot seems to be picking up steam, thats why i am here lol

  • @alan112223
    @alan112223 11 месяцев назад +1

    Man, you are a legend. Subscribed.

  • @Jay-pg6zg
    @Jay-pg6zg 7 месяцев назад

    nice tutorial ty and amazing voice acting

  • @omiorahman6283
    @omiorahman6283 Год назад +1

    The tutorial is helpful .
    Make more tutorials

  • @serdalyeter679
    @serdalyeter679 7 месяцев назад

    Thanks for the video man! Really helpful. Are you going to continue with Dialogic 2 videos? It would be awesome to follow you :)

  • @aesopbuns
    @aesopbuns 6 месяцев назад +1

    none of the dialogic zip files i download doesnt have the gameui file, what should i do?

    • @JoystickJamboree
      @JoystickJamboree  6 месяцев назад

      Try this out :)
      -Get the latest version of godot.
      - get the latest dialogic 2 from the github repo .
      I came across this issue once and this fixed it for me.
      Let me know if that does anything .

  • @babelette
    @babelette 5 месяцев назад

    I want to hire voice acress for the girls voice, so angelic. XD

  • @syarifdraws3747
    @syarifdraws3747 9 месяцев назад +1

    W voice acting. 1 Sub added :v

  • @michaelW6
    @michaelW6 6 месяцев назад +1

    bro the female voice 😂😂😂

  • @user-dy8uj5hk3i
    @user-dy8uj5hk3i 6 месяцев назад

    Make more of these please SHHAHHAHAHAHAAHAHHA

  • @Johnweak000
    @Johnweak000 11 месяцев назад

    love it. Subscribed.

  • @rumiharrison5586
    @rumiharrison5586 8 месяцев назад

    51:40 best part😭😭

  • @pablofernandez2894
    @pablofernandez2894 8 месяцев назад

    Fantastic voices xDDD

  • @ceyhundirilce
    @ceyhundirilce 9 месяцев назад

    Hello, thank you for your video. There's one place in Dialogic that I'm stuck on. I added the csv files to the project for translation and made the necessary changes to the project settings. I don't know what I should do next. Can you help me?

    • @JoystickJamboree
      @JoystickJamboree  9 месяцев назад

      have you figured out your problem ? I'm curious to know what the issue is?

    • @ceyhundirilce
      @ceyhundirilce 9 месяцев назад

      Yes, I solved. In Dialogic, buttons had to be pressed in the translations section. (Update CSV files and Collect translations)

  • @Kurrykori
    @Kurrykori 11 месяцев назад

    dawg i need links..please..

  • @cactuz116
    @cactuz116 8 месяцев назад

    volumes reallly low

  • @dopamine811
    @dopamine811 10 месяцев назад +1

    41:47 😂😂

  • @rashayoung
    @rashayoung 11 месяцев назад

    HAHAHA

  • @phillleif
    @phillleif 7 месяцев назад

    Thanks! Not a ton of resources out there for Dialogic 2, so thanks for doing the good work 🫡