Difference between pages "Main Page" and "Room geometry"

From Princed Wiki
(Difference between pages)
Jump to: navigation, search
 
 
Line 1: Line 1:
{| style="background:yellow; width:600px; margin:auto;" border="1" cellpadding="5"
+
Internally, the game uses resolution 140×200.
| '''IMPORTANT''': Remember that this is ''not'' Wikipedia or a similar general wiki. There is no need to create a page about, for example, "Graphics", because we can simply link to Wikipedia's [http://en.wikipedia.org/wiki/Graphics Graphics] page.
+
The screen area is used the following way:
|}
+
* 140 horizontal pixels are divided into 10 room tiles, 14 pixels each.
 +
* 200 vertical pixels are divided into 3 63-pixel tiles, plus 3 pixels from the room above, plus 8 pixels for a status line.
  
Welcome to the '''Princed Wiki'''.
+
When the game runs in VGA mode, the actual screen resolution is 320×200.
 +
The horizontal screen resolution doesn't match the game resolution, meaning that moving an object (e.g. kid or guard) 1 game pixel left or right will result it to be moved by 2px or 3px on the screen.
  
This [http://en.wikipedia.org/wiki/Wiki wiki] contains information about the [http://en.wikipedia.org/wiki/Prince_of_Persia Prince of Persia] games and how to modify them.
 
  
All registered users of this wiki are listed [[Special:ListUsers|here]]; recent changes can be found [[Special:RecentChanges|here]].
+
{| class="wikitable"
 
+
! Title || X displacement, <br>game pixels || Duration, <br> frames || Animation
You can read more about how to edit this wiki [[Editing this Wiki|here]].
+
|-
 
+
| Crouch ||  3 ||  3 ||  [[File:Sit1.gif]]
* [[External links]]
+
|-
* [[DAT files]]
+
| Stand up after crouch ||  0 ||  11 || [[File:Sit2.gif]]
* [[Software]]
+
|-
* [[Documents]]
+
| Jump - no ceiling ||  3 ||  23 || [[File:Jump1.gif]]
* [[Various]]
+
|-
 
+
| Jump - has ceiling ||  3 ||  19 || [[File:Jump2.gif]]
[[Pl:Main Page|Polish main page]]
+
|-
 +
| Standing jump ||  39 ||  19 || [[File:Standing_jump.gif]]
 +
|-
 +
| Step ||  11 ||  13 || [[File:Step.gif]]
 +
|-
 +
| Run: starting phase ||  14 ||  7 || [[File:Run1.gif]]
 +
|-
 +
| Run: left leg ||  12 ||  4 || rowspan="2" | [[File:Run23.gif]]
 +
|-
 +
| Run: right leg ||  14 ||  4
 +
|-
 +
| Run: stopping ||  9 ||  9 || [[File:Run4.gif]]
 +
|}

Latest revision as of 09:50, 23 January 2021

Internally, the game uses resolution 140×200. The screen area is used the following way:

  • 140 horizontal pixels are divided into 10 room tiles, 14 pixels each.
  • 200 vertical pixels are divided into 3 63-pixel tiles, plus 3 pixels from the room above, plus 8 pixels for a status line.

When the game runs in VGA mode, the actual screen resolution is 320×200. The horizontal screen resolution doesn't match the game resolution, meaning that moving an object (e.g. kid or guard) 1 game pixel left or right will result it to be moved by 2px or 3px on the screen.


Title X displacement,
game pixels
Duration,
frames
Animation
Crouch 3 3 Sit1.gif
Stand up after crouch 0 11 Sit2.gif
Jump - no ceiling 3 23 Jump1.gif
Jump - has ceiling 3 19 Jump2.gif
Standing jump 39 19 Standing jump.gif
Step 11 13 Step.gif
Run: starting phase 14 7 Run1.gif
Run: left leg 12 4 Run23.gif
Run: right leg 14 4
Run: stopping 9 9 Run4.gif