Page 3 of 3

Re: Blocks of Persia

Posted: March 24th, 2019, 12:05 pm
by Norbert
Alberto wrote: March 24th, 2019, 9:26 amHowever, something was added to the game... colored torches! ever since I saw this: https://github.com/NagyD/SDLPoP/issues/189 I wanted to add it as soon as possible to the map editor.
Hah, neat. :)

Re: Blocks of Persia

Posted: September 16th, 2019, 2:52 pm
by Kempston
That's great!

But I have some bugs. I can't go to the left after climbing (image). And don't you think that bricks need to be not so monotonous? Maybe of different shades?

ImageImage

Re: Blocks of Persia

Posted: September 16th, 2019, 5:03 pm
by Alberto
Hey Kempston!

You're right, I too think the layout must be reworked to have some variety. Unfortunately, I haven't had the time to polish the game.

About the bug, did the game completely freeze? or the camera didn't follow the prince to the next screen? I'm trying to guess some of the possible reasons for the bug, but I think I'd better ask before changing any code in the game.

Thank you very much for playing :)

Re: Blocks of Persia

Posted: September 16th, 2019, 8:01 pm
by Kempston
He falls down when I try to move after climbing up. And also there is a bug previously. Just see this small stream)) :

By the way, I also write a POP-like game. Topic "Percy Lancaster" here.


Re: Blocks of Persia

Posted: September 16th, 2019, 9:14 pm
by Alberto
Oh I get it now. The glitch is related to the position of collider.

In an normal situation, when the prince climbs up, the animation plays first, and right after finishing the animation it should reposition the collider. The inverse should happen for climbing down, first the collider is repositioned and then the animation is triggered. However in this case, that repositioning of the collider isn't happening.

I'll look into it. Thank you very much for helping me improve the game :D


Re: Blocks of Persia

Posted: November 9th, 2019, 1:03 am
by Emiliano
How do you play this?, I don't know the controls

Re: Blocks of Persia

Posted: November 9th, 2019, 4:28 am
by Alberto
The controls are down below in the description of the game, but for starters, you run with Left & Right arrows, jump or climb up with Up arrow, crouch or climb down with Down arrow and special actions (Sword fight, grab ledges, step, etc) are done with the Left Shift key.

A better explanation of the actions can be found in the original user's guide:
http://www.abandonia.com/files/extras/2 ... Manual.pdf

Happy exploring! :D

Re: Blocks of Persia

Posted: November 9th, 2019, 4:30 pm
by Emiliano
Thanks Alberto :D