Finaly i found someone decent that actually show the coding and guide the people throw the codes and tell them what they do, thank u for this tutorial i think the only decent one of 500 videos i found.
Dude, I love you. Thank you for sharing your knowledge with us. Other Ren'py tutorials aren't as helpful as yours. It's good to find someone who knows what his talking about.
This is by far the most helpful Ren’Py tutorial I’ve seen. And the fact that your voice sounds nice and is easy to listen to is a plus. Thank you, you’ve earned a sub. 🥺🙃
Just a recommendation, use while loop when dealing with names so that every time the user did not input a name it will produce an error and will force the user to input a name to continue. If statement only works once, so be careful using it.
@@kevinschutze7376 you will start the code by declaring a variable that will hold the name of the user then, follow this code format while [name of the variable] == "" : [insert the message you want to show whenever the user do not input a name] I manage to make the looping process but I already erase my actual code so I can't be certain. Just play around with your code ^_^ hopefully it helps.
thanks for making this video :) this helped me sm when making my visual novel assignment. I had to search thru 14 tutorials then when i got to this one you explained everything so well thanks again! 😌
I really loved the game, but this tutorial is absolutely awesome!! You are literally explaining everything, and you are so calming it's unbelievable :D Thank you for the great video man!! Keep up the great work!! :)
THIS is how I find out that he has one, huh? Haha, guess I'm gonna check it out. I feel like I owe it to him, from all this help with coding he's given me.
Thank you!! I want to make a simple RP game based off of a 15 year old manga (Absolute Boyfriend) that no one will probably give a crap about. It just sounds really fun and I already spent like 3 hours making refs or possible drawings for the game. Hairstyles, face shapes, body types, lips, and noses! Originally I was going to do it in the Dreams game maker on PS4, but I'm not sure it has the 2D style I wanted, or the right layout. I don't have the energy to learn java, flash is on it's way out. I'm glad there's other options and people like you making tutorials. 😁
Damn, I just found you on F95 and I totally fell in love with your game. This tutorial is really clean. You must be some beginner, but try to speak louder in the next vids ;)
a really good tutorial by the way. helped me a lot as i am thinking of starting a new game. its useful too. keep making this type of videos for us thinking of making games one day. thank you
Yoo good day. Your a life saver. I want to say THANK YOU! very much for this tutorial. I started to use Renpy and all the tutorials on youtube was shit! and within 5mins of your video i was able to understand what scene and show was and by 8mins I added images & texts. Keep up this channel and the way you teach cause that is the best way and thanks again I will not forget you.
When I added the options, everything worked fine with option 1 but if I clicked on option 2, when it jumped to the after choices, this error message appeared: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 33, in script if choice1 == "1": File "game/script.rpy", line 33, in if choice1 == "1": NameError: name 'choice1' is not defined
this error means that you have not created the variable choice1. you have probably typed $ choice1 = 1 when the player selects option 1. but didn't put anything in option 2. and since the variable never gets created when you choose option 2, renpy will not be able to check what choice1 is, because it doesn't exist. the best way to create variables and don't have any issues is to make them like this: default variable = 0 for example. you can put this anywhere you want and the variable gets created as soon as you start the game
Hi, for some reason it doesnt show the png picture i added. Its just a girl with black contour and then the image name inside of it edit* solved it, turned out the image had a capital letter
@@chitra8074 hm, i was trying to have fun with python to makes games but i discover that it's more of a java script and web development code than making games lol, i heard C# is good at games?
I think this video needs an update, I cannot get my background image to show, at least not the way you did it. I attempted to look up why my background image wouldn't snow, I guess the images have to be defined first now.
one question, you know how nom nom nami adds that custon text bar thing? is there a way to import that into the game so it wont be a boring white text bar?
This tutorial help me so much, but how can i make a special text like when Monika know about our PC username on DDLC and when people delete DDLC character they will give a reaction, Many thanks to whoever answer this.
I'm not sure if this is much help, but I assume that has something to do with "if" or "else" statements. Maybe something like "If file.rpy not found, jump....." where the program jumps to a label, if a file that you've chosen for the program to pay attention to, isn't found by it. Just a guess, though! If it's important to get an answer for you, then asking on a forum would be a better idea. I can find a link to one, if you want.
Necropost probably, but I checked the source code of DDLC and it's much, much easier than I first thought. Basically, there are a bunch of Python conditions that checks whether or not certain files are present or not and executes certain code if a certain condition holds.
How do you switch scenes? When I try, the new scene is just transparent, with the character still showing up over it. I've tried using bigger images, smaller images, nothing. Although, when I used said image *instead* of the one the player is supposed to start in, it worked.
Hey I know its a little bit late but I really need help and Ive been searching around the internet but found no help. My problem is that I want to use my own language in renpy which is persian and I need the text in game to be aligned to the right . I changed the text_align to 1.0 but its still the same since Im new to renpy Im sure that Im doing something wrong would you help me pls?
Hey, can you help me? I have problem that when I write in script for example "show" it doesn't show the picture, it only shows the name of the pic, pls can you help?
idk how to make the choices matter in the end, like if player keeps chosing 1 he dies. if he keeps chosing option 2 the other char loses respesct for him . etc idk how to create consequences
Can somebody tell me how to male an image show up when placed under "Scene". I've been trying for around 30 minutes do make this work, but all it does is show the name of the image on top of the screen, but It wont show the image
@@staceywilson-hernandez2773 update: figured it out. Get the images that you are going to use and place them in the images folder of the game. Then underneath (or anywhere before the game starts) and put 'Images [name] = "File_Name" (such as Images Space = "Purple_Galaxy.png") and that should work
Hey I made my credit with "show" command which shows picture by picture, but the problem I have is that when the reader click on screen, it will skip the whole credit, any solution on how i should actually done it? Perhaps disabling clicking except for the menu when the credits rolled out?
*JIM* : Hello my name is jim.
What's my name?
Type in... SLim... Enter. GAME OVER.
yes i cant eather
???
Just if someone else wonders in the future, you have "Return" after the input.
10/10 worst ending
This made me laugh 😂😂
Finaly i found someone decent that actually show the coding and guide the people throw the codes and tell them what they do, thank u for this tutorial i think the only decent one of 500 videos i found.
I think is more usefull the tutorial thats in game I found this rather confusing
tbh i agree
This is the most useful Renpy tutorial I've managed to find on TH-cam so far. Keep up the good work.
"Maybe Jim" When you said that, I suddenly started laughing so hard??? I don't know why, but great tutorial by the way
"Wow, you are big."
*insert Careless Whispers bg*
Thank you for the help! I tought myself to code a Doki Doki mod once, and i was inspired to make my own visual novel!
Dude, I love you. Thank you for sharing your knowledge with us. Other Ren'py tutorials aren't as helpful as yours. It's good to find someone who knows what his talking about.
I love your accent.
2 likes? Holy crap!
@@peachtea7269 4
@@peachtea7269 now 5 from me;)
congrats you got six
And now you have 23 lmao :)
10:38 *What's my name? What's my name? Say it louder! What's my name? What's my name?* You guys remember that song?
Isn't that from Descendants 2?
Uma!
Uma is one of my favorite characters
feel the power
am i the only one who thought of sheila ......
this guy is GOATED
step by step, explains eveything, very very very helpful for beginners
hopefully you'll comeback with more tutorials
thank you, I'll think about it
This is by far the most helpful Ren’Py tutorial I’ve seen. And the fact that your voice sounds nice and is easy to listen to is a plus. Thank you, you’ve earned a sub. 🥺🙃
😁
Just a recommendation, use while loop when dealing with names so that every time the user did not input a name it will produce an error and will force the user to input a name to continue. If statement only works once, so be careful using it.
I'm sorry, but how do I do that?
@@kevinschutze7376 you will start the code by declaring a variable that will hold the name of the user then, follow this code format
while [name of the variable] == "" :
[insert the message you want to show whenever the user do not input a name]
I manage to make the looping process but I already erase my actual code so I can't be certain. Just play around with your code ^_^ hopefully it helps.
Is this program use Python?
These vids got me started on ren'py years ago. Just returning to be in awe of how someone posts 3 amazing tutorials and then dips. what a legend
Honestly, I should make a new video. Because some things are pretty outdated and can be done a lot better.
thanks for making this video :) this helped me sm when making my visual novel assignment. I had to search thru 14 tutorials then when i got to this one you explained everything so well thanks again! 😌
this is so helpful! im just starting out in making visual novels, and this is so simple and easy to understand! thanks for the video! you're amazing
this is the best renpy tutorial i have found it explains all the basics in one vid even with time stamps in the description thank you
I really loved the game, but this tutorial is absolutely awesome!! You are literally explaining everything, and you are so calming it's unbelievable :D Thank you for the great video man!! Keep up the great work!! :)
VERY helpful for me as a non-coder. slow & thorough. thank you!
This is the best walktrough I found so far thx for your hard work.
A very clear and informative tutorial for Ren'py. Thankyou so much!
hope it helps :)
This has been over 2 years... and its still helpfull!!
This is good, The only thing is that you need to turn up your volume more next time.
ganz ehrlich 1000 danke du erklärst es viel besser als andere youtuber, danke nochmal :)
thanks so much !
I played your game the awakening.. I was amazed to thse those animations and voicing.. keep up the good work
THIS is how I find out that he has one, huh? Haha, guess I'm gonna check it out. I feel like I owe it to him, from all this help with coding he's given me.
Yo, your one video just beat my 3 hours of reading. Thanks so much!!
Thank you!! I want to make a simple RP game based off of a 15 year old manga (Absolute Boyfriend) that no one will probably give a crap about. It just sounds really fun and I already spent like 3 hours making refs or possible drawings for the game. Hairstyles, face shapes, body types, lips, and noses! Originally I was going to do it in the Dreams game maker on PS4, but I'm not sure it has the 2D style I wanted, or the right layout. I don't have the energy to learn java, flash is on it's way out. I'm glad there's other options and people like you making tutorials. 😁
About the game you made (The Awakening) it's so nice game, man. That is the best adult game I've ever played so far. I hope the best for you, man.
Visual studio code now has a ren'py extension, way easier to write code along with the python extension.
Thank you so much SLim! I appreciate the time and effort you put into this!
17:51
If it keeps saying a problem occurred for anyone, use == instead of =! It started working when I did that
Please never delete this this is so helpful
Hey...I want to create a game but i dont know how to design/animate a picture..Can you help me?
I tried to understand your tutorial but I can understand a little. Making a game is so hard! But it became a little easy with your tutorial.
Holy, you actually helped me so much and I would be struggling way more if I haven't seen this video
The dry humor of this guy makes learning so much more enjoyable.
Wow u reallly changed my point of view of coding! This is so easy!
Thank you for this tutorial. I'm just getting started and you helped me a lot!
Thank you so much! This was actually overly helpful! I'm glad this is the first video to come up on my search!!
this helped me so much!! thank you very much for this video, i really can’t be grateful enough. 😪
Damn, I just found you on F95 and I totally fell in love with your game. This tutorial is really clean. You must be some beginner, but try to speak louder in the next vids ;)
alright ok, I will try ^^ yeah. I started in december 2017 ;)
Man at least you're quite a good beginner ^^ I'm just so fcking horny to play the second chapter xD
@@nightnever4989 Hey, whats the rule #1 of F95? You do not talk about F95.
Whats rule #2? You DO NOT talk about F95.
@@8ball758 That's a fact right there...
@@8ball758 b-but, you're talking about F95
Thanks for this, great info for just getting started and messing around.
a really good tutorial by the way. helped me a lot as i am thinking of starting a new game. its useful too. keep making this type of videos for us thinking of making games one day. thank you
This was perfect sir, much appreciated.
1:16 "Lokaler Datenträger C" Wohoo finally someone german...
damn dude ur a lifesaver. thanks for making this so simple to follow, first time using ren'py was pretty fun thanks to you :D
welp awkward moment when i Just finished with the new update of your game lmfao
Yoo good day. Your a life saver. I want to say THANK YOU! very much for this tutorial. I started to use Renpy and all the tutorials on youtube was shit! and within 5mins of your video i was able to understand what scene and show was and by 8mins I added images & texts. Keep up this channel and the way you teach cause that is the best way and thanks again I will not forget you.
I love how you explain each line and what it does
Still one of the most useful starters tu
Omg thank you for the video, it's like python which makes coding this so easy! Thank you again.
This was an amazing tutorial thank you for this!
Really cool and helpfull video. You explain it so nice, thank you man :)
When I added the options, everything worked fine with option 1 but if I clicked on option 2, when it jumped to the after choices, this error message appeared:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 33, in script
if choice1 == "1":
File "game/script.rpy", line 33, in
if choice1 == "1":
NameError: name 'choice1' is not defined
this error means that you have not created the variable choice1. you have probably typed
$ choice1 = 1 when the player selects option 1.
but didn't put anything in option 2.
and since the variable never gets created when you choose option 2, renpy will not be able to check what choice1 is, because it doesn't exist.
the best way to create variables and don't have any issues is to make them like this:
default variable = 0
for example. you can put this anywhere you want and the variable gets created as soon as you start the game
I’d love to see how to make scenes, props, characters and animations and add in music
Thank you so much for this tutorial!
Hey, nice and clear tips but please can someone tell me how do I open my game? (I mean how to see the CODED one, not the cods)
@@internetaltar easy
You're such a lifesaver man. :)
This is so helpful, tysm
YOOOOOOOOOOOOOOOOOOO When I saw "The Awakening" I was like heh, I've played that game. Then I saw yo profile pic! THAT'S YOU! I love that game man!!!
Hi, for some reason it doesnt show the png picture i added. Its just a girl with black contour and then the image name inside of it
edit* solved it, turned out the image had a capital letter
first time learning to code, my friend recommend python to me. It's actually surprisingly easy and fun!, Thank you!
G# script is more convenient and easy
@@chitra8074 hm, i was trying to have fun with python to makes games but i discover that it's more of a java script and web development code than making games lol, i heard C# is good at games?
this is great unintentional ASMR
Nothing worked after the name input option and thats very sad but i was happy to learn this stuff. good video im just confused.
this is the best tutorlial on youtube
This is really helpful! Thank you for this!
my background/image doesn't fit the screen for some reason and theres just the image with a transparent background
Hi! I'm having an issue with Ren'py.
When I type in:
$ y = renpy.input("What's my name")
the "input" doesn't turn orange, and I get errors.
probably the text editor, download "atom" it's very cool!
you game is awesome, well done
thank you so so so so much. amazing. you're the best
sorry dude im late
to see your video ...
i want to learn this renpy but i still dont have what i want but see your video its much i need one thanks
Easy to learning thanks for tutorial.
I think this video needs an update, I cannot get my background image to show, at least not the way you did it. I attempted to look up why my background image wouldn't snow, I guess the images have to be defined first now.
because of you i making my own game right know and its almost done thanks you for thes great tutorial
great video! thank you!
my fave youtuber
This is very helpful! Thank you so much ^^
The best teacher 🔥🙏
one question, you know how nom nom nami adds that custon text bar thing? is there a way to import that into the game so it wont be a boring white text bar?
sorry, I don't know who that is :/
I don't know how to put my images into the renpy program for later use
I can't seem to find the "All Script Files" button...
I don´t know why but transparent pictures doesn´t work for me.
OMG SO HELPFUL THANK YOU SO MUCH MANNNNNN!!!😃😃😃😃
I wish you create a tutorial for creating a 3D character and how to create scenes thats gonna get used in renpy
Super useful, more pls
"Hehe you just selected option1 you genius." xDD
This tutorial help me so much, but how can i make a special text like when Monika know about our PC username on DDLC and when people delete DDLC character they will give a reaction, Many thanks to whoever answer this.
I'm not sure if this is much help, but I assume that has something to do with "if" or "else" statements. Maybe something like "If file.rpy not found, jump....." where the program jumps to a label, if a file that you've chosen for the program to pay attention to, isn't found by it. Just a guess, though! If it's important to get an answer for you, then asking on a forum would be a better idea. I can find a link to one, if you want.
Necropost probably, but I checked the source code of DDLC and it's much, much easier than I first thought. Basically, there are a bunch of Python conditions that checks whether or not certain files are present or not and executes certain code if a certain condition holds.
It opens the python thing and i dont know what to select so i cant really use this apparently
Hey slim, your games are amazing, im trying to make some too, thanks for the mini tuto
the best teacher
This helped me so much thank you! 😁
How do you switch scenes? When I try, the new scene is just transparent, with the character still showing up over it. I've tried using bigger images, smaller images, nothing. Although, when I used said image *instead* of the one the player is supposed to start in, it worked.
this isnt working for me at multiple parts like choices and names. There had to of been some kind of change or something.
how to fit the background its show not fited and the background was to small how can i fix this
Hey I know its a little bit late but I really need help and Ive been searching around the internet but found no help. My problem is that I want to use my own language in renpy which is persian and I need the text in game to be aligned to the right . I changed the text_align to 1.0 but its still the same since Im new to renpy Im sure that Im doing something wrong would you help me pls?
Hey, can you help me? I have problem that when I write in script for example "show" it doesn't show the picture, it only shows the name of the pic, pls can you help?
It keeps coming up with `
ValueError: invalid literal for int() with base 16: 'R'
aha? I have never seen this error before, sorry can't help you with that. are you using the latest renpy version?
idk how to make the choices matter in the end, like if player keeps chosing 1 he dies. if he keeps chosing option 2 the other char loses respesct for him . etc idk how to create consequences
17:10 but use == instead of = , that was a mistake by me
Can somebody tell me how to male an image show up when placed under "Scene". I've been trying for around 30 minutes do make this work, but all it does is show the name of the image on top of the screen, but It wont show the image
Same thing is happening to me. Did you ever figure it out?
@@staceywilson-hernandez2773 sadly no, I'm still trying to figure it out. If I can, I'll tell you
@@SkeletalsBoneWorks Thank you. If I figure it out at all I will tell you too.
@@staceywilson-hernandez2773 update: figured it out. Get the images that you are going to use and place them in the images folder of the game. Then underneath (or anywhere before the game starts) and put 'Images [name] = "File_Name" (such as Images Space = "Purple_Galaxy.png") and that should work
@@SkeletalsBoneWorks Thank you :) ill give it a try as soon as I have the chance!
2:20 What editor do you have? You tell us to use the same one but are their choices we need to know? :)
That's notepad++
@@GratoNite I personally use Visual studio code
editra i believe
Hey I made my credit with "show" command which shows picture by picture, but the problem I have is that when the reader click on screen, it will skip the whole credit, any solution on how i should actually done it? Perhaps disabling clicking except for the menu when the credits rolled out?
i cant make it show an image, help