Jump to content
IGNORED

PFread with DPC+ Help


Recommended Posts

Hi, I'm wondering if anyone can help with this

 

I started a game a while ago called Escape from Kukuku Temple (which really needs a name change given how comical it sounds in other languages!) but it halted as I was unable to make a proper platforming engine on which to improve the game.

 

To revamp the player and boulder physics to allow for proper platforming I really need to base the player and boulder movement based on screen pixels rather than specific co-ordinates and the conversions are just not working at all.
I tried using the following:
temp3 = (player0x-14)/4
temp5= player0y+1
if !pfread(temp3,temp5) then player0y=player0y+1
This should look at the pixel below the player and if the pixel is not populated then allow the player to fall until he hits the next platform.
Strangely its partially working such that the player drops correctly at the first gap in the platform but doesn't make it to the next platform??
My defined playfield is 88 pixels tall and 32 pixels wide - so the y coordinate mapping so really be a 1:1 ratio between coordinates and pixels - right? (please let me know if I'm being dense here!)
For reference my resolution values are:
DF6FRACINC = 255 ; Background colors.
DF4FRACINC = 255 ; Playfield colors.
DF0FRACINC = 128 ; Column 0.
DF1FRACINC = 128 ; Column 1.
DF2FRACINC = 128 ; Column 2.
DF3FRACINC = 128 ; Column 3.
Can anyone help on this?
I've attached my last source code for the game

Escape v0.8.bas

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...