Author Topic: Myst 89  (Read 49802 times)

0 Members and 2 Guests 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: Myst 89
« Reply #15 on: March 03, 2011, 11:02:35 pm »
The post in question is being addressed. I think it's just poor wording on his part.
Yeah actually it got edited it seems by the author. Also he's not english native, according to his forum profile, so that might be why.

Also that looks very nice Stefan. :D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: Myst 89
« Reply #16 on: March 03, 2011, 11:02:38 pm »
'oly crap. Myst was an awesome game, not so much for the gameplay but for the artwork.
In-progress: Graviter (...)

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: Myst 89
« Reply #17 on: March 03, 2011, 11:47:35 pm »
Yeah, a version oncalc with beautiful graphics would be badass.

Also, lol Homestuck inside jokes. (Of course, this is not MSPAForums, not everyone here reads MSPA, although we have some huge fans here, so don't be surprised some people finds some of them offensive.)

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 Stefan Bauwens

  • Creator of Myst 89 - סטיבן
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1799
  • Rating: +162/-24
  • 68k programmer
    • View Profile
    • Portfolio
Re: Myst 89
« Reply #18 on: March 04, 2011, 05:38:20 am »
nice!  is this in 68k BASIC then?
Thanks, yes, it is in 68k basic.

Thank you too DJ_O :)

For those who never heard of myst, I'll post this:

(It may have some spoilers)
http://en.wikipedia.org/wiki/Myst


Very proud Ticalc.org POTY winner (2011 68k) with Myst 89!
Very proud TI-Planet.org DBZ winner(2013)

Interview with me

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: Myst 89
« Reply #19 on: March 06, 2011, 02:59:27 pm »
I personally played it at school once. Teacher wanted us to play through the game but I forgot why actually. It was for a small school work or something. It was indeed a great looking game.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Myst 89
« Reply #20 on: March 06, 2011, 03:05:36 pm »
I tried to play Myst once, it was so hard x.x this is looking really nice though! :D

Offline Stefan Bauwens

  • Creator of Myst 89 - סטיבן
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1799
  • Rating: +162/-24
  • 68k programmer
    • View Profile
    • Portfolio
Re: Myst 89
« Reply #21 on: March 06, 2011, 03:06:54 pm »
I played it on our ipod and I just fell in love with it. I couldn't wait for riven to come out for ios, so when it did I immediately downloaded it. They're both MARVELOUS games.

So I decided to give an attempt to make it for the 89.
(If I was your teacher I would also let you play the game, just because its so nice. :) )

EDIT: @builderboy: When I first played myst I didn't have a clue what the goal is because there isn't one given. Sadly I used hints. But when I finished myst I realized I should have tried more stuff out and not have used hints.
« Last Edit: March 06, 2011, 03:09:20 pm by Stefan Bauwens »


Very proud Ticalc.org POTY winner (2011 68k) with Myst 89!
Very proud TI-Planet.org DBZ winner(2013)

Interview with me

Offline Stefan Bauwens

  • Creator of Myst 89 - סטיבן
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1799
  • Rating: +162/-24
  • 68k programmer
    • View Profile
    • Portfolio
Re: Myst 89
« Reply #22 on: March 08, 2011, 03:52:31 am »
First I was using a matrix to store all the coordinates and picture-names, but because this got to slow if it the row number was bigger than 100(or even less).
For example, If you type this in home:
Code: [Select]
matvar[1,1]And than you type this:
Code: [Select]
matvar[100,1]The last one takes longer to load. This could all together in my game make a delay up to 2 seconds after pressing enter(to go to another pic).
So my plan(actually Jim's plan) is to make all separate lists. This will go a lot faster.

Just saying this that you know I'm working on it.  ;)

« Last Edit: March 08, 2011, 03:52:57 am by Stefan Bauwens »


Very proud Ticalc.org POTY winner (2011 68k) with Myst 89!
Very proud TI-Planet.org DBZ winner(2013)

Interview with me

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: Myst 89
« Reply #23 on: March 08, 2011, 03:53:45 am »
Darn I didn't realize matrices were slower to read data from further in them. On the 84+ this happens with strings of like 1000 characters too.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Stefan Bauwens

  • Creator of Myst 89 - סטיבן
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1799
  • Rating: +162/-24
  • 68k programmer
    • View Profile
    • Portfolio
Re: Myst 89
« Reply #24 on: March 08, 2011, 03:55:14 am »
I didn't know it too, but I found out...
But happily it won't be to hard to convert my(not yet full) matrix to lists. :)


Very proud Ticalc.org POTY winner (2011 68k) with Myst 89!
Very proud TI-Planet.org DBZ winner(2013)

Interview with me

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: Myst 89
« Reply #25 on: March 08, 2011, 04:01:06 am »
I hope lists won't end up doing the same thing. X.x

For odd reasons I never noticed any matrix slow down on the 83+, but again maybe it's because it was 16x8 instead of like 128x1.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Stefan Bauwens

  • Creator of Myst 89 - סטיבן
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1799
  • Rating: +162/-24
  • 68k programmer
    • View Profile
    • Portfolio
Re: Myst 89
« Reply #26 on: March 08, 2011, 04:21:02 am »
My matrix would have about 300 rows and 35 collums.(finished) :D
But if all my lists are separate, I wouldn't see how I could getvthe same problem...
I will just try it out and see.
Also, maybe the 83 matrices and the 89 matrices work (totally) different.


Very proud Ticalc.org POTY winner (2011 68k) with Myst 89!
Very proud TI-Planet.org DBZ winner(2013)

Interview with me

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: Myst 89
« Reply #27 on: March 08, 2011, 04:30:46 am »
Yeah maybe. Hopefully your new way is fast enough for your needs. :D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ParkerR

  • LV3 Member (Next: 100)
  • ***
  • Posts: 51
  • Rating: +2/-1
    • View Profile
Re: Myst 89
« Reply #28 on: March 08, 2011, 12:17:38 pm »
I have just really gotten into Myst. Would love to see a demo on the TI-84+ SE :)

Offline Stefan Bauwens

  • Creator of Myst 89 - סטיבן
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1799
  • Rating: +162/-24
  • 68k programmer
    • View Profile
    • Portfolio
Re: Myst 89
« Reply #29 on: March 08, 2011, 02:17:37 pm »
I have just really gotten into Myst. Would love to see a demo on the TI-84+ SE :)
Well, I don't have that calc. I only program for 68k calcs. Making myst for the 84+ would be very difficult because the screen has a lot less pixels than the ti 89. But If somebody would draw each picture by hand, not using the real pics, it might go... But that IS a lot of work, sadly enough.
But I have heard of Dj_O that 'Illusiat 5', a game that he made, is a short point and click adventure for your kind of calcs. And because Myst is also a point and click adventure you might like that game, but I myself didn't try it (Yet).


Very proud Ticalc.org POTY winner (2011 68k) with Myst 89!
Very proud TI-Planet.org DBZ winner(2013)

Interview with me