Тёмный
No video :(

RenPy Tutorial for Beginners | Create a Visual Novel Game with Ren'Py 

Zeil Learnings
Подписаться 16 тыс.
Просмотров 629 тыс.
50% 1

Опубликовано:

 

4 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 653   
@creeperselvaggio3754
@creeperselvaggio3754 Год назад
I recently tried to use Renpy for a small project with friends but when I click on the "script.rpy" button in the launcher it doesn't open the program directly but if I manually open it with Visual Studio Code it opens it for me, how can I fix this thing?
@ZeilLearnings
@ZeilLearnings Год назад
Hello! In the Ren'py Launcher, there is a preferences button. Click it and you'll see general is selected. Under "Text Editor", "Not Set" should be displayed. Click that and choose your editor. (might need to install)
@creeperselvaggio3754
@creeperselvaggio3754 Год назад
@@ZeilLearnings Thank you very much it works now, sorry for the stupid question 😅
@littlehearts7039
@littlehearts7039 Год назад
@@creeperselvaggio3754 hello beluga, have u seen banacat ? he was doing "eeeeeeee" all day and had a grumpy mood !
@sourwitch2340
@sourwitch2340 Год назад
@@creeperselvaggio3754 definitely not a stupid question! thank you for being inquisitive
@diamondblade8338
@diamondblade8338 7 месяцев назад
@@ZeilLearnings I already installed VS code on my macbook, but for some reason, it doesn't open and shows a bunch of errors instead. Any ideas what to do?
@sonabuvelle7493
@sonabuvelle7493 3 года назад
This is awesome! I was a bit scared to even watch a tutorial since I thought there'd be a lot of complicated coding involved, but you made it so simple, thank you so much ^^
@ZeilLearnings
@ZeilLearnings 3 года назад
hahaha That's so funny 😂 I'm glad you appreciate it!
@Kim-tr5op
@Kim-tr5op 2 года назад
python is one of the easiest programming language to learn
@HelloOnepiece
@HelloOnepiece 2 года назад
You can if you wish
@cesruhf2605
@cesruhf2605 11 дней назад
Unfortunately this is not complicated at all
@dexnull2481
@dexnull2481 2 года назад
me and my friend jumped into this with no knowledge of coding. the tutorial made no sense to us, and many tears were shed. your tutorial helped us significantly!!!
@user-hk6ei9fc8d
@user-hk6ei9fc8d 2 года назад
When I saw the title of the video it immediately caught my interest. I suddenly remembered that my hobby when I was a student was developing games..
@AuroraKaymin
@AuroraKaymin 2 года назад
I make Pokémon Hacks when I was 12. The XSE scripts is surprisingly easy
@heyheyheywhat5216
@heyheyheywhat5216 3 года назад
This is actually the best tutorial I've seen.
@ZeilLearnings
@ZeilLearnings 3 года назад
Wow 😍 Thank you so much for watching! Comments like these are what motivate me to continue. ❤
@GibusWearingMann
@GibusWearingMann 3 года назад
everyone else is here because they want to make a VN while i'm just here because i want to be able to read the Doki Doki Literature Club source code better, lol
@OrangeSmilez
@OrangeSmilez Год назад
I'm here cuz I like ddlc and want to make my own game lmfao
@ThisHandleIsVeryCleverYepSure
I’m here outta curiosity
@elathiaskade7311
@elathiaskade7311 Год назад
Make a video discussing your findings. Tell us the spooky secrets!
@GibusWearingMann
@GibusWearingMann Год назад
@@elathiaskade7311 Tech Rules actually already has a pretty comprehensive video out on their channel which I would recommend.
@wajeehaiftikhar557
@wajeehaiftikhar557 Год назад
I wanna make a game inspired by ddlc
@mahmoodhassanal-rubaie3302
@mahmoodhassanal-rubaie3302 3 года назад
I have 0 coding experience but this was such a clear and easy-to-follow tutorial! I was wondering something however, is there a way to carry over character stats or character relationships being affected negatively or positively over several days in the game? For example, if two characters fight on day 1, day 4 they would act rudely, but if they didnt fight on day 1, they would be friends, sort of like several story routes. Thank you so much for the video, it's extremely appreciated.
@ZeilLearnings
@ZeilLearnings 3 года назад
Hi! Thank you for your kind words 😍 Yes, it's the same process when using flags. You can learn more about flags in this tutorial: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-j0N_gSyJMHw.html
@bgill7475
@bgill7475 2 года назад
Yes. If you create a global variable for when the game first starts up for example called did_fight and set it to 0. So like: did_fight = 0 Then if they fight you set that variable to 1 like: did_fight = 1 Then if you want to check it you do: if did_fight > 0: Something you want to do here Learn about if statements and you’ll understand :) also remember that indentation is important
@JL-pc2eh
@JL-pc2eh 2 года назад
@@bgill7475 if you only have 0 and 1 better use True and False :)
@user-gm8ul9ky6t
@user-gm8ul9ky6t 2 года назад
@@bgill7475 can the number be anything or just 1 and 0? like can i use it as a make-shift point system to keep track how many times something has happened? like if i put in a different number, like 2, would the game get confused?
@Nesyulett
@Nesyulett 8 месяцев назад
I think similar :D
@tobihudiat
@tobihudiat 3 года назад
I just randomly got this recommendated... I am never going to make any Visual Novels but its nice to see that something like that exists. I use Unity to create games. Its funny to make a own movement with walljumping and stuff because you learn so much about using raycasts and make movement smooth with calculations... I really love coding! Every Programming/Coding language and tool is fun in their own unique way!
@ZeilLearnings
@ZeilLearnings 2 года назад
I totally agree! Programming is really fun no matter what we're using!
@jazzd
@jazzd 3 года назад
this was so helpful! i'm trying to make my own dating sim on my own and I have 0 coding knowledge, but this was super simple and easy to follow. thank you so much for this tutorial!
@ZeilLearnings
@ZeilLearnings 3 года назад
awwwww 🥺 I'm glad it helped!
@dailysnuppp
@dailysnuppp 6 месяцев назад
How did it go @jazzd
@ddeathshade
@ddeathshade 2 года назад
It was a little rough around the edges, and I had to rewatch the video a couple of times due to my lack of experience in coding, but in the end I managed to figure it out. Thanks for making this tutorial, you've definitely got a like from me.
@Ashekey
@Ashekey 3 года назад
OMG, Hello, I'm from Kazakhstan. I'm happy to have this tutorial. Please continue your lessons✨
@ZeilLearnings
@ZeilLearnings 3 года назад
Thank you! 😍 Please tune in! I'll add 10+ tutorials this year!
@elakstein
@elakstein 2 года назад
@@ZeilLearnings that's too less. Atleast do 3-4 per month.
@mrlost470
@mrlost470 3 года назад
Remember Monika watches you.
@ZeilLearnings
@ZeilLearnings 3 года назад
don't scare me 😵😂
@CSAATechArts
@CSAATechArts 2 года назад
Hello. I'm interested in learning Ren'Py and I found your tutorial very helpful. Thanks for putting this together. I hope you continue to share your knowledge and post online. Cheers!
@fromant65
@fromant65 2 года назад
I'm not even interested in making visual novels (you've been blessed by the algorithm) but this is a great tutorial. Easy to follow, straightforward. I don't even play visual novels but I understood everything.
@Domiyu
@Domiyu 2 года назад
Watching this video even though I know the basics of the Ren’Py Engine. Mainly because my computer’s system files got corrupted. This actually got me to learn the difference between show and scene as well as how to use flags!
@8koi245
@8koi245 2 года назад
Omg my dear, dear Python I knew I could do anything whit you!!! tnx for the tutorial!
@threyamidnight
@threyamidnight 3 года назад
Easy to follow! Makes we want to make my own visual novel
@ZeilLearnings
@ZeilLearnings 3 года назад
Good luck!
@BVK.
@BVK. 11 месяцев назад
What's stopping you? oh wait, nvm
@zefi5051
@zefi5051 3 года назад
Oh my, it's quiet better than getting an explanation which i don't understand. With a video, showing what to do, what will it do and why will it do that way is just heaven.
@ZeilLearnings
@ZeilLearnings 3 года назад
Thank you for your kind words!
@FredwardDrawn
@FredwardDrawn 3 года назад
Thank you for this! renPy has been intimidating for me but your videos really help break it down ^_^ Not to mention when I'm confused, you made this video easy to navigate to whatever specific thing I'm forgetting!
@ZeilLearnings
@ZeilLearnings 3 года назад
Thank you for your kind words! Funny enough, I also go back to my videos when I forget how to code them hahaha
@tomlink137
@tomlink137 2 года назад
I've been scared about anything to do with engines, only ever trying some things with rpgmaker (wich I found rather... Obtuse), so I was scared about RenPy. But you explained it all and made it so simple that I got the courage to start with the engine. A short tutorial that explains everything basic and doesn't feel rushed. Let me tell you, this is plain and simple one of the (if not THE) best tutorials I've seen. And god have I watched tutorials in my life. Congrats, really and THANK YOU.
@Laszer271
@Laszer271 2 года назад
I love how those high level specialistic languages use jumps like how you would in assembler.
@marklakan774
@marklakan774 3 года назад
Your tutorials are so well put together and wonderfully easy to understand, thank you so much for all your work! It's been helping me with my own personal game so much :)
@samnorman6685
@samnorman6685 3 года назад
Can we get this tutorial in more detail because it is really good and up to date.
@ZeilLearnings
@ZeilLearnings 3 года назад
Hi! Thank you for your feedback! And yes, that's the plan! I'll be making videos for the topics I think I can still expand such as sprite, transitions, UI, etc. I also accept topic suggestions since I feel like I can cover all of these in a year. Have fun learning!
@weebgurenge5446
@weebgurenge5446 2 года назад
I like how you add DDLC that whose my nightmare 4 years ago as reference for example of the game who use Ren'py
@Cornman6425
@Cornman6425 6 месяцев назад
This is super helpful, I am joining my first game jam ever and had no clue what I was doing until I found your video
@trevorfranks69
@trevorfranks69 2 года назад
Renpy focused tutorial channel in 2021? Sign me up baby!
@ZeilLearnings
@ZeilLearnings 3 года назад
Hi! You can find free resources in the description. There are also lots of ways to join the Ren'Py community such as Lemma soft(forum), discord groups, and Reddit. You can also find it in the description. I also have a discord server: discord.gg/QY3hABSgvM The goal is to help each other, find team/members and is totally beginner-friendly!
@blackpurplefazbear2601
@blackpurplefazbear2601 2 года назад
How ma i gonna save my unfinished work?
@blackpurplefazbear2601
@blackpurplefazbear2601 2 года назад
How am i gonna develop/publish my work?
@Johnbobs
@Johnbobs Год назад
ima get rich lets gooo
@A_Random_W33b
@A_Random_W33b 7 месяцев назад
Just picked up Renpy and this tutorial gave a good foundation to start making simpel VN games, thank you
@numberoneappgames
@numberoneappgames 2 года назад
you're blessed. ONE DAY I"M GONNA MAKE A VISUAL NOVEL GAME. BELIEVE IT!
@guinntalks
@guinntalks 2 года назад
this video got recommended to me even though i never thought nor wanted to make a vn, but now suddenly after watching this entire video for no reason, i suddenly want to make a vn
@EmmaDaOne
@EmmaDaOne 2 года назад
I'm making a horror visual novel game and this tutorial really helped!! Thank you so much!!
@SimoneOBF
@SimoneOBF Месяц назад
Thank you, I'm planning to make a visual novel for our anniversary :) This is a good place to start :))
@masakihioshi
@masakihioshi 2 года назад
As someone else who mentioned, I saved your video into Watch Later because I didn't know if I could handle learning all the necessary codes on top of preparing the materials I need for my VN. I'm still in the baby stage of writing the dialogues, and I have yet to get into the sprites and bgs. I'm glad I decided to finally watch your video, and am really thankful how easy your tutorial is! I'll definitely be going through your other videos for sure! :) Thanks again!
@muhammadazamuddinbinazlan8518
@muhammadazamuddinbinazlan8518 2 года назад
Finally i can my very Singleplayer visual novel Astolfo game (in my dreams).
@w1ndbreak3r
@w1ndbreak3r 3 года назад
Made a game with this engine. Really easy and also has a helpful community that makes tutorials.
@ZeilLearnings
@ZeilLearnings 3 года назад
That is very true! I myself learned from the tutorials people gave in Lemma Soft’s Renpy Cookbook.
@pocket_word4751
@pocket_word4751 Год назад
Hey!! Do yk how big I need to make my sprites? Like the canvas size i mean😭
@jansealy6659
@jansealy6659 3 года назад
Wow you made that look so much easier than I know it is. But seriously I loved the way you explained it. Thanks a lot!
@ZeilLearnings
@ZeilLearnings 3 года назад
Thank you for your kind compliments! 😊 It's my pleasure to help :D
@ronaldsmith2050
@ronaldsmith2050 Год назад
this is the basics? 0h boy i'm gonna need to watch this ALOT
@klaripp
@klaripp 2 года назад
I've been trying to learn renpy for a while but i didnt understood other tutorials or the wiki and your videos have been so helpful!!! thanks
@ZeilLearnings
@ZeilLearnings 2 года назад
I'm happy to hear that! Thank you also for watching :D
@ot2081
@ot2081 3 года назад
subbed and liked!!! this is an amazing video. can you make a tutorial on how to move sprites? i've seen in novels where instead of swapping out sprites for each new character who starts talking, the existing sprite moves to the side and a new one enters. loved the vid!!!
@ZeilLearnings
@ZeilLearnings 3 года назад
Awww, thank you ❤️ and sure! gladly~
@ZeilLearnings
@ZeilLearnings 3 года назад
In case anyone missed it, I uploaded the complete transition tutorial here. Hope you learn from it! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-mexG0cSmsD8.html
@cj2503
@cj2503 Год назад
you did'nt know how much you gave me hope to be a game dev, THANK YOUUU😊
@arhtluslikor2974
@arhtluslikor2974 3 года назад
Very professional, quick and informative. Love this! :D
@ZeilLearnings
@ZeilLearnings 3 года назад
I’m glad you think so! 😊
@aizawa6562
@aizawa6562 2 года назад
I've been coding and never realized I could make this on visual code :0 will definitely do this on my free time
@somenao
@somenao 3 года назад
GOS YOUR VIDEO IS AMASING!!! It is short, easy to follow, describes every basic thing you need to know to make simple novel, also including examples what?? I was starving for a wideo like this, and you doing more? Defenetly subbed, god, i am ready to learn more, since as many i've been wanting to create a visual novel for the longest time. Honestly Thanl you for your content and i wish to see more!
@ZeilLearnings
@ZeilLearnings 3 года назад
Wow, thank you for your kind words! I totally get what you mean and I'm happy to help! 😍
@terabyte9709
@terabyte9709 3 года назад
i have an image in my mind and i have been longing to play a game since a long time, now i can finally create one the way i want!!!
@RamblingGreek
@RamblingGreek 7 месяцев назад
this is one of the most confusing tutorials even though its so well edited
@rafaelsegala881
@rafaelsegala881 3 года назад
You have put a lot of effort in this tutorial! Thanks! Helped me in many ways. Keep it up with the good work! Greetings from Brazil.
@ZeilLearnings
@ZeilLearnings 3 года назад
Thank you! That means a lot to me ☺️
@mrt8bit692
@mrt8bit692 2 года назад
Thanks to this video I'm now working on a 6 month project as a solo game developer, been working on my own renpy game that will hopefully come out soon!
@mrt8bit692
@mrt8bit692 2 года назад
@@RocketdogandSeptembr ehh I can see where you coming from, the basics are super bare bones, but when you get more advanced it becomes generally more and more difficult
@mrt8bit692
@mrt8bit692 2 года назад
@@RocketdogandSeptembr also I've made games in unity
@kintsugisun
@kintsugisun 3 года назад
your voice is so nice, I had to watch a few times bc I kept getting distracted by it lol, amazing tutorial though!
@ZeilLearnings
@ZeilLearnings 3 года назад
oh no! haha Glad you enjoyed it! (lol) 💖
@mewotism
@mewotism Год назад
THIS IS GENUINELY A LIFE SAVER.... ive got this thing called a personal project at my school and im planning on making a visual novel for it
@RaykinaBreaker
@RaykinaBreaker 2 года назад
with this program exist, it's possible to make any unstranslated VN games or can't be play on PC by copying/remake/translated all story VN interaction from other console into this program.
@prajwalrao5345
@prajwalrao5345 2 месяца назад
Wow!❤ This is the best tutorial I’ve seen after scraping through the internet. Zeil your amazing please don’t stop teaching us❤️❤️
@patrciadawn7633
@patrciadawn7633 2 года назад
thanks for creating these vids! I've been lurking around renpy and lemma soft forums for a while but lately decided to try my hand at coding again : )
@BoycottAndhnamazi
@BoycottAndhnamazi 3 года назад
Thank you so much , I just wanted to learn it for fun . Now I can create my own story ^_^
@GuilhermeSalieri
@GuilhermeSalieri 2 года назад
This was fast and so good! Thx for the tutorial, it is very cool and easy to follow.
@huananina
@huananina 2 года назад
Thank you so, so much, Zeil! This was SO inspiring! I subscribed immediately. You have a rare gift for teaching! Thank you for sharing.
@medeiapsyche
@medeiapsyche 2 года назад
Thank you so much for uploading RenPy tutorials!! They are really helpful!
@Qwarky
@Qwarky Год назад
I had no idea where to start when it opened up that script.rpy file. This was extremely helpful and comforting way to learn. Thank you!
@eremika_
@eremika_ 3 года назад
I'm not good at english, but I'm working hard to understand this tutorial. Because it's really good video I've ever seen. Thank you so much!
@ZeilLearnings
@ZeilLearnings 3 года назад
Thank you! Just let me know if you have questions 😊
@Nazralova
@Nazralova 3 года назад
This video is so underated. You explained it really simple and to the point.
@ZeilLearnings
@ZeilLearnings 3 года назад
Thank you so much! 😊 I'm actually overwhelmed by the love this video is getting 💖
@thequipseeker
@thequipseeker 3 года назад
This was an amazing rundown of the engine. Very easy to follow and understand. Many thanks.
@condoria1496
@condoria1496 2 года назад
I wanted to make projects like this and I found it really helpful! I have absolutely no experience of coding, finding this video helps me alot. Thanks for teaching!
@Robert723
@Robert723 2 года назад
Renpy is an enormously powerful tool!
@ajmantis
@ajmantis 2 года назад
this brings me back to the good old days of writing episode stories
@user-jb1ni3zp3l
@user-jb1ni3zp3l 2 года назад
Thank you, you help me!!!
@chi-ov4co
@chi-ov4co 2 года назад
Your video popped up in my recommendations and I'm so glad I found you! I kinda just use the resources you provided to practice along with your tutorials and it was easy to follow. Thanks so much! ^-^
@sandy_shark
@sandy_shark 2 месяца назад
I am planning to make an RPG visual novel for my senior project, hope this will help me!
@sallen9900
@sallen9900 3 года назад
You really helped me decide to learn to use RenPy. Thanks
@KitsunePerson1000
@KitsunePerson1000 2 года назад
this is legit so so helpful! thank god this video exists, it's so easy to understand
@hazardstudios9835
@hazardstudios9835 3 года назад
Wow you made it look so simple.😊
@hazardstudios9835
@hazardstudios9835 3 года назад
I researched a lot on renpy games and wasn't able to find how renpy game developers earn from their games. Do you know how much does renpy games earn and what's the best website to upload your game?
@ZeilLearnings
@ZeilLearnings 3 года назад
​@@hazardstudios9835 I can't give an estimate because it varies from the game's revenue performance but let me give you an idea. From this Kickstarter page, the percentage for coding is around 10%. www.kickstarter.com/projects/rosearcana/the-radiants-a-magical-adventure-visual-novel I've checked multiple Kickstarter pages as part of my research because I'm also planning to release a game. The programming part is paid 5% to 15% which is fair because Ren'Py programming is simple. So you can multiply that number by the total pledge amount. That is the amount devs get from the Kickstarter alone. After releasing a game, the members will get more revenue from their new players/buyers. Now, the revenue breakdown depends on who the core members are because some tasks are just being outsourced/paid by commission (mostly bg art and sound). So they might not be using the same breakdown after the game is released. Note: This is just from my own study. I would love to learn more from them but I also didn't find posts/articles. Hope this gave you an idea~
@ZeilLearnings
@ZeilLearnings 3 года назад
For the best website, I've only researched 3 website(/platforms): itch.io, Steam, Epic Games itch.io is the best one for me because the revenue share can be as low as 0%. This means you get all the money from your game. Epic Games has a 12% rev share. Steam has a 30% rev share plus you have to pay $100 per title/game you upload. (You'll get it back once you get $1000 revenue) So it's a lot of money that you are giving to the platforms. The good part of selling in Steam is there is more visibility. But I think as long as you advertise your game well, people are bound to play it even if you decided to upload it just on itch.io. The VN enthusiasts are just supportive that way. As long as they see a game they like no matter the platform, they'll play/buy it.
@hazardstudios9835
@hazardstudios9835 3 года назад
@@ZeilLearnings Thanks a lot for so much info😊👍
@link123a
@link123a 3 года назад
Thank you for the tutorial! I just got into 3d rendering, and i'm thinking about using RenPy to control the story. Thanks again
@eyeballkiller7632
@eyeballkiller7632 2 года назад
Why does youtube want me to learn renpy so badly, this has been in my recomended for a month straight
@sky-boy6038
@sky-boy6038 Год назад
Thanks for the guide Now I can implement my crazy ideas >:)
@ren_lightfoot
@ren_lightfoot 3 года назад
This is great. You've taught me a few more things than most tutorials I've seen on Ren'py in half the time. Your tutorials are easy to follow and they also show you *how* to implement things. I love it, very well done. Thanks
@ZeilLearnings
@ZeilLearnings 3 года назад
Thank you! I appreciate your feedback :D
@switbitz
@switbitz 2 года назад
damn this is awesome i mostly play renpy games but i did not know it was actually a game engine nice tutorial too
@sparkyndoggo7937
@sparkyndoggo7937 Месяц назад
Thank you I can use renpy for my vtuber's lore now
@Skaxarrat
@Skaxarrat Год назад
I just wanted to see how RenPy works, as I am a Python programmer myself and this was excellent. Thanks!
@eslemelf
@eslemelf 3 года назад
thank youuu!!!
@ZeilLearnings
@ZeilLearnings 3 года назад
Yay! Good to know ❤️
@Liehl
@Liehl 2 года назад
Thank you so much for making this video! I never used Ren'py before and it was really easy to get started with your help =)
@jerzygameboy8041
@jerzygameboy8041 2 года назад
Thank you Zeil. I am still a beginner but this is helpful for the start!
@user-ew6vh3yh1s
@user-ew6vh3yh1s Год назад
Thank you for the lesson Zeil. I hope my visual novel gonna played by many people
@Pixie_Shmixie
@Pixie_Shmixie 2 года назад
Thank you for this! I do have two questions: - Can voice acting be implemented? Would it fall under SFX, or something else? - How easy is it to collaborate on a Ren’py game with a team?
@ZeilLearnings
@ZeilLearnings 2 года назад
Hello! Yes, Voice is supported: www.renpy.org/doc/html/voice.html It's really easy to collaborate with a team! You can either pass around zip files OR you can use Git if you're willing to learn! Note that Git is what developers use to work side-by-side.
@madscientist1595
@madscientist1595 2 года назад
That was good, I feel I can create a game overnight :)
@k.phoebe6578
@k.phoebe6578 2 года назад
Thanks for making this videos🙏🏻, We need more videos like this🌷
@chuusukii5756
@chuusukii5756 Год назад
thank you so much for the tutorial! i'm a soon-yo-be it/cs student and i would like to have simple practice down by making a fanmade visual novel and your tutorial helps so much!
@eriyourbestdog1
@eriyourbestdog1 Год назад
Help i kept getting errors when I start the game, even tho if I did nothing to them and they used to work but they don’t work now 😭
@Horikitasenpai
@Horikitasenpai Год назад
Very helpful and easy to understand! I honestly expected this to be very difficult, but it turns out its not too complicated. Thank you!
@eizenhades
@eizenhades Год назад
I Hope You Keep Continue Make A Tutorial Like this,really helpful for me that doesn't have a experience on coding🥰
@cryingMANLY
@cryingMANLY 2 года назад
tysm! i've always dreamt of programming games and making it a job when i grow up.. i'm so excited!!!
@princessskylar00
@princessskylar00 2 года назад
I’m in an advanced website coding class and knowing coding will make this 99% easier! If you think you might need to definitely go ahead and watch a few basic web coding videos before this just so you understand how it works!
@tanatep23
@tanatep23 2 года назад
Very clean and easy to understand
@v3rsatile813
@v3rsatile813 Год назад
Thank you I’m trying to make a visual novel for an English project
@JohwannaJoon
@JohwannaJoon 2 года назад
Ok I have no interest in Visual Novel Games but I now know how to make one. Very nice tutorial regardless
@mrt8bit692
@mrt8bit692 2 года назад
this is such a great video. What the heck. I don't even know python but this just makes it so simple and amazing.
@myrataylor2764
@myrataylor2764 2 года назад
Cant wait to make some special projects😏
@lourddeguzman8725
@lourddeguzman8725 2 года назад
EHHEHEHEHE
@scrub8363
@scrub8363 2 года назад
Short and sweet, very helpful! Thank you! :)
@xiaosreversebobwindowuwu6715
@xiaosreversebobwindowuwu6715 3 года назад
amazing tutorial!!
@ZeilLearnings
@ZeilLearnings 3 года назад
Sure! Do you have any specific flags in mind? Like player stats?
@xiaosreversebobwindowuwu6715
@xiaosreversebobwindowuwu6715 3 года назад
@@ZeilLearnings sorry for the late reply, but yes, like player stats! ^_^
@jonw7937
@jonw7937 Год назад
Thanks! I've been playing these alot, and lately I've been contemplating making my own game. Mostly because it looks like you can make a decent amount of money if people like your work and subscribe to your content. I've been looking for a good stay at home job. I am not really a good artist, but I I plan to use clips online instead. Either way, I will play around a bit with it and see what I can come up with.
@toyo8460
@toyo8460 Год назад
This is actually amazing, this explains so much, its surprisingly easy to pick up.
@animeamv810
@animeamv810 3 года назад
You there you deserve atleast 100k subs at moment
@ZeilLearnings
@ZeilLearnings 3 года назад
haha XD thanks so much 😍
@animeamv810
@animeamv810 3 года назад
@@ZeilLearnings please bring more of this I literally want every roadmap to start making visual novel like where to get characters, background, sounds and how to animate and all
@aurasofficiaI
@aurasofficiaI Год назад
I’m trying to learn how to make my own visual novel, and this was a very clear and easy tutorial❤ thank you
Далее
How to Write Visual Novels
29:07
Просмотров 251 тыс.
Simplified Ren'py Tutorial
12:21
Просмотров 128 тыс.
Triple Protein Sandwich
00:32
Просмотров 3,9 млн
when you have plan B 😂
00:11
Просмотров 3,1 млн
How programmers flex on each other
6:20
Просмотров 2,3 млн
Games Where You're NOT the Main Character
14:52
Просмотров 2,4 млн
I Made the Same Game in 8 Engines
12:34
Просмотров 4 млн
Making a COZY Game in Scratch for the Day
5:14
Просмотров 1,4 млн
How To Make A Game Alone
8:11
Просмотров 1,1 млн
How I would learn game dev (If I could start over)
7:50