Author Topic: Reuben Quest Axe Remake  (Read 70062 times)

0 Members and 1 Guest are viewing this topic.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Project Author
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Reuben Quest Axe Remake
« Reply #330 on: April 22, 2014, 04:53:29 pm »
yeah, i did pt-get before. Hence why it was so slow

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Reuben Quest Axe Remake
« Reply #331 on: April 22, 2014, 05:18:36 pm »
You can just save the two bytes that get erased by his head and it will be very fast.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Project Author
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Reuben Quest Axe Remake
« Reply #332 on: April 22, 2014, 05:22:56 pm »
hm ,you mean copying off of the buffers? IDK, seing the move engine already isn't the fastest i'd prefer to stick to the current way.

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Reuben Quest Axe Remake
« Reply #333 on: April 22, 2014, 05:25:47 pm »
How can you manage to make a moving engine slow ? :P I think I might actually have to take a look at your code. :P

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Project Author
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Reuben Quest Axe Remake
« Reply #334 on: April 22, 2014, 05:30:04 pm »
because of collision detection and interaction with stuff :P

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Reuben Quest Axe Remake
« Reply #335 on: April 22, 2014, 05:35:29 pm »
Just make sure that you can still draw other 8x8 sprites fine even if the routine can draw 8x9 sprites. You definitively don't want to have to make your entire sprite data 8x9 just to have one set of 8x9 chars. In the color tilesheets I remade the sprite 8x8 for that reason (and it was even worse, as each 8x9 Reuben char took two 8x8 sprite slots >.<). However, since I used colors, it didn't nearly look all that weird in 8x8 compared to 4 levels grayscale (although this pretty much revived the original sprite >.<).



Here's my attempt at an 8x8 coloured version of the Reuben sprite. I tried to retain some of the detail from the newer sprite.