RenPy Tutorial | Advanced Dialogue Tricks

Поделиться
HTML-код
  • Опубликовано: 7 янв 2025

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

  • @reallycute7603
    @reallycute7603 3 года назад +21

    I am writing a comment to sustain your commitment to this tutorial ;)

  • @ShadowWolf1307
    @ShadowWolf1307 2 года назад +8

    12:49 "i'm not really sure why that is [the vertically centered text going to the left]"
    Easy answer: its for asian laguages like chinese and japanese wich are written noch left to right but right to left. Kanji start in the top right corner and are written down in sentences goin down, only going to the next left row when the line is full to the bottom.
    (in comparison: we right from top left to right until the row is full and then go down and continue writing to the right)

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

    The extend function is great to play a sound in the middle of a especific word in the dialog sentece.

  • @Schiraki
    @Schiraki Год назад

    This video is such a big deal for me! Thank you so much! I found those infos on the renpy page but struggled to realy get how it works. Thank you very much for your effort!

  • @thicbit1965
    @thicbit1965 2 года назад +1

    This video was extremely helpful for me! Thank u so much!

  • @obviousalias9506
    @obviousalias9506 2 года назад +16

    Thanks yet again! It occurred to me that maybe the vcentered text is intended for use with Chinese or Japanese ideogram characters? I've seen vertical text on-screen in certain asian programs and, if memory serves, ideograms are read right to left. Just guessing. Cheers!

  • @scarsofagodlytengu
    @scarsofagodlytengu 4 месяца назад

    Thank you so much, man!!

  • @letranminhkhoa7492
    @letranminhkhoa7492 2 года назад +1

    For the first trick (i.e changing the sprite of the character based on predefined image variables, it just refuses to utilize the auto add voice, which unfortunately, can be solved again by adding another "show" line. Isn't there any way to fix this?

  • @roquepapa1292
    @roquepapa1292 Год назад

    Hello, I need help! I have been looking at different NV engines and I do not end up defining which one to choose. I want something that will allow me to do large projects, on different platforms and that can be localized. The alternatives I see are Renpy or VNMaker or within Unity Naninovel or Fungus. I don't want to program outside the engine and I want to work visually, so I guess Renpy is ruled out... I guess choosing one of the Unity options is advantageous, for example if at some point you want to take the project to Switch or similar... but I saw a A couple of Nani's tutorials and from what I see they are passed by entering the instructions in the text editor, not much difference compared to Renpy :)

  • @VoltitanDev
    @VoltitanDev Год назад

    How did you get Atom to predict what you're about to type?

  • @NoiGS
    @NoiGS Год назад

    Bro what do you use in atom that show you suggestions while you're writing?

  • @satriailhammaulana5500
    @satriailhammaulana5500 2 года назад

    broo, any idea how to delete textbox on renpy android

  • @laurenadzima5200
    @laurenadzima5200 2 года назад

    how do i make this work if my image definitions include a blinking animation?

    • @vodkaonyourlips5313
      @vodkaonyourlips5313 Год назад

      I solved this by declaring an imagine and animate the sprites right there, for example:
      image nathan_neutral:
      "sprites/nathan neutral.png"
      pause 0.3
      "sprites/nathan neutral blink.png"
      pause 0.1
      repeat
      This might be a very amateur way of doing it, but it worked for me.

  • @myvisualnovelquest822
    @myvisualnovelquest822 2 года назад +2

    You might have mentioned this in previous videos. But most of my dialogue, decisions, if statements are done. I'm mostly double checking to ensure the appropriate dialogue matches the decisions and if statements. Is there a easy way to make sure you know what your stats are as you are running the program such as boolean, numbers, etc.. to ensure you dialogue is in the appropriate area? This is becoming more difficult as I get closer to the ending since they become more relevant and I need it to match the endings.

    • @LearningWithBandE
      @LearningWithBandE  2 года назад

      You could create a debug screen...I may cover that in a future tutorial. You can also use developer tools to check variable values while playing the game. Check out my tutorial on dev tools here: ruclips.net/video/s0sA8D61OOs/видео.html

  • @antondank
    @antondank Год назад

    Aprendí con este video mas de lo que eseraba

  • @nosywendigo592
    @nosywendigo592 2 года назад +1

    Great tutorials, B and E. Not sure which one are you since I'm deaf. When's your Luna Luvcraft game coming out?

    • @LearningWithBandE
      @LearningWithBandE  2 года назад +2

      I'm B. :-) E decided she was too cool to keep making RUclips videos with her dad, lol.
      The Luna Luvcraft characters were created by my wife. I was teaching her to use Ren'Py and Daz3d so she could make a game that she had an idea for. It kind of fell by the wayside as life got in the way, so the game never really made it past the 'rough outline' phase. Maybe one day we'll get off our butts and make it, though. It has some really cool ideas behind it and I think people would like it.

  • @MikeDerUnwissende2
    @MikeDerUnwissende2 2 года назад

    Thanks for your video, it was very helpful as you would expect!
    Do you possibly know of an easy to use program or website that can be used to design characters?
    I would look for a free variant here, which I would only use for private RenPy projects.

    • @bethanycrline4459
      @bethanycrline4459 Год назад +2

      picrew maybe would work for you.

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

      Bit late, but Honey Select and Koikatsu are 2 japanese adult programs that serve that exact purpouse and help with that.
      Daz3D is a very popular tool which also works fine.

  • @juanjoperez6248
    @juanjoperez6248 2 года назад

    Hi...! I'm a complete beginner with Ren'Py and I woukd like to ask a quesrion: What program or software use readers to run our Ren'Py made graphic novel or game? I mean, do we have to export our finished work to another software? Thank you!!!!!

    • @miserablepumpkin9453
      @miserablepumpkin9453 2 года назад +2

      Ren'py games should run perfectly fine on their own without any extra programs after you build them

    • @juanjoperez6248
      @juanjoperez6248 2 года назад

      @@miserablepumpkin9453 Thank you so much flor answering my question!!!!!

    • @juanjoperez6248
      @juanjoperez6248 2 года назад +1

      @@miserablepumpkin9453 I mean, for instance when I finish a drawing in Photoshop, public won't need Photoshop to watch it, just any image visualization software in their computers. Therefore, I guessed my Ren'Py work would require another software to run on other people's computers, such as flash or the like... That was the sense of my question. And you have answered that question. Thank you very much...!!!!!

  • @BumMcFluff
    @BumMcFluff 8 месяцев назад +4

    3D rendered characters never look good. Even if it's supposed to be a wholesome family game, it ends up looking like some cheap plastic horror. I realize that it has nothing to do with the coding, but just FYI, I guess.

    • @miserablepumpkin9453
      @miserablepumpkin9453 6 месяцев назад +3

      That's a highly subjective thing though

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

      @@miserablepumpkin9453 I agree. I merely give you my opinion of it.