Search found 33 matches

by Biotikos
Sat Aug 26, 2017 5:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Trouble with "romance points"
Replies: 4
Views: 566

Re: Trouble with "romance points"

Thanks to you all!

I fixed it as you explained me and it worked <3

Screencap of the Variables Visor in Ren'Py at our Twitter

I'll properly credit you all in the game's credits as in our Twitter where I have uploaded the screencap from above (?
by Biotikos
Fri Aug 25, 2017 10:11 am
Forum: Ren'Py Questions and Announcements
Topic: Trouble with "romance points"
Replies: 4
Views: 566

Trouble with "romance points"

Hello, community. I've been using romance points since I started my project in 2015 (yea, that's a long time) and never had problems, but it's been sometime since I haven't done debugging and I am stuck with a problem with numerical variables. In a separate file, named "definitions.rpy", i...
by Biotikos
Wed Sep 17, 2014 3:52 pm
Forum: We are a Free Project looking for Partners
Topic: Looking for artists for mid-length VN
Replies: 0
Views: 858

Looking for artists for mid-length VN

http://33.media.tumblr.com/b9ca87c758c4fb8331c41f6998d261a5/tumblr_n8asly0ey81s9swvqo1_500.png Hello. We're Biotikos Development , a Spanish-based visual novel creators. We're pioneers on the topic in our island, our province and our country. 2 years ago, we decided to start Thirteen , a post-apoca...
by Biotikos
Sat Jul 05, 2014 11:24 am
Forum: Ren'Py Questions and Announcements
Topic: Credits and text after menu, how?
Replies: 8
Views: 959

Re: Credits and text after menu, how?

Oh... I have to write it in another line... Now it works
Thanks for your help!
by Biotikos
Fri Jul 04, 2014 10:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Credits and text after menu, how?
Replies: 8
Views: 959

Re: Credits and text after menu, how?

It throws me File "game/script.rpy", line 46: end of line expected. show logo with dissolve at truecenter Anyway what I did was to calculate the difference and add it to the image, so it now appears at the centre, no big deal x) Thanks anyway, I don't know if I made a mistake anywhere or i...
by Biotikos
Fri Jul 04, 2014 8:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Credits and text after menu, how?
Replies: 8
Views: 959

Re: Credits and text after menu, how?

Still having trobules with the position of the image... it won't show in the center, and statements such as "at center" won't work also...

Anyway thanks, I followed your handbook in Tumblr 3:
by Biotikos
Fri Jul 04, 2014 7:19 pm
Forum: Ren'Py Questions and Announcements
Topic: Credits and text after menu, how?
Replies: 8
Views: 959

Re: Credits and text after menu, how?

I noticed, it my fault because I didn't search before asking here.

Sorry, and thank you very much ~
But I have a doubt that I don't see anywhere - when I place a image, it appears on the bottom instead of centered, is it because I have specified "style.default.layout = subtitle? ;_;
by Biotikos
Fri Jul 04, 2014 5:25 pm
Forum: Ren'Py Questions and Announcements
Topic: Credits and text after menu, how?
Replies: 8
Views: 959

Credits and text after menu, how?

Hello, community.
I've recently started to polish my game and therefore, before releasing a beta that I will soon launch in Tenerife -an island in Spain, Canary Islands-, I wanted to place logos and text before the main menu, but I have no clue on how to do it.

Could you guys help me out? Thanks
by Biotikos
Tue May 06, 2014 3:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Multiple vboxes in one screen, possible?
Replies: 1
Views: 495

Multiple vboxes in one screen, possible?

Okay so I asked about making quicktime events with Python, if it was possible and how, and they answered me with this code: call screen qte_one screen qte_one: vbox xalign 0.3 yalign 0.7: imagebutton idle "cg/coco.png" hover "cg/coco ok.png" action Jump("qte_one_success"...
by Biotikos
Thu Mar 20, 2014 7:26 pm
Forum: Ren'Py Questions and Announcements
Topic: Image can't take xalign / yalign? [SOLVED]
Replies: 2
Views: 414

Re: Image can't take xalign / yalign?

I think I shoulda place a sticky note in my forehead with all those fails xdd

Thanks, it worked!
by Biotikos
Thu Mar 20, 2014 5:58 pm
Forum: Ren'Py Questions and Announcements
Topic: Image can't take xalign / yalign? [SOLVED]
Replies: 2
Views: 414

Image can't take xalign / yalign? [SOLVED]

Okay so
I have this code on my script

Code: Select all

show quickalert xalign 0.5 yalign 0.5 with dissolve 
And when I try to execute the game it returns me this string:

Code: Select all

Image 'quickalert can't take parameters 'xalign 0.5 yalign 0.5' (Perhaps you got the name wrong?
What did I do this time... xDD
by Biotikos
Tue Nov 05, 2013 11:50 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Centering textbox text.
Replies: 6
Views: 991

Re: Centering textbox text.

It worked! Thank you very much ><
by Biotikos
Mon Nov 04, 2013 6:24 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Centering textbox text.
Replies: 6
Views: 991

Re: Centering textbox text.

Isn't there a way to center all the text in the textbox and the dialogue/thoughts in all the game? ;_;
Sorry for short message but idk I understood but it wasn't what I was actually searching
by Biotikos
Mon Nov 04, 2013 5:07 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Centering textbox text.
Replies: 6
Views: 991

Re: Centering textbox text.

It seems I didn't explain myself correctly; I apologize.

What I want is that the text appears centered, just like if you used "center" tag in BBcode / HTML.
You know what I mean?
by Biotikos
Sat Nov 02, 2013 9:04 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Centering textbox text.
Replies: 6
Views: 991

[SOLVED] Centering textbox text.

I'll be brief. I want to center the text of the textbox, but I don't know how the hell - just managed to place the text in the center setting left padding to 570 but not the disposal, so it appears like this: http://i.minus.com/jtdlJlZvOoTJe.png Does somebody knows how can I center the text in all t...