Once again you're my savior Moby. Thank you so much! <3
-
Search found 5 matches
- Wed Mar 16, 2016 3:18 pm
- Forum: Ren'Py Questions and Announcements
- Topic: New option after first playthrough (Persistent Data problem)
- Replies: 5
- Views: 916
- Wed Mar 16, 2016 2:31 pm
- Forum: Ren'Py Questions and Announcements
- Topic: New option after first playthrough (Persistent Data problem)
- Replies: 5
- Views: 916
New option after first playthrough (Persistent Data problem)
Okay, this is driving me crazy. I want to make it so after reading the VN once (kinetic) and playing again, you get a special scene in the beginning, with a menu giving you the option to skip to a certain part of the game, or continue reading normally. I know Persistent Data is the answer, but I jus...
- Tue Mar 15, 2016 12:27 pm
- Forum: General Discussion
- Topic: Visual Novels on Steam, recommendations?
- Replies: 12
- Views: 28081
Re: Visual Novels on Steam, recommendations?
Get the Hatoful Boyfriend games. Yes, the pigeon datesim ones. Do NOT google them before you play them or all the jokes and stuff will be ruined for you. While they have beautiful remastered versions on Steam, you can always buy the first versions from DLSite for just 4 dollars each, if you don't mi...
- Sat Mar 12, 2016 12:48 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Sprite stuck to corner when coding mouth flap and eye blink
- Replies: 3
- Views: 455
Re: Sprite stuck to corner when coding mouth flap and eye bl
So this was the problem! Thank you very much! Thank you both : )mobychan wrote:You're creating your sprite in your window size which is likely your problem.
your first size pair can be reduced to your sprites size then placing it should work again.
-
- Sat Mar 12, 2016 5:20 am
- Forum: Ren'Py Questions and Announcements
- Topic: Sprite stuck to corner when coding mouth flap and eye blink
- Replies: 3
- Views: 455
Sprite stuck to corner when coding mouth flap and eye blink
Hello people! I just recently started learning Ren'Py and have found it very fun. I'm focusing on sprites right now, and since I'm a noob I couldn't use the code in the Cookbook properly, so I copypasted and modified the code in this thread , which worked. init python: # This is set to the name of t...