Author Topic: Exodus Updates  (Read 20184 times)

0 Members and 1 Guest are viewing this topic.

Offline MRide

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 711
  • Rating: +14/-0
  • You can't see this.
    • View Profile
Re: Exodus Updates
« Reply #15 on: November 09, 2010, 09:49:05 pm »
Oh, sorry, I meant in the small font.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Exodus Updates
« Reply #16 on: November 09, 2010, 09:56:19 pm »
It'd probably be just as easy as with large text, just you'll lose three bytes in the Text( command but you'll gain quite a few in the strings to create maps. It'll also take longer to display a map since you'd have so much more to display. You'd be restricted to strictly the 3*5 tokens though. Also, I have no idea how it'd look :P Not a lot of room for detail in fifteen pixels :P
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Exodus Updates
« Reply #17 on: November 09, 2010, 09:58:39 pm »
Maybe *shifted* small text sprites :O

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Exodus Updates
« Reply #18 on: November 09, 2010, 10:07:38 pm »
This is what it would look like, MRide: http://ourl.ca/6334/104224 ;D

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Exodus Updates
« Reply #19 on: November 09, 2010, 10:39:52 pm »
This is what it would look like, MRide: http://ourl.ca/6334/104224 ;D

Edge and my game don't use small Dual Layers though. They use a combination of Text Sprites and plain tokens for the graphics.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

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: Exodus Updates
« Reply #20 on: November 09, 2010, 11:19:10 pm »
Wow great! I like the new screenshots. The world map idea is great. It reminds me SMB3. How do you display the treasure chest, though? Is it line/pxl-on?

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Exodus Updates
« Reply #21 on: November 09, 2010, 11:21:13 pm »
How do you display the treasure chest, though? Is it line/pxl-on?
Yup.
The code looks like this:
Quote
Display Bottom
Display top 1
rand(##
Text(-1,Y,X,"  " to clear top
Display top 2
rand(##
Text(-1,Y,X,"  " to clear top
Display top 3
rand(##
Text(-1,Y,X,"  " to clear top
Display top 4
rand(##
Text(-1,Y,X,"  " to clear top
Display top 5
rand(##
Text(-1,Y,X,"  " to clear top

This is the program. ;D
« Last Edit: November 09, 2010, 11:31:57 pm by ztrumpet »

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Exodus Updates
« Reply #22 on: November 09, 2010, 11:52:38 pm »
This is awesome Ztrumpet! Great job with this! ;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: Exodus Updates
« Reply #23 on: November 10, 2010, 12:59:28 am »
Wow I checked the code and I didn't realize line/dots were that fast for simple sprites. Nice work :)

Offline Madskillz

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 488
  • Rating: +32/-2
    • View Profile
Re: Exodus Updates
« Reply #24 on: November 10, 2010, 11:26:09 am »
Looks great Ztrumpet...Cant wait for the release

Offline JustCause

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 810
  • Rating: +115/-5
    • View Profile
Re: Exodus Updates
« Reply #25 on: November 10, 2010, 11:38:18 am »
Wow, nice work! *bookmarks*
See you, space cowboy...

Offline patriotsfan

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 118
  • Rating: +2/-0
  • Go Pats!
    • View Profile
Re: Exodus Updates
« Reply #26 on: November 10, 2010, 03:16:59 pm »
Wow! Impressive game! I'll be sure to try out the final version once it gets completed!


Doomsday: 12/21/2012 6:11 AM EST 11:11 AM GMT

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Exodus Updates
« Reply #27 on: November 10, 2010, 06:52:50 pm »
Thanks for the support. :)

D) Yes, you can have cherries.

The first Bonus Secret you will encounter allows you to change the gems to cherries.  It serves no purpose whatsoever other than providing bliss to Iambian.  Enjoy! ;D
That's the complexity of a medium-hard difficulty level by the way. :D
Credits for the Cherry sprite go to Madskillz.  Thanks!

Everything's progressing smoothly as well, and I am on track for a release on Tuesday or Wednesday of next week.

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: Exodus Updates
« Reply #28 on: November 11, 2010, 01:34:09 am »
Ah I see what the iambians were for now. ;D

That level seems freaking hard, though. O.o

Can't wait for release, although it might take a while before I can try it.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Exodus Updates
« Reply #29 on: November 11, 2010, 07:16:42 pm »
No new screenies tonight, but I had an idea for easy implementation of an in game tutorial feature...
* ZTrumpet runs off to code...