Search found 70 matches

by Smaymay
Thu Feb 14, 2019 10:26 am
Forum: Ren'Py Questions and Announcements
Topic: TypeError: coercing to Unicode
Replies: 1
Views: 360

TypeError: coercing to Unicode

Hi there! I've stumbled upon an error today and after changing up the syntax 100 times to fix it and some research I realised I need help haha. I have this screen with an awful lot of imagebuttons. I'm still using placeholder art atm so I will have to change their positions once I get the finished G...
by Smaymay
Thu Jan 31, 2019 5:33 am
Forum: Ren'Py Questions and Announcements
Topic: Quicksave saves in wrong slot order
Replies: 2
Views: 523

Re: Quicksave saves in wrong slot order

UPDATE
So I kinda forgot about this bug... It's still a problem actually. Maybe now someone knows what I did wrong? :o
by Smaymay
Tue Jan 29, 2019 7:54 am
Forum: Ren'Py Cookbook
Topic: Ace Attorney style Court Record
Replies: 2
Views: 3882

Re: Ace Attorney style Court Record

Very informative. It works like a charm! The structure you provided here could be very useful for dating sims with inventory systems too. Looking forward to future developments. ^^
by Smaymay
Fri Jan 11, 2019 7:46 am
Forum: Ren'Py Questions and Announcements
Topic: Setting variable as another variable (solved)
Replies: 3
Views: 449

Re: Setting variable as another variable

@philat

Oh damn. It works haha. I feel so dumb. Thanks for the quick reply. Learned something new today ^^
by Smaymay
Fri Jan 11, 2019 4:41 am
Forum: Ren'Py Questions and Announcements
Topic: Setting variable as another variable (solved)
Replies: 3
Views: 449

Setting variable as another variable (solved)

Hi there, I'm coding the point system at the moment to determine which character the player will end up with. Of course, there are also scenes for the possibility that you end up with a tie. The system works fine at the moment except for one tiny detail. if tiedBetweenTwo == True: show choiceOverlay...
by Smaymay
Thu Dec 27, 2018 9:23 am
Forum: Works in Progress
Topic: Vicboys [GxB] [Period Drama, Comedy] [Commercial] DEMO OUT
Replies: 42
Views: 16653

Re: Vicboys [GxB] [Period Drama, Comedy] [Commercial] DEMO OUT

Philip

Hey hey. Thanks for the compliments and playing our demo :) It's much appreciated. Have a nice day!
by Smaymay
Wed Dec 26, 2018 10:58 am
Forum: Demos & Beta Testing
Topic: Vicboys - Dating sim set in Victorian Age ✦ DEMO ✦ FEEDBACK NEEDED
Replies: 1
Views: 921

Vicboys - Dating sim set in Victorian Age ✦ DEMO ✦ FEEDBACK NEEDED

https://i.imgur.com/Dw15MO4.png Follow the development on Tumblr | Discord | Youtube | Itch.io [/size][/b] DEMO IS OUT NOW ✦ DOWNLOAD HERE FOR FREE [/size] Hey everyone. We already have a main thread here in the "Works in progress" corner where we just shared the news that we uploaded our...
by Smaymay
Wed Dec 26, 2018 10:31 am
Forum: Works in Progress
Topic: Vicboys [GxB] [Period Drama, Comedy] [Commercial] DEMO OUT
Replies: 42
Views: 16653

Re: Vicboys [GxB] [Period Drama, Comedy] [Commercial]

https://i.imgur.com/Dw15MO4.png DEMO IS OUT NOW ✦ DOWNLOAD HERE FOR FREE [/size] We recently published our demo on Itch.io over the holidays. We'd love to hear your thoughts and feedback. If you could leave a comment or answer the questions in this thread that would be great :) Make sure to check o...
by Smaymay
Sun Aug 26, 2018 3:04 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Changing Side Image during other dialogue
Replies: 2
Views: 1867

Re: Changing Side Image during other dialogue

Skyeworks Thank you for leaving a reply and linking these threads. :) They were quite useful. But in the end, I found the solution here: https://lemmasoft.renai.us/forums/viewtopic.php?t=35598 Now I'm able to change the expression of my mc even if she's not speaking. Here's the updated code for any...
by Smaymay
Sat Aug 18, 2018 10:02 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Changing Side Image during other dialogue
Replies: 2
Views: 1867

[Solved] Changing Side Image during other dialogue

Hi there! I was wondering if it would be possible to change a side image (expression) even though this particular character isn't speaking at the moment. I looked at https://www.renpy.org/doc/html/side_image.html and managed to make it work to a certain degree. But I keep getting an error saying the...
by Smaymay
Fri Aug 10, 2018 4:51 am
Forum: Works in Progress
Topic: Vicboys [GxB] [Period Drama, Comedy] [Commercial] DEMO OUT
Replies: 42
Views: 16653

Re: Vicboys [GxB] [Period Drama, Comedy] [Commercial]

AntiquedFae O my gosh. Thank you for your lovely words :) The Victorian era is my favourite time period so I'm really having a blast working on this game. Happy to hear you look forward to it as well! And how kind of you to offer your proofreading services. We're not looking for a proofreader right...
by Smaymay
Thu Aug 02, 2018 3:54 am
Forum: Works in Progress
Topic: Vicboys [GxB] [Period Drama, Comedy] [Commercial] DEMO OUT
Replies: 42
Views: 16653

Re: Vicboys [GxB] [Period Drama, Comedy] [Commercial]

Zelan

Thank you for your comment. Glad you like the new sprites too! And we're very grateful that people still look forward to this game. :)
by Smaymay
Mon Jul 30, 2018 4:55 pm
Forum: Works in Progress
Topic: Vicboys [GxB] [Period Drama, Comedy] [Commercial] DEMO OUT
Replies: 42
Views: 16653

Re: Vicboys [GxB] [Period Drama, Comedy] [Commercial]

UPDATE It's been a while since we posted something on this thread. We've had some setbacks during development but we're finally back on track and working hard towards a demo release. We've added some new information, graphics and images to this thread. Our character artist decided a while ago to up...
by Smaymay
Sat Dec 30, 2017 2:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Quicksave saves in wrong slot order
Replies: 2
Views: 523

Re: 'Quicksave' saves in wrong slot order

I wonder if the player will be bothered by it if I don't end up fixing this bug. It's a weird problem that's for sure.
by Smaymay
Fri Dec 29, 2017 1:52 pm
Forum: Ren'Py Questions and Announcements
Topic: how to show screen with transition?
Replies: 1
Views: 774

Re: how to show screen with transition?

Hey, I had the same issue I think. I was trying to make ALL my screens appear with a dissolve transition. In your options.rpy you have a section titled "TRANSITIONS". I basically gave everything a dissolve transition. Good luck! ## Used when entering the game menu from the game. config.ent...