Simplified Ren'py Tutorial

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

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

  • @primaryhoodies6386
    @primaryhoodies6386 Год назад +274

    I decided to turn the webcomic I was planning into a visual novel. And I’m so grateful for these tutorials, because while I have the art/writing down I get completely lost at coding. It’s very well explained and thank god for copy pasting. Thank you!!!!

    • @primaryhoodies6386
      @primaryhoodies6386 Год назад +23

      Update: after hours of trying to make an original dialogue scene with my own sprites/background I finally got one working (with 0 copy paste!) and god it’s so satisfying to play it. Even if it’s just one question. It’s definitely motivated me to keep going and make a game.

    • @bigdavebaby
      @bigdavebaby Год назад +17

      @@primaryhoodies6386 Lol it’s actually the opposite for me, I’m horrible at the art and not bad at the writing, but the coding is where I excel, if you needed help with anything lmk!

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

      As he was talking about name and then their dialog I was surprised with how that's how I wrote my first novels character dialog with how their expressions are in parenthesis so the reader can understand their reactions and gestures 😂

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

      I'm the exact same!! It was so hard to write for and just a series of boss battles anyway, so i'm going to turn those boss battles into little fights in renpy idk how to explain

  • @mateoomar23
    @mateoomar23 10 месяцев назад +32

    You're already a lifesaver bro. While I don't know how to use/adapt most of the code you let us borrow, the parts that I did know how to use miraculously fixed an image-rendering problem I've been trying to solve for like 12 hours. So thank you.

  • @Terrorose
    @Terrorose 2 года назад +140

    This is actually a very good explanation of renpy codes. Excellent!

    • @vimi
      @vimi  2 года назад +6

      Thank you!

    • @MageSkeleton
      @MageSkeleton 8 месяцев назад +1

      i'm glad you found this helpful, this "tutorial" is overwhelming and goes into things that seem irrelevant to what i want a tutorial for as a beginner looking to use RenPy.

  • @chainsaw1333
    @chainsaw1333 Год назад +41

    as someone who is beginning to make a visual novel, this is so helpful and easy to understand. keep up the good work!!

  • @shaynsnyolo
    @shaynsnyolo 2 года назад +76

    Man you simplified renpy for me thanks hope this channel grows a lot 💯

    • @vimi
      @vimi  2 года назад +3

      I hope so too!

  • @catsandbooksforever5672
    @catsandbooksforever5672 Год назад +14

    After a tough break getting back into making my own visual novels. These tutorials are simple, easy and get to the point. They've helped me a lot to the point I think I might actually finish one of my ideas this time.

  • @nocoarto
    @nocoarto Год назад +17

    The more i think about it the more amazing Renpy games that i've played!
    I simply amaze by their determination to make games, it's very cool!

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

      It's a cool engine, and a cool community!

  • @MageSkeleton
    @MageSkeleton 8 месяцев назад +11

    i'm glad everyone else finds this helpful, i don't understand how. This "tutorial" is overwhelming and goes into things i really don't care about and seems to explain nothing i want to learn. However, if i was "seasoned" and knew the basics of how to use RenPy and potentially had experience with how to make a basic game i am sure i would find this helpful.

    • @vimi
      @vimi  8 месяцев назад +2

      What is this not covering that you're looking to learn?

  • @ms0jakson
    @ms0jakson 2 года назад +19

    I really needed it like 4 years ago and there were only old documentations. Thank you so much! It really helps a lot. Sub of course

    • @vimi
      @vimi  2 года назад +6

      You're welcome!
      I agree, the documentation can be pretty diffcult to parse, especially for people coming in without a developer background - I'm really making a strong effort to demystify the whole programming process!

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

      @@vimi We all are grateful! Videos are very clear, very well described and everything seems so easy with it!
      Please keep it up! haha :D

  • @danebirbhaha7520
    @danebirbhaha7520 6 месяцев назад +4

    This is a godsent, creating a visual novel is one of my dreams, and while im a decent artist and writer, i haven't programmed in my life (well, i know the basics of html)

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

    Your vids have been super helpful while I'm relearning how to code lol I decided to turn my novel into a webcomic, and then the webcomic into a Visual Novel with RenPy. Kind of like an Otome game, because romance, but darker. Thanks so much!

  • @NeilRoy
    @NeilRoy 2 года назад +17

    I have used various versions of Python (the language RenPY uses) in various game engines and I have to say, after years (decades) of programming in C, I rather enjoy Python/RenPY. It's a very nice language, super easy to use. There's tons of RenPY stuff out there to learn from (I like examining other people's code mostly). Searching for Python information helps as well. I just got one looking for a Switch function in python (it's a C function that if similar to the whole "if, else" etc... only more efficient) and Python doesn't have it, but it has some nice alternatives. Anyhow, nice little video, good advice.

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

      It's a fun language! Lot's of weird learning curves, because so many people are coming in with little to no programming knowledge, but it's always interesting seeing people's different solutions to Ren'py implementation!

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

      @@vimi Yeah, knowing C programming helps with learning most other languages as many owe their existence to C. I noticed Python is more text based, which is perfect for RenPY games. It's been pretty easy for me to learn, I recognize a lot of things in it from C. It's just learning the differences and understanding that Python/RenPY are scripting languages as opposed to C which is compiled.

  • @troutymctrouttrout3809
    @troutymctrouttrout3809 2 месяца назад +3

    Hi, 1st time stumbling across your channel. Just starting some courses on basic programming and software use for the purpose of making a visual novel. It's a fun side project but I've never delved into this world before. Did I mention I'm old? LOL Anyway while a lot of this is over my head on a 1st pass you explain things well and since it's on YT I can pause and replay as many times as I like until it sets in. This is extremely valuable and I look forward to checking out more of your vids! Subbed.

  • @chibixchan4425
    @chibixchan4425 2 года назад +28

    This video and this channel is what I needed ☆ the video is fun and easy to follow! Thanks☆

  • @Gleamiarts
    @Gleamiarts 2 года назад +13

    Thanks for the tutorial! You really break it down so easily :D

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

      No problem! Just glad to help!

  • @maif3ng
    @maif3ng Месяц назад +1

    This helped me save a lot of time on making my visual novel. :3

  • @markmalevolent9384
    @markmalevolent9384 Год назад +12

    Wow. Um... I feel dumb af now because everyone else is commenting on how much this helped and I still don't even understand where to start.

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

      Start here: www.renpy.org/latest.html

    • @ChelissaMoon
      @ChelissaMoon 6 месяцев назад +2

      Be patient with yourself. It’s not a contest in speed. I think watching the CS50 python course or playing with an app like Mimo can help a lot.
      I’ve been doing that recently unrelated to this, and I noticed it helped me understand some of what was going on here. Good luck.

  • @yalcinsynth
    @yalcinsynth 2 года назад +5

    Underrated video...
    Thank you for the code and for the explanation.

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

      Thank you! I'm trying my best to graduate from "underrated" to "overrated"!

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

      @@vimi GOOD LUCK! LOL

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

    Thanks for all this content, it's really helpful, except for the screaming coach part that was terrible, I'll have to rewatch the whole video 5 times for my brain to work again but very helpfull channel

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

      there's a reason i have not used the coach again lol

  • @whatnofooddoestoanmf
    @whatnofooddoestoanmf 2 года назад +11

    THANK YOU FOR THIS VIDEO- I've been trying to wrap my head around renpy and this is really helpful TwT✨ I have a question tho, I dont quite understand what the read me text is for and if it's really necessary to add some licensing stuff?

    • @vimi
      @vimi  2 года назад +3

      From the sample script I put on github? I think I pressed some checkbox I didn't mean to, and github added it 😅 It's not necessary!

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

      @@vimi oh no I meant in like the policy thing on renpy you need to add a readme text saying we needed to add a license?? So I was wondering if adding a license was optional or not (^w^;;)

  • @anthonyschwartz1084
    @anthonyschwartz1084 2 года назад +4

    Thank you for the content! Subbed! Hopefully I can finally actually finish a game lol

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

      Best of luck on your journey!

  • @celescoles
    @celescoles 2 года назад +5

    Hello! Thank you for the amazing tutorial! I am curious about how variables behave when the player rolls back to a choice. Does it rollback the code as well? Like, for example, I always give one "good" and one "evil" choice to the players and every time the player chooses one of them I add +1 to "evil" or "good" variables. If the player changes their mind and goes back and picks the other option, does the variable of the initially chosen option go back to the before choice value?

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

      If you use the variables functionality like I've shown here, it should roll back the user choice and consequences; if they roll back, past where they made a "good" choice, then that variable gets a value removed from it.

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

      @@vimi Thank you so much! That helps a lot!

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

    The man did an irl pog for learning renpy

  • @psychospeech6189
    @psychospeech6189 4 месяца назад +2

    Hey there! I don't know if you will see this, but I am an extreme newby to Ren'py.
    I wanted to know if all of the potential gane has to be written in one script or can multiple smaller scripts be used?

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

      You CAN write it in one script, but if you write it in multiple .rpy files, ren'py will automatically parse all of them for the appropriate code.

    • @psychospeech6189
      @psychospeech6189 4 месяца назад +1

      @vimi yo man thank you so much!
      Your videos have been really helpful, it gave me the confidence to try my own game

  • @vatosflokos3290
    @vatosflokos3290 2 года назад +12

    Excellent tutorial. But I had to set playback speed at x 0.5. You are too fast for me :-)

    • @vimi
      @vimi  2 года назад +3

      I'll try to slow down for my next tutorial!

  • @I.G.D.R
    @I.G.D.R Год назад +3

    haha copy / paste 🤣 thank you for the Tutorial ! I have been learning different visual novel engines ( working with visual novel maker at the moment ) but I have been wanting to learn Ren'py

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

      It's worth trying out! I'm also expanding my horizons with some other engines!

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

    I wanted to see how I would understand your script just looking at it before you went through, and I love the silly elif in question select that in three arguments basically just means "Two". XD

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

      I had to find a few ways to sneak a lot of ideas in a couple lines of code 🥵

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

      @@vimi Yeah I understood that after watching you explain it. without context it just seemed like a funny joke at first. ^^;

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

    0:18 The devs of world died at this point… whether in indignation or out of recognition of our evil secret…I’ll never know. I’m dead.

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

    Do the tag and attribute really need to be in lowercase for Renpy to function [correctly], or is that just a style standard devs are expected to follow for style consistency?
    Asking because it always looks weird to me to have a character name not capitalized, so i'm capitalizing the character names but unsure if that's gonna screw me over once i get a desktop computer someday to run the Renpy code i'm writing a first draft of on mobile lol

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

      With images, ren'py forces all images into lowercase. If you write "Eileen" instead of "eileen", it will break.
      If you need to rewrite the code later on though, you can do a simple "replace all" command in your text editor.

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

      @@vimi Alright then.
      Thanks for the info!

  • @PasseggeroOscuro
    @PasseggeroOscuro 2 года назад +3

    Hi VimislikArt, I discovered your channel and it's very useful. Will you make a video about minigames made only with Renpy? (if it is possible)

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

      Yup! My first Visual Novel, King of the Cul-de-sac, was chockful of minigames, my next Visual Novel will have a few, and I'll probably make a video that just shows minigames I've made!
      The only trouble is, so many people want to see the code for these things, and it's not always cleaned up and documented for other devs, and I don't have time to rewrite that kind of stuff, so when I make a minigame video, it will probably just show 3-4 basic coding concepts, and show how to combine, arrange, and contexturalize them to make dozens of different minigames!

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

      ​@@vimi It looks really cool! I look forward to the day you release the video. In the meantime, I continue to follow you and learn. Thank you so much for the passion and the content you gift!

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

    Thanks for the tutorial, but dam 5:15 scared me xD

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

      on retrospect, it was a bit much

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

      Bro, I'm sitting at home almost 18 years after school, and I thought it was the start of the fire alarm from my high school.

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

    Hello, how often would you say the library undergoes significant updates? Another way to ask the question would be how old is too old for renpy documentation/tutorials?

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

      For the most part, the dev team has been working hard at making sure most of the script remains consistent across different versions and updates!
      For instance, the basics I'm covering in this tutorial, have remained relatively unchanged for 15 years!
      The biggest difference for each new release of ren'py will be new features and QOL updates. These don't depreciate old code, but give you more options for solutions, or let you write things more succinctly.

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

    It was really helpfull but i want to ask is theres any way to change the size or scale of the textbox/dialogue box ??

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

      Yup! I cover a lot of that in my GUI customization video, but this part of the ren'py documentation covers most of the basics - these are all adjustments that can be made directly in the GUI.rpy file -
      www.renpy.org/doc/html/gui.html?highlight=textbox#dialogue

  • @Ilikegreen
    @Ilikegreen 2 месяца назад

    what text editor do you use?

  • @Meruem_Mondiale
    @Meruem_Mondiale 2 месяца назад +1

    Is renpy safe to download? My PC is telling me it may harm the device, even tho i downloaded it from the right website

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

    Thanks you deserve more subs

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

      I'll try to keep up my quality so I'll always deserve that comment 🥰

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

    Hi, what software is that you use to write? I'm using writter (libre office) but it''s a total mess

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

      Here I'm using Atom Editor, but now I use Visual Studio Code.

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

      @@vimi your screen is so pretty, I donwloaded this Visual Studio Code, but everything is black/white. I guess it's gonna be a hard time haha. Thank you for you efforts.

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

    Thank You Very Much !!

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

    Would it be possible to do a tutorial on quest systems?

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

    Thank you! this help so much but the only problem that I am having is what kind of coding software to use
    any recommendations on what to use??

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

      Stick with whatever your ren'py launcher is recommending , and open your scripts directly through your launcher!

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

    Which coding software did you use with ren'py to be able to commit it to github? I tried xcode but it hates ren'py and visual studio code doesn't like it either. I'm writing a novel but want any future employers to see that im actually working on things with the commits. Thanks in advance.

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

      You can just manually upload things to github, or you can install an extension to upload directly to github
      code.visualstudio.com/docs/sourcecontrol/github

  • @Ang_Meh
    @Ang_Meh 2 месяца назад

    I got a problem, when I try to write any command like "Label" it does not change color and I do not see any change

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

    Please tell me how making your character / sprites looking left and right please....

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

    I'm new to Renpy, but is there a code that will start your sentence at the bottom of the previous sentence, for example, using short words like "us, I and we" becomes stuck at the top when I want it to begin at the bottom.

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

      You want to use the tag "extend" instead of the character name, like in the example below:
      www.renpy.org/doc/html/dialogue.html#special-characters

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

    when i put the code of the music it doesn't play. i put the code in correctly. is my renpy bugged or is there something im missing?

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

      I'd have to see the code to know for sure!
      A likely culprit is that the audio file isn't being referred to correctly. If the audio is anywhere other than the base game folder, it needs to have the file folder in the file name, like ""audio/sound.wav".
      Ren'py can also be a little fiddly with file formats, too - try using an mp3 file, a few different wav formats, and an ogg file, and see if that makes a difference!

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

    What do you use for your code?

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

      I use Visual Studio Code now, but in this video I was using Atom Editor.

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

    "...untill I learned the deep dark secret about the world of programming... Copy and paste! Programmers just pass around bits of code like it's candy or something on Halloween"
    In the single most sarcastic voice you can imagine: oh no. he found out. our lives will be ruined. aaaaahhh...
    Anyways guys, anyone know how to make a tree component in Vue.js? I need some code to copy!

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

    I launched Renpy for the first time today. I'm an Idiot.
    I have questions:
    1. What editor am I supposed to use? Atom? System Editor? (I selected Atom)
    2. Where do I paste your code? I selected script.rpv , but then...
    3. I get an "an exception has occurred" error upon clicking the screen one more time after choosing fox or dog in the tutorial's game.
    Is that supposed to happen because it's a tutorial, or did I paste it wrong?

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

    welp, down the rabbit hole i go.
    the project I'm working on is most likely gonna get canned, but here's to trying.

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

    I have so much trouble understanding all of this. When it is as simple as adding one or two words to simple commands... I get it. But code becomes so easily tangled in my mind, trying to listen and watch to an explanatory tutorial becomes a real challenge. Anyone here has any recommendations to make it even simpler ? Like explaining to a 5 year old.

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

      If you have any specific questions, feel free to ask me, but I've found the best method to learn is to just download ren'py and play with it yourself!
      A lot of the code I included in here isn't necessary for every game. In some cases, I built in redundancies just to highlight the more commonly used features of ren'py that you can use!

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

      @@vimi As of right now, I don't have a lot going on. I believe I felt very overwhelmed because I was trying to learn everything at once. I do have Ren'Py and I started looking at the codings of the tutorial and The Question, but haven't gotten myself to actually type anything.

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

    You are the best.

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

    How do you distribute a renpy game?

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

      When you build the game, it will export as a zip file, which you can distribute on a number of storefronts. Itch.io is the most common one indie devs use, and others use steam, but the Apple store and Google play stores are also options.

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

      @@vimi 👍

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

    Learning DAZ, Blender, and Renpy at the same time is becoming a daunting task 😂

  • @juliannaquino-torres2742
    @juliannaquino-torres2742 2 года назад +2

    I understand what im looking now at but still feel confused (maybe it was because there was alot info) , your other videos are good tho like writing one it helped alot .

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

      It takes a bit of time to really feel comfortable with it, but the more you code with it, the more natural it feels!

    • @juliannaquino-torres2742
      @juliannaquino-torres2742 2 года назад

      @@vimi after 3 hours i got it, and this video helped

  • @un-idiot1744
    @un-idiot1744 10 месяцев назад

    How do i do the licence thing theres no tutorial

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

    You really made a good job with this!..... but..... how do i was ask question?

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

    i show an imagen at the begining of my dialogues but even before clicking it show the image very fast and skip to the next show I have, do you know why? :(

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

      The show command only draws on the screen, it doesn't include anything about pausing. If you want the game to pause after it, you have to put a command or statement after it (on the next line, that is) that either wait for player interaction, such as a line of dialogue or renpy.input( ) (which is used for getting typed input like player name),
      or put the wait command (which takes a time parameter in decimal seconds, like
      wait 0.1
      to wait one tenth of a second)
      If you're doing a basic self-made animation, it will be show commands alternating with wait commands, like for example
      show protag happy
      wait 0.1
      show protag jumping
      wait 0.1
      show protag airborne
      wait 0.1
      or whatever

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

    Спасибо за субтитры. Кстати, когда новое видео?

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

    Hi! can I use the "jump" cmnd to jump another rpy file? ie.
    day2.rpy(the cmnd distination) day1.pry(the cmnd departion)

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

      Yup! If you type in "jump" followed by the label name, it will parse all of the rpy files to find the label you need to jump to!
      I like to arrange my game so each big chunk of my game is placed in a new rpy file, so it's easy for me to parse!

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

    ngl I clicked cause of Taiga. But this was really interesting.

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

    Thank you

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

    on my computer and phone it says renpy iisnt safe so i cant use it :(

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

      Stay safe!

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

    Im potato. can you add a little edit on how to use the sample script pretty please

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

      You can replace "script.rpy" in the ren'py tutorial game with this file, if you need to see it working in-game, but I don't think that's entirely necessary!
      Instead, I'd recommend copying + pasting whatever chunks of code you need to get your game started. Eventually, you'll figure out the syntax on your own (keep in mind proper indentation!), but a lot of the nitty gritty details you'll only learn by making errors and fixing them on your own!

    • @gyrozeppali3734
      @gyrozeppali3734 2 года назад +3

      @@vimiI got it working, thanks man! Its going to help sooo much messing with something like that. im working my up to date with your older vids, keep it up man! this channel is a literal treasure, and you have a heart of gold. looking forward to being up to date!

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

    Thank you for that information. However, this is not what I am looking for.
    example:
    "words words words words words words. I
    thought that was helpful"
    as you can see the "I" is stuck at the top i want to start at the bottom.
    "words words words words words words.
    I thought that was helpful"
    i tried using the "vspace" but it has noticeable gap even at 0.

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

      use "/n" (backslash+n) whenever you want a line break.

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

      Thank you! that's what I needed. and it's "
      " by the way.

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

    I can not for the life of me, wrap my head around what a python statement is and what the question tally thing is for.

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

      "Python" is a computer language we can program with! A "Python statement" is something we're telling the computer to do in that language.
      The "$" mark means "we're using Python code, not Ren'py script". For the question tally, we're using Python code to tell the computer to define a value, and when we tell it to, to increase that value!

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

      @@vimi That definitely helped.
      But why would we need to increase a value, what does it mean to increase or decrease it?

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

      ​@@echosama618 If we want to have any record of player decisions that we can use later, we need to save that information as a variable.
      If you want to see some some of them in action, check out my Day/Night video, and my RPG battle engine video!

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

      @@vimi oohhh, that makes sense. Thank you for explaining, it really helped a lot! I definitely will check those videos out, I have a lot to learn! :D I'm really glad you make videos on this topic lol, it's helped a lot of people I'm sure.

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

    What’s crazy is that I code… but I can’t draw LOL irony

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

    The script worked until she said 'very... sleepy....'

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

      Before, after, or during that line? How did the script not work; was it an error, or was there something on screen you didn't expect? I just tested the code on my side, and the only issue was that the .ogg music file isn't in a new project, so that causes it to crash; remove that part of the code, and it should be good.

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

      Just clicking through, nothin' fancy. Yup! It mostly works now.
      She says 'I'm a dog!', the background goes tiny, and then it just ends. @@vimi
      Looking at the code, it seems like that's what should be happening

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

    Why did you have one of the most important parts of the video be in a silly screamy voice I couldn't understand

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

      'Cause it was my first video and I didn't know any better 😭 -- but I did make sure to add captions to this one myself, so they should be accurate!

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

      @@vimi bless