Search found 93 matches

by glithch
Sat Jan 25, 2020 7:12 am
Forum: Ren'Py Cookbook
Topic: Tutorial & Code: Analog/Digital Clock as User Defined Displa
Replies: 26
Views: 30323

Re: Tutorial & Code: Analog/Digital Clock as User Defined Displa

Could you make a project with just the code and images for your clock the size you want it and attach it here? There is some trickiness with the font and I want to be able to see what’s going on. Because If I can fix it, I will! https://drive.google.com/open?id=19ssuC8qQVGmIi5LW2Paa3KyhliHJZcus her...
by glithch
Fri Jan 24, 2020 3:59 pm
Forum: Ren'Py Cookbook
Topic: Tutorial & Code: Analog/Digital Clock as User Defined Displa
Replies: 26
Views: 30323

Re: Tutorial & Code: Analog/Digital Clock as User Defined Displa

but the analog image isnt square. i took your analog clock image, and pasted my own clock into it and i notice a lot of stretching The analogue clock images in the project I posted are square, the base, hour and minute images are 450x450 (the second hand is 255x255). The displayable is set up with ...
by glithch
Sat Jan 18, 2020 1:32 pm
Forum: Ren'Py Cookbook
Topic: Tutorial & Code: Analog/Digital Clock as User Defined Displa
Replies: 26
Views: 30323

Re: Tutorial & Code: Analog/Digital Clock as User Defined Displa

There shouldn't be any horizontal stretching, but the key is, whatever images you are using need to be exactly square. So 150x150 or 75x75, etc. Are you using your own images or the ones I included? but the analog image isnt square. i took your analog clock image, and pasted my own clock into it an...
by glithch
Tue Jan 14, 2020 6:34 pm
Forum: Ren'Py Questions and Announcements
Topic: text centered in the middle of the bottom part of the screen(solved)
Replies: 13
Views: 1708

Re: text centered in the middle of the bottom part of the screen(still need help)

Are these normal dialogue lines? They look as menu voices. Or just "text". Or whatever. Anyway: define gui.dialogue_xpos = 0.5 define gui.dialogue_text_xalign = 0.5 That's the example in the gui doc, and it worked for me. Did you try to erase permanent data too from the launcher? omg fina...
by glithch
Tue Jan 14, 2020 9:17 am
Forum: Ren'Py Cookbook
Topic: Tutorial & Code: Analog/Digital Clock as User Defined Displa
Replies: 26
Views: 30323

Re: Tutorial & Code: Analog/Digital Clock as User Defined Displa

hi i wanted to ask about the horizontal stretching out of the digital clock? why does it happen? can i just make it stop?
by glithch
Tue Jan 14, 2020 9:10 am
Forum: Ren'Py Questions and Announcements
Topic: text centered in the middle of the bottom part of the screen(solved)
Replies: 13
Views: 1708

Re: text centered in the middle of the bottom part of the screen(still need help)

Can you show a mock screenshot of what you want and a screenshot if what you currently have along with the relevant code you have right now? sorry for how messy it looks, just stitched it fast, ignore the clock. https://imgur.com/a/MpOe6In i dont know what code would i have to post, other then just...
by glithch
Mon Jan 13, 2020 5:32 pm
Forum: Ren'Py Questions and Announcements
Topic: text centered in the middle of the bottom part of the screen(solved)
Replies: 13
Views: 1708

Re: text centered in the middle of the bottom part of the screen(still need help)

You have 268 pixels of left margin by the dialogue frame pushed that side. Set it to 0. You should also probably change the width of the dialogue frame from 744 to your window size. then set dialogue_text_align to 0.5. this just pushes my text to the left, to the point where most of the message get...
by glithch
Sat Jan 04, 2020 12:24 pm
Forum: Ren'Py Questions and Announcements
Topic: text centered in the middle of the bottom part of the screen(solved)
Replies: 13
Views: 1708

Re: text centered in the middle of the bottom part of the screen

Imperf3kt wrote: Mon Dec 23, 2019 3:52 pm Which text are you talking about.
When I suggested an xfill before, I forgot to ask.

Do you mean the dialogue text?
yes!
edit: i tried using justify True in style say_dialogue but it wont work
by glithch
Mon Dec 23, 2019 9:37 am
Forum: Ren'Py Questions and Announcements
Topic: text centered in the middle of the bottom part of the screen(solved)
Replies: 13
Views: 1708

Re: text centered in the middle of the bottom part of the screen

Imperf3kt wrote: Thu Dec 12, 2019 5:33 pm Are you trying to make the text "justified"?
Use an xalign and additionally add an xfill True
@Imperf3kt
i know this is a late answer, i was doing focused on the art' but where exactly do i add that xfill?
by glithch
Thu Dec 12, 2019 4:12 pm
Forum: Ren'Py Questions and Announcements
Topic: text centered in the middle of the bottom part of the screen(solved)
Replies: 13
Views: 1708

text centered in the middle of the bottom part of the screen(solved)

this might seem really easy and simple but i havent touched renpy in a long time and documentation isnt helping me so i thought i would ask here. neither define gui.dialogue_text_xalign = 0.5 nor define gui.dialogue_xpos = 600 really center it proprely. i need the text to format appropriately. not j...
by glithch
Sun Nov 12, 2017 3:44 pm
Forum: I am an Artist
Topic: Sprite artist looking for fun projects! [Free]
Replies: 1
Views: 940

Sprite artist looking for fun projects! [Free]

EDIT: just heads up i mean dialogue sprites because a few people were confused u-u hiiiii so at this point im working on an rpg and i kinda miss sprite work? i can work for free but it has to be a project that really catches my interest and one that i can be sure of at least the demo happening! here...
by glithch
Wed Jul 26, 2017 12:18 pm
Forum: Works in Progress
Topic: Doki Doki Soft Boys [Comedy] [GxB,BxB, NBxB?]DEMO!!!
Replies: 31
Views: 6792

Re: Doki Doki Soft Boys [Comedy] [GxB,BxB, NBxB?]DEMO!!!

noticed that one of my picss was messed up, edited it :x
by glithch
Tue Jul 25, 2017 3:54 pm
Forum: Works in Progress
Topic: Doki Doki Soft Boys [Comedy] [GxB,BxB, NBxB?]DEMO!!!
Replies: 31
Views: 6792

Re: Doki Doki Soft Boys [Comedy] [GxB,BxB, NBxB?]DEMO!!!

!!!!!!!!!!!!!!!! Demo is up!!! Would loove critique!
by glithch
Thu Jul 06, 2017 6:54 am
Forum: Ren'Py Questions and Announcements
Topic: no idea how to use this code from cookbook :?
Replies: 8
Views: 1358

Re: no idea how to use this code from cookbook :?

Re-read what I wrote... especially the: make sure it is outside any python or label block bit If confused, just put it on the first line of the file, un-indented, no spaces before the first letter, no tabs, no anything ahhh so sorry, ive never put anything sooo outside of everything and i saw every...