Author Topic: Lost Legends II  (Read 49760 times)

0 Members and 1 Guest are viewing this topic.

Offline arglactable

  • LV3 Member (Next: 100)
  • ***
  • Posts: 42
  • Rating: +0/-0
  • OBAMA MAN!!!
    • View Profile
Lost Legends II
« Reply #135 on: November 27, 2007, 11:10:00 am »
Wow, those are awesome...
Chill: "It's the famous, the infamous Sugo_v_"
ClouD: "who's that?"
Chill: "Exactly"

"He'll hunt us down and eat us alive until we're dead..."
-Gorfinhofin
    

Offline Zera

  • Project Author
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 737
  • Rating: +82/-7
  • Monochrome Artisan
    • View Profile
Lost Legends II
« Reply #136 on: November 27, 2007, 11:24:00 am »
A more visual example:

user posted image

Offline dinhotheone

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 410
  • Rating: +2/-1
    • View Profile
Lost Legends II
« Reply #137 on: November 27, 2007, 12:48:00 pm »
i think they look great, i especially like the axe with it being 'cliped' but still perfectly understandable. the helmet, staff, ring and armor are a little hard to figure out if you dont know what your looking for, but this will only pose a problem for the first time people see these icons. and if there is text next to it, it would not be a problem at all. since each icon is unique, its not hard to differentiate either. why are genji gloves a ring?

Offline Zera

  • Project Author
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 737
  • Rating: +82/-7
  • Monochrome Artisan
    • View Profile
Lost Legends II
« Reply #138 on: November 27, 2007, 01:15:00 pm »
QuoteBegin-dinhotheone+27 Nov, 2007, 18:48-->
QUOTE (dinhotheone @ 27 Nov, 2007, 18:48)
why are genji gloves a ring?

Still working on those icons. :Ptongue.gif

EDIT: There would be little point in adding seperate icons for different accessories. There are maybe two pairs of gloves in the game, a pair of boots, several rings and then a couple of miscellaneous icons. Plus, it makes it more difficult to distinguish whether or not the item is an accessory, or something else. Better to have one icon associated with all accessories in that case.

Offline dinhotheone

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 410
  • Rating: +2/-1
    • View Profile
Lost Legends II
« Reply #139 on: November 27, 2007, 03:34:00 pm »
ahh yes, that makes sense.

Offline Zera

  • Project Author
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 737
  • Rating: +82/-7
  • Monochrome Artisan
    • View Profile
Lost Legends II
« Reply #140 on: November 29, 2007, 01:51:00 am »
Having fun trying to figure out how to arrange all the data in the menus...

user posted imageuser posted imageuser posted image

I think the status screen will have to end up being two pages. The first would display things like name, hit points and physical status, and then the second page would display ability scores.

EDIT: Link wasn't broken -- ImageShack servers just aren't very reliable, and often go down for no apparent reason.

Offline trevmeister66

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1009
  • Rating: +14/-5
    • View Profile
Lost Legends II
« Reply #141 on: November 29, 2007, 08:30:00 am »
That looks great. Only problem, the middle image is a broken link (or it might just be my computer)

EDIT: It works :)smile.gif
Projects:    nameless RPG: 1.0%  |  Reverse Snake v1.5: 100%  |  Secret Project: 5%  |  DUNGEON: 70%

My MW2 Blog <-- Please visit :)

Liazon

  • Guest
Lost Legends II
« Reply #142 on: November 29, 2007, 11:10:00 am »
i like the little icons

Offline MSR5

  • LV3 Member (Next: 100)
  • ***
  • Posts: 56
  • Rating: +0/-1
    • View Profile
Lost Legends II
« Reply #143 on: November 29, 2007, 12:12:00 pm »
Great!
keep up the hard work
Shinism shall dominate modern day society.  With your support the Shinist revolution can happen.  PM me for information.

Offline Zera

  • Project Author
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 737
  • Rating: +82/-7
  • Monochrome Artisan
    • View Profile
Lost Legends II
« Reply #144 on: November 29, 2007, 12:41:00 pm »
So, I decided to do a little concept art for the hell of it. Keep in mind, I haven't sketched anything in a long while.

This is our protagonist, Maya:

user posted image

I REALLY tried to be surrealistic with the coloring. All the "messy" detail is on purpose. It's probably hit or miss, but I don't know...

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
Lost Legends II
« Reply #145 on: November 29, 2007, 01:08:00 pm »
very nice!
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Liazon

  • Guest
Lost Legends II
« Reply #146 on: November 29, 2007, 02:31:00 pm »
nice drawing!

Offline Zera

  • Project Author
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 737
  • Rating: +82/-7
  • Monochrome Artisan
    • View Profile
Lost Legends II
« Reply #147 on: December 10, 2007, 01:17:00 pm »
I've finished the graphics data and would like to go ahead and convert it. There's only one technicality I need to understand first, and that's the sprite routine. There are 98 total sprites in the game, pertaining to all sorts of different characters. Now, should I seperate these sprites and keep each character in his / her own seperate tile binary, or should I just cram them all into one gigantic binary? I was thinking I should keep them seperated, because there would be little point in the system loading an ENTIRE 98-tile binary into memory any time a sprite is called on screen. Plus, it would be a lot easier on an organizational level.

Second concern: should the tiles be arranged top-down or left-right?

Third concern: should I use the transparency technique I proposed with the first game? (check the other thread)

EDIT: Oh, it almost slipped my mind. Also, instead of having two seperate tiles for a character standing left or right, I only have one tile for them standing left. I figure to converse space, we can someone write instructions for the system to "flip" the tile when the character is facing right. (since there's essentially no difference between the two tiles anyway)

Offline dinhotheone

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 410
  • Rating: +2/-1
    • View Profile
Lost Legends II
« Reply #148 on: December 10, 2007, 02:02:00 pm »
1) idk
2)idk
3) see the other thread for an answer
4) yeah, thats a very good idea


Offline {AP}

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 981
  • Rating: +74/-3
  • I am Webmaster!
    • View Profile
    • Removed From Game
Lost Legends II
« Reply #149 on: December 10, 2007, 02:20:00 pm »
If you're using xLIB (like I 'think' you are) there is already a command to flip the tile. I'll dig it up in a sec.

EDIT: Misread, you're in asm.
Sorry 'bout that.