How to scale images in Ren'Py - The Easy Way

  Рет қаралды 16,223

SwedishGameDev

SwedishGameDev

Күн бұрын

Пікірлер: 42
@codemonkey5519
@codemonkey5519 2 жыл бұрын
Please keep making Renpy tutorials, they're extremely helpful
@swedishgamedev
@swedishgamedev 2 жыл бұрын
Thanks! As soon as I learn something useful, I make videos! :D
@RageTheDragoon
@RageTheDragoon 4 ай бұрын
Cracked the code for the Multiple Images: you need a Position and a Transform value. then simply add both tags after the character being shown: define default_pos = Position(xalign=0.5, yalign=0.5) transform default_size: zoom 0.7 show character neutral at default_pos, default_size show character angry at default_pos, default_size show character sad at default_pos, default_size
@swedishgamedev
@swedishgamedev 4 ай бұрын
Great work!
@Moeyuu_chr
@Moeyuu_chr 9 ай бұрын
Thank you this worked. I was so upset when my backgrounds were too small. Again thanks for saving the day😊
@swedishgamedev
@swedishgamedev 8 ай бұрын
Happy to help!
@bakeybell6356
@bakeybell6356 Жыл бұрын
Hi, idk if you’ll read this comment but worth of shot. I’ve tried it and it worked! But now I have a question about how to display and organize different expression. Like do we have to type in the same code but with small differences like: image Anna2: Or is there a more efficient way to do it?? Sorry if this sounds confusing I suck a explaining stuff😅😅
@swedishgamedev
@swedishgamedev Жыл бұрын
Hi there! Well the short answer is: there are much more efficient ways, but I’m not there yet 😅 so using this method you’ll have to repeat some code, which is cumbersome but ok for small projects. Sorry to not be able to help you more than that. And thanks for your comment!
@bakeybell6356
@bakeybell6356 Жыл бұрын
@@swedishgamedevCompletely understandable! I’m also still pretty new to coding especially coding a visual novel. Knowing how finicky coding can be, it can be quite a headache if something goes wrong. But again completely understandable and thanks for replying to my questions it really does make things a lot clearer!!😁
@crazysonic00
@crazysonic00 3 ай бұрын
how it work with background?
@JUSTaJUNK
@JUSTaJUNK Ай бұрын
Same question.
@jalencunningham2012
@jalencunningham2012 Жыл бұрын
I keep getting a error that says expected statement once i get to the zoom section. I followed everything to the T so is that something that can happen with Renpy and with the zoom feature?
@swedishgamedev
@swedishgamedev Жыл бұрын
Hm... Could you type the exact error message in a comment here?
@yuuwoods6482
@yuuwoods6482 Жыл бұрын
​@@swedishgamedev it's true it gives me the error too! it says: 'File "game/script.rpy", line 28: expected statement. zoom 1.5' what do i do?
@alyxyxzy
@alyxyxzy 4 ай бұрын
Sorry my english is bad but How to adjust the height of my character? In renpy🥹🥹 my character was at the top like he was floating (im a beginner)🥲
@swedishgamedev
@swedishgamedev 3 ай бұрын
Hello! Don't worry about your English! :) You want to check up "scale" or "zoom" in the Ren'Py docs. Hope you fix it! :)
@marektomas9256
@marektomas9256 Жыл бұрын
Hello. Can I use command "zoom" without defining image? If I have a lot of images..defining each of them is not effective way. Is possible to use command "show" image name and some parameters?
@swedishgamedev
@swedishgamedev Жыл бұрын
There probably is, but that is still beyond my knowledge yet.
@jessemartin7718
@jessemartin7718 7 ай бұрын
would it be better to resize images outside of renpy? I feel like that might make it easier to keep images a consistent scale with each other. But I'll try this out.
@swedishgamedev
@swedishgamedev 5 ай бұрын
Sometimes yes. But if you want your image to be as crisp as possible, it's probably better to have a slightly "too big" image and then scale it down.
@doggobutmorecursed6746
@doggobutmorecursed6746 Жыл бұрын
hey im not sure where to put my problem but uh (im new to renpy) ive got this error where my background is sized into a small window ig. (the character is bigger and so is the text) and when i tried your way it didnt work. is there any way to resize a background image?
@swedishgamedev
@swedishgamedev Жыл бұрын
Hm, I think the best way is to resize the image in an image editing software.
@vd1920
@vd1920 Жыл бұрын
waaaa thank you so much!!!! do you know if theres an easier way to mass do this to every sprite?
@swedishgamedev
@swedishgamedev Жыл бұрын
Hey! I'm sure there is a way, but haven't got around learning it yet. If you do before me, please teach me! :D
@vd1920
@vd1920 Жыл бұрын
@@swedishgamedev of course!! and thank you again :)
@Maulvensenigma7
@Maulvensenigma7 Жыл бұрын
I got an error message that said '"File game/script.api" , Line 17:expected statement zoom 0->.5'
@Maulvensenigma7
@Maulvensenigma7 Жыл бұрын
Never mind, I figured it out, great tutorial though! It really helped thank you
@bok9596
@bok9596 Жыл бұрын
@@Maulvensenigma7 what did you do?
@swedishgamedev
@swedishgamedev Жыл бұрын
Great! How did you solve it?
@jordanmckennieisawesome7005
@jordanmckennieisawesome7005 Жыл бұрын
Thank you so much. I was using a character model and everytime I would type show her, she would be shown all the way at the top with only her legs showing.
@swedishgamedev
@swedishgamedev Жыл бұрын
Excellent to have been able to help!
@rosemarx8587
@rosemarx8587 4 ай бұрын
Thank you very much!!!!!!!!!!!🥰🙏
@swedishgamedev
@swedishgamedev 3 ай бұрын
You're welcome!
@alyxyxzy
@alyxyxzy 4 ай бұрын
How to adjust the height? My character was on the top 🥹🥲🥲
@swedishgamedev
@swedishgamedev 3 ай бұрын
Hello! Don't worry about your English! :) You want to check up "scale" or "zoom" in the Ren'Py docs. Hope you fix it! :)
@BunnyTrashPrincess
@BunnyTrashPrincess Жыл бұрын
It doesn't work on my side image :(
@swedishgamedev
@swedishgamedev Жыл бұрын
Side images are a bit special. When I find out how I'll post about it.
@BasilLeaf488
@BasilLeaf488 3 ай бұрын
It’s so blurry though
@LordBordum
@LordBordum Жыл бұрын
Its not working? says its wrong
@swedishgamedev
@swedishgamedev Жыл бұрын
What error do you get?
@buejuika
@buejuika 10 ай бұрын
Ничего не работает
@swedishgamedev
@swedishgamedev 9 ай бұрын
What isn't working? If you specify the problem I might be able to help.
АЗАРТНИК 4 |СЕЗОН 2 Серия
31:45
Inter Production
Рет қаралды 1,1 МЛН
отомстил?
00:56
История одного вокалиста
Рет қаралды 7 МЛН
哈莉奎因怎么变骷髅了#小丑 #shorts
00:19
好人小丑
Рет қаралды 51 МЛН
Nastya and balloon challenge
00:23
Nastya
Рет қаралды 60 МЛН
How To Actually Finish Your Ren'Py Game
6:35
SwedishGameDev
Рет қаралды 5 М.
Ren'py Images and Action Editor Tutorial
12:33
Visual Novel Design
Рет қаралды 72 М.
Adobe is horrible. So I tried the alternative
25:30
Bog
Рет қаралды 1 МЛН
An Aseprite Crash Course In 30 Minutes
31:47
AdamCYounis
Рет қаралды 1,1 МЛН
Visual Novel Music Tutorial (for Non-Musicians)
21:01
Visual Novel Design
Рет қаралды 20 М.
Simplified Ren'py Tutorial
12:21
Visual Novel Design
Рет қаралды 131 М.
АЗАРТНИК 4 |СЕЗОН 2 Серия
31:45
Inter Production
Рет қаралды 1,1 МЛН