myy game at 7000+ lines in the main file... welp never to late to learn
@MrMuffin0136 күн бұрын
Is there a way to move the video to a different spot on the screen?
@Spamkromite9 күн бұрын
Ah thank you. I thought I needed to do this per character in my visual novel but your method is more optimal 😅 Now to keep wondering how to add sounds to the words of the character like in Undertale.
@Spamkromite9 күн бұрын
I'm really just stuck... I can't do story nor art until I manage to make the sounds to appear per word and stop per space between the words. One last hurdle to overcome and it's been 2 days trying to look for a solution to that -- is the same problem I had with Godot, UE, Unity, VNMaker and now Ren'py...
@Spamkromite9 күн бұрын
I like the GUI-less restrictions Ren'Py has. Problem is, discovering all the available tags and how to use them for your stuff, is... very hard.
@Spamkromite9 күн бұрын
Looks like even when I try to search for "main" in the option.rpy it doesn't find anything 😥 But the line you are showing it does indeed appear and your tutorial works. It seems my Editor must have something toggled to disable finding words that are not isolated... I use Visual Studio Code for this. Ah... how do you stop the main menu music from playing when you start the game? 😅 OK just use at the start of the label of the script.rpy: stop music fadeout 1.0 So it will fade into the game fast.
@cesruhf260517 күн бұрын
Thank you so much. there really was nothing else on the internet that i could find and you gave me exactly what I need thanks bro!
@cesruhf260521 күн бұрын
thanks bro i needed to find the "pause" 😭😭
@kim_sulliq26 күн бұрын
question here. The quality for my main menu is quite blurry. Any suggestions on how to fix this? 😓
@suunny1103726 күн бұрын
THANK YOU SO MUCH FOR THIS! it worked so well and my game looks super cool now :3
@kim_sulliq26 күн бұрын
hii I wanna ask something. What resolution did u use when animating for the main menu? And did urs come out blurry? 😅
@schlusitania27 күн бұрын
Man, life saver :)
@artfuldonut3924Ай бұрын
How would we hide the side image? I was able to get a side image working, but im not sure how to hide it when the character is also shown in the middle of the screen :(
@new-lvivАй бұрын
Huerta Topografica Alegreya is a wonderful cozy font.
@BarbaraAngelinАй бұрын
YOU ARE THE BEST ONE REN'PY TUTORIAL VIDEOS CREATOR PLEASE COMEBACK TO KZbin THE COMUNITY NEEDS YOU BY OUR SIDE
@rkgrkgАй бұрын
Easiest ever! Thanks so much for all your simple, easy-to-follow tutorials!
@yuqi_bing9Ай бұрын
I always get an error that the font does not appear and incidentally other errors that I do not understand 🤡
@SuperDeluxe80Ай бұрын
it's just that easy lol.
@yajurramduth3733Ай бұрын
Hi! How do I stop the video after the player has clicked past that section, because the audio keeps playing in the background. I tried 'stop movie' but it doesn't help.
@kami-the-foxАй бұрын
Thanks sososo much!!! This will help a lot!!!
@suzupeco-g7vАй бұрын
do you know how to stretch the aspect ratio for Android port? so it fits the full screen
@rkgrkg2 ай бұрын
Great Ren'py tutorials! I also prefer talking tutorials. Gives the video so much more personality, and it's much easier to understand. A cursor is such a little thing, but goes a long way towards making your game feel unique.
@moebeast25862 ай бұрын
How would i make it stop looping and is there a way for me to make the text come up after the animation is done?
@Flutterd3rp2 ай бұрын
Where do i put the label and what is the code to make it stop? I cant figure it out.
@CrustyKlownFlakes2 ай бұрын
Your videos are so helpful man! I can't tell you how many times I've come to your channel to help me out with making my own projects when I was on the verge of giving up, thank you so much!!🙏
@swedishgamedev2 ай бұрын
That means a lot to me! Thanks for sharing and I'm really glad I could help you out :)
@RhoVabien2 ай бұрын
Thank you 😊
@itzblu.ytgacha2 ай бұрын
YESSS I DID IT HEELO
@cherenko22 ай бұрын
Should it always put the game in the launcher directory or can i load it from another directory
@yamayuki25622 ай бұрын
do we need to write return ? for allowing the player to interact more ? like multi imagebuttons
@ivanstereo34763 ай бұрын
I dont speak english, but you helped me a lot. Thanks
@Ffgcmh3 ай бұрын
thank you! But is there a way to remove the buttons other than Start and Load from the start screen?
@LucasMorgan-j8y3 ай бұрын
Hi, can you please tell me how to loop the music?
@chimgalbi13533 ай бұрын
thank you...! i find my messiah!!!
@valcres3 ай бұрын
I just want to say, thank you! I'm developing my own visual novel and your shorts tutorials are very useful. You help me a lot with things I need and also you create me the necessity of create new things to make my VN more unique. Thank you again.
@feshniefox22353 ай бұрын
Thank you so much for this!
@chaeyeongLFG3 ай бұрын
thank you!!
@bradsmith13143 ай бұрын
take not its scene timer not object timer
@chaennelchaennel3 ай бұрын
I followed along but it gave me "Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?" ``` While running game code: File "renpy/common/00start.rpy", line 216, in script call call _load_reload_game from _call__load_reload_game_1 File "renpy/common/00keymap.rpy", line 531, in script python hide: File "renpy/common/00keymap.rpy", line 531, in <module> python hide: File "renpy/common/00keymap.rpy", line 542, in _execute_python_hide renpy.load(renpy.session["_reload_slot"]) Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way? -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00start.rpy", line 216, in script call call _load_reload_game from _call__load_reload_game_1 File "renpy/common/00keymap.rpy", line 531, in script python hide: File "C:\Users\claur\Downloads enpy-8.2.3-sdk enpy\ast.py", line 823, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\claur\Downloads enpy-8.2.3-sdk enpy\python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00keymap.rpy", line 531, in <module> python hide: File "renpy/common/00keymap.rpy", line 542, in _execute_python_hide renpy.load(renpy.session["_reload_slot"]) File "C:\Users\claur\Downloads enpy-8.2.3-sdk enpy\loadsave.py", line 829, in load log.unfreeze(roots, label="_after_load") File "C:\Users\claur\Downloads enpy-8.2.3-sdk enpy ollback.py", line 1130, in unfreeze self.rollback(0, force=True, label=label, greedy=greedy, on_load=True) File "C:\Users\claur\Downloads enpy-8.2.3-sdk enpy ollback.py", line 925, in rollback self.load_failed() File "C:\Users\claur\Downloads enpy-8.2.3-sdk enpy ollback.py", line 843, in load_failed raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?") Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way? ```
@realinus3 ай бұрын
based swede
@a.i.51293 ай бұрын
Thanks! Now it's all broken 👍
@cryptogenik3 ай бұрын
THERE"S NO LINK IN THE DESCRIPTION!
@el1felfw3 ай бұрын
hello in this video the character speaks in the same play but i want to make something different. Lets say we have label opening1, this is the first playing experience. And when this is done, it should send back to the main menu. And when start is clicked again, it should open label opening2, which is something else. How can i achieve this? İt keeps looping in the opening1 and it doesn't send me back to the main menu somehow. Im sorry if im too picky, im just so new to this.
@inihilisme15114 ай бұрын
It gives me an error at line 161 when I edited like you did.
@extraimagination2.04 ай бұрын
I am totally new ,can i tell me how to create or make ot get images to make / create a game in renpy? I am from commerce background so i didn't know where to create images ?
@muddyhaq21764 ай бұрын
69 like yey also thanks
@goblinounours4 ай бұрын
Wait, we're supposed to pronounce "gui" ... gooey? Dang it, I've been saying "guy" for so long!
@swedishgamedev4 ай бұрын
You do you! I'll back your pronunciation any day! :D
@Rasmuzzrockzz4 ай бұрын
I have a question, what if I want to add dialogue to a background? Like, a room shows, and you can interact with it when clicking it, and a dialogue appears, like with the hover! I've been really looking for something about it but I can't find anything! Thanks if you see this ^^
@hmmmmn67704 ай бұрын
Brother please tell us how to change the the colorof a text which is in between a scentence?