Search found 33 matches

by Farryn
Wed Jan 31, 2018 9:04 pm
Forum: Works in Progress
Topic: Diplomatic Relations [GxG][Fantasy][Romance] - DEMO
Replies: 9
Views: 2464

Re: Diplomatic Relations [GxG][Fantasy][Romance]

The demo is now out!
https://farryn.itch.io/diplomatic-relations

We also have a feedback survey ready. Everyone who completes it will be entered into a drawing for a free copy of the game.
https://goo.gl/forms/xxgm4JMrutJ4M29o1
by Farryn
Mon Jan 22, 2018 7:39 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy: How to put some transitions in windows/dialogue boxes/textbox???
Replies: 1
Views: 1462

Re: Renpy: How to put some transitions in windows/dialogue boxes/textbox???

Maybe this?
viewtopic.php?f=8&t=31489

Those commands might link the dialogue box to the default transition.
by Farryn
Mon Jan 22, 2018 7:29 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Mac/Linux Build on Windows
Replies: 2
Views: 550

Re: Mac/Linux Build on Windows

Thank you very much! Of course the one thread I need has the one word I did search for(builds instead of build) XD
by Farryn
Mon Jan 22, 2018 6:50 pm
Forum: Ren'Py Questions and Announcements
Topic: how to change the position of my choice (image) in only one menu
Replies: 4
Views: 746

Re: how to change the position of my choice (image) in only one menu

What they're saying is to take a look at the choice() screen in screens.rpy and use that to create a custom screen that does what you want. https://www.renpy.org/doc/html/statement_equivalents.html#renpy.display_menu Has the documentation on renpy.display_menu(), which is how the choice menu current...
by Farryn
Mon Jan 22, 2018 6:47 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Mac/Linux Build on Windows
Replies: 2
Views: 550

[Solved]Mac/Linux Build on Windows

Hi all, I feel like I'm missing something very obvious but I haven't been able to find a concrete answer to whether I can make mac/linux builds with just my windows pc. I was looking to use the Windows, Mac, and Linux for Markets build option but am not sure if I need to do anything else beside uplo...
by Farryn
Sun Jan 21, 2018 9:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Sayer *char* is not a function or string...
Replies: 1
Views: 1059

Re: Sayer *char* is not a function or string...

I believe you need:

define char = Characer("char", who_color="#ffffff")

Where "char" will be what shows up in the namebox.

https://www.renpy.org/doc/html/dialogue ... er-objects
by Farryn
Sun Jan 21, 2018 6:20 pm
Forum: Ren'Py Questions and Announcements
Topic: Slide in menu when hovered
Replies: 4
Views: 1425

Re: Slide in menu when hovered

Is this thread of any help? It toggles a menu in-and-out when a button is clicked:
viewtopic.php?p=128619
by Farryn
Sun Jan 21, 2018 4:56 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]GPU spike and screen lag - 6.99.14
Replies: 4
Views: 2323

Re: GPU spike and screen lag - 6.99.14

This is good to know, thank you! I will remove this and switch back to the thumbnails. -- 5 minute later edit -- I removed the function and switched back to using all thumbnails instead and the lag was fixed immediately. No problem anywhere anymore and the hit to my gpu dropped by 10%. Thank you ver...
by Farryn
Fri Jan 19, 2018 10:24 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]GPU spike and screen lag - 6.99.14
Replies: 4
Views: 2323

Re: GPU spike and screen lag - 6.99.14

Sent in pm - thank you!
by Farryn
Fri Jan 19, 2018 8:35 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]GPU spike and screen lag - 6.99.14
Replies: 4
Views: 2323

[Solved]GPU spike and screen lag - 6.99.14

Hello all, I updated to the new Ren'Py back on Sunday and since then I've seen noticeable issues with my GPU and lag in my game whenever a screen is being loaded. I've tried the solutions listed at https://www.renpy.org/doc/html/display_problems.html and I double-checked https://www.renpy.org/doc/ht...
by Farryn
Sun Jan 14, 2018 6:58 pm
Forum: Ren'Py Questions and Announcements
Topic: Why is my game slow?
Replies: 12
Views: 24117

Re: Why is my game slow?

Sent you an email - thank you!
by Farryn
Sat Jan 06, 2018 5:24 pm
Forum: Ren'Py Cookbook
Topic: Another dynamic gallery cookbook
Replies: 3
Views: 4353

Re: Another dynamic gallery cookbook

Thank you for posting this code, as a total newb I really appreciate this. Question Which script do I put the ProportionalScale code, the screen.rpy or the script.rpy? File "game/script.rpy", line 26: expected statement. def ProportionalScale(img, maxwidth, maxheight): ^ Ren'Py Version: R...
by Farryn
Sat Jan 06, 2018 4:07 pm
Forum: Ren'Py Cookbook
Topic: Very Simple Gallery Code
Replies: 2
Views: 7954

Re: Very Simple Gallery Code

Thank you for this! The breakdown helped me a lot.
by Farryn
Tue Dec 12, 2017 7:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Hide Navigation Buttons While Main Screen Animation Plays[Solved]
Replies: 1
Views: 422

Re: Hide Navigation Buttons While Main Screen Animation Plays[Solves]

I solved this by looking at mitoky's tutorial for making splashscreens here: viewtopic.php?f=51&t=46121