Search found 368 matches
- Sun Dec 27, 2015 8:30 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Sprite Position Bug -- Are other creators seeing this?
- Replies: 46
- Views: 4251
Re: Sprite Position Bug -- Are other creators seeing this?
Alright, I'm gonna do my best to understand this so we can fix our problem. Are you telling me that I should write custom ATL statement like that? It's not that I don't understand what you are saying, but I have only a vague idea how to implement what you're telling me. I still can't understand why ...
- Sun Dec 27, 2015 7:41 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Sprite Position Bug -- Are other creators seeing this?
- Replies: 46
- Views: 4251
Re: Sprite Position Bug -- Are other creators seeing this?
Xela, your "pause" fix WORKS but I can't emphasize enough how much that solution will piss off and frustrate our players. It causes the game to literally pause as if there were CONTENT at that pause statement. There has to be a better way.
- Sun Dec 27, 2015 7:29 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Sprite Position Bug -- Are other creators seeing this?
- Replies: 46
- Views: 4251
Re: Sprite Position Bug -- Are other creators seeing this?
This fix didn't work.... why? T_T If I skip through this code I see this: http://i1364.photobucket.com/albums/r730/rosstin2013/notthejoke_zps8yzk2w7h.png "I gave him a defiant glare as he unsteadily attempted to get to his feet." r "{i}Fox{/i}." "The Archmagus's voice was raspy, as if it was taking ...
- Sun Dec 27, 2015 6:21 pm
- Forum: Completed Games
- Topic: Queen At Arms: Deluxe - **NOW ON STEAM** [GxB/G][Fantasy]
- Replies: 63
- Views: 39016
Re: Queen At Arms: First Edition [GxB/G][Fantasy][Strategy][
I found a fix for the Sprite Position Glitch, but it requires me to line-by-line the entire game. I'm about 10% done..... sigh....
- Sun Dec 27, 2015 6:08 pm
- Forum: Development of Ren'Py
- Topic: Sprite Position Bug -- Are other creators Seeing this?
- Replies: 9
- Views: 1236
Re: Sprite Position Bug -- Are other creators Seeing this?
I'm trying to write some regex code to make this find and replace task easier
Code: Select all
show .* with (d|p|e|m)- Sun Dec 27, 2015 6:05 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Sprite Position Bug -- Are other creators seeing this?
- Replies: 46
- Views: 4251
Re: Sprite Position Bug -- Are other creators seeing this?
I'm trying to write some regex code to make this find and replace task easier
Code: Select all
show .* with (d|p|e|m)- Sun Dec 27, 2015 5:52 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Sprite Position Bug -- Are other creators seeing this?
- Replies: 46
- Views: 4251
Re: Sprite Position Bug -- Are other creators seeing this?
show red at my_move pause show red at Transform(zoom=1.5, pos=(600, 300)) "And it ends up in at the right place even after skipping (Fixing the Issue at hand!)..." Xela, this isn't a good solution for me because the pause statement messes up text flow. THIS solution seems to work better for me.... ...
- Sun Dec 27, 2015 3:02 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Sprite Position Bug -- Are other creators seeing this?
- Replies: 46
- Views: 4251
Re: Sprite Position Bug -- Are other creators seeing this?
Thank you, Xela, this is super helpful. OK, so if I do this... show red at my_move pause show red at Transform(zoom=1.5, pos=(600, 300)) Will it also fix the problem when players scroll backwards through text? And in my code I think this would look like... show a at floor_left with move pause show a...
- Sun Dec 27, 2015 4:38 am
- Forum: Development of Ren'Py
- Topic: Sprite Position Bug -- Are other creators Seeing this?
- Replies: 9
- Views: 1236
Re: Sprite Position Bug -- Are other creators Seeing this?
I have an idea..... right now if I type.... show eileen at floor_left with move the glitch happens occasionally during skipping or backtracking/forwardtracking. HOWEVER, what if I used... show eileen at floor_left with move show eileen at floor_left I think that we would not observe this glitch. I c...
- Sun Dec 27, 2015 4:38 am
- Forum: Ren'Py Questions and Announcements
- Topic: Sprite Position Bug -- Are other creators seeing this?
- Replies: 46
- Views: 4251
Re: Sprite Position Bug -- Are other creators seeing this?
I have an idea..... right now if I type.... show eileen at floor_left with move the glitch happens occasionally during skipping or backtracking/forwardtracking. HOWEVER, what if I used... show eileen at floor_left with move show eileen at floor_left I think that we would not observe this glitch. I c...
- Sun Dec 27, 2015 4:20 am
- Forum: Development of Ren'Py
- Topic: Sprite Position Bug -- Are other creators Seeing this?
- Replies: 9
- Views: 1236
Re: Sprite Position Bug -- Are other creators Seeing this?
Are you assuming ATL runs to completion? (Or at all?) Neither is a safe assumption in the face of skipping, so each ATL block should either set up its precondition, or not assume a precondition. OK, I can work with that. Where can I read up on this or get some code snippets? I need to set up a prec...
- Sun Dec 27, 2015 4:18 am
- Forum: Ren'Py Questions and Announcements
- Topic: Sprite Position Bug -- Are other creators seeing this?
- Replies: 46
- Views: 4251
Re: Sprite Position Bug -- Are other creators seeing this?
Maybe we should just revert back to whatever came before 6.99 then. Whatever updates were brought by 6.99 aren't worth this glitch.
- Sun Dec 27, 2015 2:17 am
- Forum: Ren'Py Questions and Announcements
- Topic: Sprite Position Bug -- Are other creators seeing this?
- Replies: 46
- Views: 4251
Re: Sprite Position Bug -- Are other creators seeing this?
Thank you for the code snippet. We need to isolate this and bring it to the attention of Pytom. It's making my games look unprofessional and I can't live with that...
I want to give Pytom a small project file where we demonstrate the bug, and he can reproduce it.
I want to give Pytom a small project file where we demonstrate the bug, and he can reproduce it.
- Sat Dec 26, 2015 8:08 pm
- Forum: Creator Discussion
- Topic: A bit afraid to post my game on Steam
- Replies: 15
- Views: 2429
Re: A bit afraid to post my game on Steam
("Inconsistent art" is one of the most common criticisms my games get. I often have 3+ artists working on my games so it's hard to pull together a consistent style.)
- Sat Dec 26, 2015 8:05 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Sprite Position Bug -- Are other creators seeing this?
- Replies: 46
- Views: 4251
Sprite Position Bug -- Are other creators seeing this?
I don't know why no one is discussing this, because it's killing multiple projects I'm working on that don't even share code. This is definitely a serious engine bug. We've had this bug forever in Queen... if the player skips animations in any way, by clicking quickly, by scrolling backwards and for...