Author Topic: Screenshots  (Read 16733 times)

0 Members and 1 Guest are viewing this topic.

Offline mapar007

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 550
  • Rating: +28/-5
  • The Great Mata Mata
    • View Profile
Re: Screenshots
« Reply #15 on: October 26, 2009, 12:08:02 pm »
If you have the boot code dump, you can create a ROM from an 8xu+the dump.

Offline necro

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1295
  • Rating: +17/-2
  • +3 vaporal mustache
    • View Profile
Re: Screenshots
« Reply #16 on: October 28, 2009, 02:37:15 pm »
looks great
I'm like a woot burger with awesome fries


VB.Net, C#, C++, Java, Game Maker

Offline TsukasaZX

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 415
  • Rating: +46/-3
  • Never Gonna Give You Up!
    • View Profile
Re: Screenshots
« Reply #17 on: November 01, 2009, 05:48:07 pm »
Wow, this looks awesome :D Keep up the good work! I like the talking bit ^^
IRC EFNet | Nick Su-Hime | Chan #omnimaga, #unss, #cemetech
Yumé - 100% Complete!
Yumé 2: Rika's Story - 10%
 - Hiatus until summertime
Yumé: The Eternal Dreams - 50%
 - World and events
TIBiC/GO C Library - N%

"Alenda lux ubi orta libertas" - Let learning be cherished where liberty has arisen.

  ▲
▲ ▲ Triforce!

Offline MRide

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 711
  • Rating: +14/-0
  • You can't see this.
    • View Profile
Re: Screenshots
« Reply #18 on: September 06, 2010, 10:44:49 pm »
These look great!  Btw, how are you displaying the map? I know the layers are shifted, but I mean the actual routine.  It seems really fast.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Screenshots
« Reply #19 on: September 06, 2010, 10:48:18 pm »
I think he displays 12, or how ever many tiles he uses, tiles all at once per row instead of going one by one.
Spoiler For Spoiler:



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

Offline Builderboy

  • Physics Guru
  • Project Author
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Screenshots
« Reply #20 on: September 07, 2010, 01:19:48 am »
Here is the actual code from the source :)

Code: [Select]
:For(F,0,8)
:Text(-1,7F,0,sub(Str1,14F+2,14
:StorePic 1
:Text(-1,7F,1,sub(Str2,14F+2,14
:RecallPic 1
:End

Where Str1 is the first layer and Str2 is the second layer

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: Screenshots
« Reply #21 on: September 07, 2010, 04:08:54 am »
Pretty small, although that's the code I kinda expected since I attempted this before. I was not sure if stuff like Sub(Str2,stuff,stuff) was much slower than an inline string, though. Dual layer ASCII is so great due to the map display speed. Had I know this trick back when I started ROL3, ROL3 would have used dual-layer ASCII.

Offline MRide

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 711
  • Rating: +14/-0
  • You can't see this.
    • View Profile
Re: Screenshots
« Reply #22 on: September 08, 2010, 09:34:59 pm »
Here is the actual code from the source :)

Code: [Select]
:For(F,0,8)
:Text(-1,7F,0,sub(Str1,14F+2,14
:StorePic 1
:Text(-1,7F,1,sub(Str2,14F+2,14
:RecallPic 1
:End

Where Str1 is the first layer and Str2 is the second layer
Thanks. That's what I thought.  I am using that for Imagination Quest (although slightly modified because all the rooms are in one string per layer.)
I'll have to mess around with this more once I finish Imagination Quest. (maybe a sequel?)

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: Screenshots
« Reply #23 on: September 08, 2010, 09:42:49 pm »
A sequel would be cool :D

Focus on the first game first, though :P

Offline MRide

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 711
  • Rating: +14/-0
  • You can't see this.
    • View Profile
Re: Screenshots
« Reply #24 on: September 08, 2010, 09:49:11 pm »
Don't worry, I will.  Still need to decide what to do about the flipping though.  There were some ideas in this thread, but I couldn't understand them.
Anyway, enough offtopic-ness :P