• [Done] Reuben Quest: The Lost Mirror Remake 5 4
Currently:  

Author Topic: [Done] Reuben Quest: The Lost Mirror Remake  (Read 67787 times)

0 Members and 1 Guest are viewing this topic.

Offline Eiyeron

  • Urist McEiyolobster
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1430
  • Rating: +130/-10
  • (-_(//));
    • View Profile
    • Rétro-Actif : Rétro/Prog/Blog
Re: Reuben Quest: The Lost Mirror Remake
« Reply #15 on: May 20, 2014, 01:37:00 pm »
On an off-topic note, I always wondered why Reuben Axe data was split into 4 or 5 appvars instead of just one big appvar? Is it because Axe has appvar size limitations?
Illusiat is gonna be this way too. x.x Unless I manage to fit it all into the app.

HBE is gonna be this too, as it's only an engine.

Offline chickendude

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +90/-1
  • Pro-Riot Squad
    • View Profile
Re: Reuben Quest: The Lost Mirror Remake
« Reply #16 on: May 20, 2014, 10:16:41 pm »
Wow this looks great! I also have to admit that i'm excited you've made the switch to assembly :D

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Reuben Quest: The Lost Mirror Remake
« Reply #17 on: May 20, 2014, 11:59:58 pm »
Also, I am unsure if it's a good idea to use spaces in 8xk names (see first screenshot), because I had troubles sending them with Ti-Connect before.

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Reuben Quest: The Lost Mirror Remake
« Reply #18 on: May 21, 2014, 12:26:09 am »
Spaces in filenames are eviiiiilllll. Especially when you're dealing with DOS-era software.

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Reuben Quest: The Lost Mirror Remake
« Reply #19 on: May 21, 2014, 01:11:47 am »
Yeah, even nowadays on Linux its a pain to deal with.

Offline XiiDraco

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 513
  • Rating: +32/-5
  • Forget the numbers, just call me, Recreation.
    • View Profile
    • Black-Lark Games
Re: Reuben Quest: The Lost Mirror Remake
« Reply #20 on: May 21, 2014, 01:29:46 am »
I myself, picked up the habit of using an underscore for spaces in most everything.

Except when coding then I start lowercase and capitalize each next word.

For example: playerAccelerationX, cakePositionY, planetEarthTexture, etc...

Offline Eiyeron

  • Urist McEiyolobster
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1430
  • Rating: +130/-10
  • (-_(//));
    • View Profile
    • Rétro-Actif : Rétro/Prog/Blog
Re: Reuben Quest: The Lost Mirror Remake
« Reply #21 on: May 21, 2014, 01:33:55 am »
Yeah, Java case is useful when coding, IMO the underscore extends uselessly the variable's name.
Yeah, even nowadays on Linux its a pain to deal with.

It's not the same pain as Windows, you can easily tab-complete in a shell or escape the space. Or do your script to replace the spaces for underscores! :p

I should test this game, it looks promising.

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: The Lost Mirror Remake
« Reply #22 on: May 21, 2014, 08:22:47 am »
The file on the computer can be named differently than on the calculator. Note how with reuben1 i replaced all the thetas with 0's for the filenames, yet that are thetas on the calc ;)

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: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Reuben Quest: The Lost Mirror Remake
« Reply #23 on: May 21, 2014, 08:00:44 pm »
Oh I meant the space inside the app name on the calc. If you check the screenshot it says "Reuben 2" instead of "Reuben2" in the app menu. I thought this was not a valid name on-calc. I know that if you have an app named "ReUbEn" and another named "Reuben", only one will show up, but wasn't there something about files with spaces being invisible?

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Reuben Quest: The Lost Mirror Remake
« Reply #24 on: May 22, 2014, 12:58:37 am »
App names allow any font character unlike programs.

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: The Lost Mirror Remake
« Reply #25 on: May 22, 2014, 09:58:55 am »
App names allow any font character unlike programs.
^that
And I thought with the space it looks nicer than without.

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: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Reuben Quest: The Lost Mirror Remake
« Reply #26 on: May 22, 2014, 10:26:26 am »
Well I guess it's fine then. When the beta comes out I guess you could have users test in multiple linking softwares, but of course since this is Z80 assembly instead of BASIC/Axe, I assume it will take at least a year before the beta comes out (most RPGs take 2-5 years in ASM >.<)

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Reuben Quest: The Lost Mirror Remake
« Reply #27 on: May 22, 2014, 12:13:31 pm »
I don't think the linking software would cause any problem. Plus there are only two of these out there (libti* and TI-don't-connect).

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Reuben Quest: The Lost Mirror Remake
« Reply #28 on: May 22, 2014, 01:21:33 pm »
Yes, but we all know TI-Connect can be retarded sometimes.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Reuben Quest: The Lost Mirror Remake
« Reply #29 on: May 22, 2014, 01:29:36 pm »