Author Topic: [Beta] Reuben Quest Axe Remake  (Read 43034 times)

0 Members and 1 Guest are viewing this topic.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: [Beta] Reuben Quest Axe Remake
« Reply #60 on: May 07, 2014, 06:44:23 pm »
Fun fact: This version of Reuben Quest: Ev Awakening is 35376 bytes on-calc. The original, if we include the Omnicalc app, was over 100 kilobytes large and in order to run, it required almost as much RAM as Gemini 3D.

This was because the original used Omnicalc to generate grayscale (using sprite(0,0,0,96,62,0,0 commands after almost every TI-BASIC line of code to XOR the checkerboards fast enough to generate grayscale on 15 MHz calcs). In addition to that, maps were generated using xLIB (before it became an APP), which used matrices and could only draw tiles from Pic0. Also, Flash Gordon was not very reliable for RAM management compared to real(10 in xLIB.

Had the original been written half a year later, it would probably be several dozens of KB smaller and run twice as fast. It would be nowhere as smooth nor small as this remake, though.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: [Beta] Reuben Quest Axe Remake
« Reply #61 on: May 07, 2014, 07:00:53 pm »
Wow that's actually quite awesome ! :D

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: [Beta] Reuben Quest Axe Remake
« Reply #62 on: May 08, 2014, 01:08:44 am »
Here's a Youtube vid of the game in action:




So far, it's near perfect, although I noted the following issues (most are minor or just nitpicking):

-The first frame for the sword animation appears for a shorter amount of time than the other two. At some frequencies, it's so fast that we only see the 2nd and 3rd sword animation frame. On the regular 83+, the 2nd frame actually flickers (the entire sword flashes once so it's like if the frame showed up twice)

-The battle backgrounds for the 1st and 2nd dungeons are not the right ones. I don't know about the mountain nor the Ev Palace, though, because I haven't reached them yet.

-It would be nice if we could access the grayscale/delay setup menu from the title screen and battles instead of just on the map.

-The enemy death animation doesn't fill the enemy sprites completely. It's worse with larger sprites.

-There are in-game inconsistencies such as how you can exit dungeons without pressing enter, but have to press enter to get in. You should maybe make doors so that you can enter any building without pressing Enter.

-On the title screen menu, the x2 and down arrow keys go back to the title screen the same way CLEAR does. Not that this is a problem, although this was a bit strange :P

-Talking to the first guy is kinda hard because Reuben keeps moving past him. I guess I can live with it, though, since the new walking routine makes it MUCH easier to walk through narrow areas.

-The enemies never seem to attack first. In the original game, they sometimes did.

-Random encounter rate is very high. I think in the original game it was randomly set between 10 and 30 steps after every battle, but now it always seems to be 10 or 15 (multiples of 8 pixels).

-The intro scrolling animation is missing, but I don't remember if this was intentionally left out or not.

-When setting up the grayscale quality, if you go too low, the calc keys almost completely becomes unresponsive. Maybe make the grayscale settings so that if the user doesn't press any key for 1 minute then it exits the program?

-There's absolutely no indication at the start of the game stating who made the game or at least a copyright (such as 2004-2014 Omnimaga or 2004 version by DJ omnimaga/2014 Remake by Sorunome). If someone sends the game to a school friend without the readme then he won't know it's from Omnimaga. Maybe before the title screen the screen could turn black with the following text on two lines "2004-14 Omnimaga" "www.omnimaga.org".

-The readme itself misses the credits for the original sprites. Although they were converted by Art of Camelot for the most part, almost all enemy sprites were originally ripped from Final Fantasy II and III for the NES (Square-Enix). It also doesn't state that I made the original 2004 game. :P It might also be a good idea to include a link to Omni in the readme since the original game came from here (although it came from Epic Programming Studios but EPS has died long ago so...) and put a download link for the beta on reubenquest.net :P


I might have forgotten some stuff but that's what I could find so far. Most of those are mainly nitpicking, though, and minor issues, except the wrong battle backgrounds and very high encounter rate.

EDIT: Wow I didn't realize this post was this long O.O
« Last Edit: May 08, 2014, 01:52:23 am by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline TheCoder1998

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 434
  • Rating: +20/-2
  • my art is written in code, not in graphite
    • View Profile
    • My website :D
Re: [Beta] Reuben Quest Axe Remake
« Reply #63 on: May 08, 2014, 02:24:21 am »
I've found a bug:
when you've reached level 16, your maximum hp is 14...
this makes the game impossible to play
my ticalc acc:

http://www.ticalc.org/archives/files/authors/113/11365.html

Spoiler For The Best Song Ever:


follow me on tumblr :)
www.rickdepizza.tumblr.com

check out my anilist :D
http://anilist.co/animelist/29701/Rickdepizza

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: [Beta] Reuben Quest Axe Remake
« Reply #64 on: May 08, 2014, 02:47:41 am »
Here's a Youtube vid of the game in action:



Thank you!
Quote
So far, it's near perfect, although I noted the following issues (most are minor or just nitpicking):
hehe
Quote
-The first frame for the sword animation appears for a shorter amount of time than the other two. At some frequencies, it's so fast that we only see the 2nd and 3rd sword animation frame. On the regular 83+, the 2nd frame actually flickers (the entire sword flashes once so it's like if the frame showed up twice)
They should all be the same amount of time as the delay is the same. It consists out of 5 frames, up, up+left, left, left+down and down
Quote
-The battle backgrounds for the 1st and 2nd dungeons are not the right ones. I don't know about the mountain nor the Ev Palace, though, because I haven't reached them yet.
I pulled the ones form here: http://www.omnimaga.org/ti-z80-calculator-projects/reuben-quest-axe-remake/msg381495/#msg381495
Quote
-It would be nice if we could access the grayscale/delay setup menu from the title screen and battles instead of just on the map.
Will do from the menu, battle would be too much code IMO as probably noone will ever need it :P
Quote
-The enemy death animation doesn't fill the enemy sprites completely. It's worse with larger sprites.
If I made it fit in it would clear "Level up!" partly, thus I decided I'd put it like this
Quote
-There are in-game inconsistencies such as how you can exit dungeons without pressing enter, but have to press enter to get in. You should maybe make doors so that you can enter any building without pressing Enter.
IMO interaction by walking onto something is only very good if you walk whole tiles at a time.
Quote
-On the title screen menu, the x2 and down arrow keys go back to the title screen the same way CLEAR does. Not that this is a problem, although this was a bit strange :P
Wut......that might be an Axe bug O.O
Quote
-Talking to the first guy is kinda hard because Reuben keeps moving past him. I guess I can live with it, though, since the new walking routine makes it MUCH easier to walk through narrow areas.
Maybe I can add that it doesn't do that aligning with NPCs ;)
Quote
-The enemies never seem to attack first. In the original game, they sometimes did.
Crap, knew I forgot something :P Do you happen to know out of the top of your head what the chance for that was?
Quote
-Random encounter rate is very high. I think in the original game it was randomly set between 10 and 30 steps after every battle, but now it always seems to be 10 or 15 (multiples of 8 pixels).
I used this http://www.omnimaga.org/ti-z80-calculator-projects/reuben-quest-axe-remake/msg330930/#msg330930
Quote
-The intro scrolling animation is missing, but I don't remember if this was intentionally left out or not.
Omitted on purpose :P
Quote
-When setting up the grayscale quality, if you go too low, the calc keys almost completely becomes unresponsive. Maybe make the grayscale settings so that if the user doesn't press any key for 1 minute then it exits the program?
Grayscale tuner is by Runer, it is part of Graylib, so won't fix :P
Quote
-There's absolutely no indication at the start of the game stating who made the game or at least a copyright (such as 2004-2014 Omnimaga or 2004 version by DJ omnimaga/2014 Remake by Sorunome). If someone sends the game to a school friend without the readme then he won't know it's from Omnimaga. Maybe before the title screen the screen could turn black with the following text on two lines "2004-14 Omnimaga" "www.omnimaga.org".
I decided to move that to the end of the game as that fit in there better IMO, but I guess I'll have to look some credits through again and add some more :P
Quote
-The readme itself misses the credits for the original sprites. Although they were converted by Art of Camelot for the most part, almost all enemy sprites were originally ripped from Final Fantasy II and III for the NES (Square-Enix). It also doesn't state that I made the original 2004 game. :P It might also be a good idea to include a link to Omni in the readme since the original game came from here (although it came from Epic Programming Studios but EPS has died long ago so...) and put a download link for the beta on reubenquest.net :P
Same as above :P
Quote
I might have forgotten some stuff but that's what I could find so far. Most of those are mainly nitpicking, though, and minor issues, except the wrong battle backgrounds and very high encounter rate.
the game
Quote
EDIT: Wow I didn't realize this post was this long O.O
Hehe :P

I've found a bug:
when you've reached level 16, your maximum hp is 14...
this makes the game impossible to play
Wut, Level 15 is supposed to be max O.O

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

Offline TheCoder1998

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 434
  • Rating: +20/-2
  • my art is written in code, not in graphite
    • View Profile
    • My website :D
Re: [Beta] Reuben Quest Axe Remake
« Reply #65 on: May 08, 2014, 04:24:48 am »
I've found a bug:
when you've reached level 16, your maximum hp is 14...
this makes the game impossible to play
Wut, Level 15 is supposed to be max O.O
that might explain why my max hp is 14...
my ticalc acc:

http://www.ticalc.org/archives/files/authors/113/11365.html

Spoiler For The Best Song Ever:


follow me on tumblr :)
www.rickdepizza.tumblr.com

check out my anilist :D
http://anilist.co/animelist/29701/Rickdepizza

Offline bb010g

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 428
  • Rating: +22/-1
  • I do stuff
    • View Profile
    • elsewhere on the net
Re: [Beta] Reuben Quest Axe Remake
« Reply #66 on: May 08, 2014, 05:10:16 am »
-There's absolutely no indication at the start of the game stating who made the game or at least a copyright (such as 2004-2014 Omnimaga or 2004 version by DJ omnimaga/2014 Remake by Sorunome). If someone sends the game to a school friend without the readme then he won't know it's from Omnimaga. Maybe before the title screen the screen could turn black with the following text on two lines "2004-14 Omnimaga" "www.omnimaga.org".
I decided to move that to the end of the game as that fit in there better IMO, but I guess I'll have to look some credits through again and add some more :P
It doesn't have to show up for very long (1-2 seconds?)...just the rho with "Omnimaga: 2014" underneath. I think it would look a bit cooler with the splash.
Arch Linux user
Haskell newbie | Warming up to Lua | Being dragged into C++
Calculators: HP 50g, HP 35s, Casio Prizm, TI-Nspire CX CAS, HP 28s, HP Prime, Mathematica 9 (if that counts)
π: 3.14...; l: 108; i: 105; e: 101; l+i+e: 314
THE CAKE IS A LIE IS A PIE

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: [Beta] Reuben Quest Axe Remake
« Reply #67 on: May 08, 2014, 07:59:26 am »
I've found a bug:
when you've reached level 16, your maximum hp is 14...
this makes the game impossible to play
Wut, Level 15 is supposed to be max O.O
that might explain why my max hp is 14...
Fixed this in my local version :)

-There's absolutely no indication at the start of the game stating who made the game or at least a copyright (such as 2004-2014 Omnimaga or 2004 version by DJ omnimaga/2014 Remake by Sorunome). If someone sends the game to a school friend without the readme then he won't know it's from Omnimaga. Maybe before the title screen the screen could turn black with the following text on two lines "2004-14 Omnimaga" "www.omnimaga.org".
I decided to move that to the end of the game as that fit in there better IMO, but I guess I'll have to look some credits through again and add some more :P
It doesn't have to show up for very long (1-2 seconds?)...just the rho with "Omnimaga: 2014" underneath. I think it would look a bit cooler with the splash.
I'll see if i can fit it in :)

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

Offline TheCoder1998

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 434
  • Rating: +20/-2
  • my art is written in code, not in graphite
    • View Profile
    • My website :D
Re: [Beta] Reuben Quest Axe Remake
« Reply #68 on: May 08, 2014, 08:47:35 am »
what are you supposed to do after returning the shovel?
my ticalc acc:

http://www.ticalc.org/archives/files/authors/113/11365.html

Spoiler For The Best Song Ever:


follow me on tumblr :)
www.rickdepizza.tumblr.com

check out my anilist :D
http://anilist.co/animelist/29701/Rickdepizza

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: [Beta] Reuben Quest Axe Remake
« Reply #69 on: May 08, 2014, 10:17:11 am »
what are you supposed to do after returning the shovel?
Explore and find out what to do :)
Hint: try to get to areas you haven't been to before ;)

(when playing the original game the first time that part took me hours to figure out, lol)

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

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: [Beta] Reuben Quest Axe Remake
« Reply #70 on: May 08, 2014, 12:55:02 pm »
For the battle backgrounds, the first dungeon is supposed to be the brick background, the cave the rocky background, the mountain and final boss room must have the background where you see a rock border with the sky at the top and the ev palace has the castle background with windows in the wall.


For the sword animation I don't see 5 frames, just 2 ??? (Or 3 if I manage to barely see the up left frame). Maybe a 84+ only issue?


And yeah IMHO there should be a 2004-14 Omnimaga or something at the start. That way people don't have to finish the entire game before knowing who made it, and generally readmes also have a full copy of the credits. It's common netiquette when releasing stuff.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

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: [Beta] Reuben Quest Axe Remake
« Reply #71 on: May 08, 2014, 12:58:55 pm »
Oh, there is also a background with the bricks? lol, i'll change that right away :P

And I guess for the animation it is too fast for you to see, so that it is more a constant flow (i hope)

And I will add something like that.

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

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: [Beta] Reuben Quest Axe Remake
« Reply #72 on: May 08, 2014, 01:18:52 pm »
Yeah it's just a plain brick background. I didn't put it in the post you linked to because it's identical to the dungeon bricks, so it didn't need any new tile. Here are the color ones btw (although the 2nd one in the original is really made up of just 1 plain brick tile)



For the animation, what I basically see is the following on the TI-84 Plus:

Up+left during 0.05 seconds
left during 0.2 seconds
down+left during 0.2 seconds


On the regular TI-83 Plus I see:
up+left during 0.01 seconds
left during 0.25 seconds
left (yes, I see it twice) during 0.25 seconds
down+left during 0.25 seconds

I can't see any up nor down frame
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

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: [Beta] Reuben Quest Axe Remake
« Reply #73 on: May 08, 2014, 01:22:37 pm »
For me the frames are too fast to differentiate, but i can clearly see that the sword is going from top to bottom, on my 83+, 93+SE and 84+

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

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: [Beta] Reuben Quest Axe Remake
« Reply #74 on: May 08, 2014, 01:28:42 pm »
On an unrelated note, was the beta uploaded on TI-Planet and ticalc.org?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)