Results 1 to 11 of 11

Thread: What's the best way to do a Myst type game?

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Posts
    7

    What's the best way to do a Myst type game?

    I was thinking of creating a game with my digital camera around my neighboorhood where you could click around and explore it kind of like the games Myst or Riven.

    My question is, in your opinion (since I would be dealing with so many image files) what would be the best way to have them change. I was thinking about them having their own form but the forms would add up quick.

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Simply store the paths in an array, and load them into the picturebox with LoadPicture when needed, if you're not a speed freak. There might be a 1/2 second delay when you do this, however.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  3. #3
    Hyperactive Member
    Join Date
    Feb 2001
    Posts
    421
    I think I've heard of people loading mass images into memory as binary, then pulling them when they're needed. Could be wrong, but who knows. This would be much faster than LoadPicture.
    [vbcode]
    ' comment
    Rem remark
    [/vbcode]

  4. #4
    Hyperactive Member
    Join Date
    Feb 2002
    Posts
    261
    What if you loaded the pictures themselves into an array, then used BitBlt to flip through them?

  5. #5
    Fanatic Member Mushroom Realm's Avatar
    Join Date
    Mar 2002
    Location
    Murrieta, California
    Posts
    650
    that would use up too much ram, sastraxi has the best idea for this situation

  6. #6
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Myst was made in HyperCard (or some such mac program). Anything animated was simply a quicktime move... You could probably do something like that...

    Z.

  7. #7
    Fanatic Member Mushroom Realm's Avatar
    Join Date
    Mar 2002
    Location
    Murrieta, California
    Posts
    650
    i always thought they would have used a big 3d file like .x

  8. #8
    Hyperactive Member
    Join Date
    Feb 2002
    Posts
    261
    Originally posted by Mushroom Realm
    that would use up too much ram, sastraxi has the best idea for this situation
    Oh, I thought he wanted an animated look, actually seeing the character move through space rather than just loading up another picture from the HD and displaying it!

    If you just wanted to move through your neighborhood frame-by-frame, then sastraxi's idea is the best. Otherwise, you would have to load several images and flip through them, or load a whole animation like an AVI or MPEG and show that.

  9. #9
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Originally posted by Mushroom Realm
    i always thought they would have used a big 3d file like .x
    It wasnt a 3D game. Simply pre created art, displayed at the appropriate times to look interactive. Ever wonder why there were no people? =).

    Z.

  10. #10
    Fanatic Member Mushroom Realm's Avatar
    Join Date
    Mar 2002
    Location
    Murrieta, California
    Posts
    650
    wow, thats neat, and a good idea. do they still do that, or are the new ones 3d?

  11. #11
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    I know that Real Myst was actually 3D. Ive never played or seen Riven, so I dont know how that one was done... Most games nowadays are true 3D, however.

    Z.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width