Search found 8 matches

by Ceiyne
Sun Sep 17, 2017 8:09 am
Forum: Development of Ren'Py
Topic: UWP support? (Xbox Creators Program)
Replies: 6
Views: 5163

UWP support? (Xbox Creators Program)

Is there any possibility of adding the capability to compile to the UWP format? This would, amongst other things, open the door to getting Ren'Py-based games on the Xbox One via the Creators Program:

https://www.xbox.com/en-US/developers/creators-program/
by Ceiyne
Tue Apr 25, 2017 8:13 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 97607

Re: Dating Sim Engine (DSE) 3.12! Day Planner and Event Mana

Thanks as always. Regarding the minor issue of the "What should I do today" line disappearing, I did a little digging through the documentation and I found a couple of alternatives that seem to work. One involves adding a couple of lines around line 87 of main.rpy: $ narrator("What sh...
by Ceiyne
Thu Apr 20, 2017 3:06 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 97607

Re: Dating Sim Engine (DSE) 3.12! Day Planner and Event Mana

Me again with a couple more things... With regard to #2 from my prior post: If you try to reproduce what I said, I realized that the problem isn't visible on all GUI color schemes (because apparently not all GUI color schemes have a visible text box). I am using the light blue accent with white back...
by Ceiyne
Wed Apr 19, 2017 2:56 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 97607

Re: Dating Sim Engine (DSE) 3.12! Day Planner and Event Mana

I gave this a pretty good test and it looks like a success! The planner now displays correctly under the new GUI and all the interactions work. I also did some regression testing and the code also works if I run it under the legacy interface. :) There were a couple of things I thought I'd mention/as...
by Ceiyne
Wed Apr 19, 2017 2:14 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 97607

Re: Dating Sim Engine (DSE) 3.12! Day Planner and Event Mana

Thank you! I will check it out now and let you know.
by Ceiyne
Tue Apr 18, 2017 5:58 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 97607

Re: Dating Sim Engine (DSE) 3.12! Day Planner and Event Mana

Sorry, but I have another question. The quick version is - do I need to do anything special to make the day planner work with the new GUI? Given that I'm new to Ren'py I can't tell if I've made a dumb mistake or not. :) Here are the details behind my question... In my earlier experiments, I had been...
by Ceiyne
Tue Apr 18, 2017 4:42 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 97607

Re: Dating Sim Engine (DSE) 3.12! Day Planner and Event Mana

Thanks for thinking it through and getting back to me. I'll try to plan things out a bit and go with the solution that best fits my events, as you recommended. The "afternoon1" and "afternoon2" type of idea had crossed my mind as well so I will probably incorporate that too.
by Ceiyne
Thu Apr 13, 2017 11:27 am
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 97607

Re: Dating Sim Engine (DSE) 3.12! Day Planner and Event Mana

First of all, thank you for creating this. Although I have a programming background, I'm a complete noob when it comes to Ren'Py (for that matter, Python too, lol) and it's a huge help to avoid having to write all of this logic myself. I'm starting to think about how to approach my first Ren'Py/DSE ...