Jump to content

Bongo_Bongo

Member
  • Posts

    6
  • Joined

  • Last visited

Previous Fields

  • Favorite Fire Emblem Game
    Binding Blade

Member Badge

  • Members
    Horse

Allegiance

  • I fight for...
    Nohr

Bongo_Bongo's Achievements

Newbie

Newbie (1/14)

  1. I made an edit of your Ike sprite using Zealot as a reference. Your biggest issue is facial proportions. Ike's head is drawn kinda large and crude, so you should really work on it. His eyes were also kinda far apart. Smaller eyes are fine, but it almost looks like he's squinting in your sprite. I think they should also be a bit darker. The goatee you drew also looked a bit unnatural. It should look a bit wilder, and shouldn't be shaped like a square. I also kinda dislike the shading on the hair, it looks a bit flat. You should probably use Ike's official art as a reference for that, though. My edit probably resembles Zealot a bit too much, but whatever. Hopefully you get the point.
  2. Hello all, I'm trying to make the stealing in FEXP like in Thracia, where the player could steal a weapon if their constitution was higher than the weight of the item. I'm unsure of a few things, though. Here's the part of the script I need to edit: def can_steal_from?(target) # Compares speed return false unless self.spd > target.spd # Tests if target has anything to steal has_item = false for item in target.actor.items if item[0] == 1 or (item[0] == 0 and item[1] != 0) has_item = true break end end return has_item end I need to make the game compare the player's constitution and the item's weight. How can I find item weight by ID, and how can I find player constitution?
  3. i appreciate your username a lot

  4. This is only a very slight update, but I want to know if I'm on the right track. I adjusted the collar on the first guy, but not anything else. The eyes are kinda wonky, but I can't really reposition the eye without making major changes to the other parts of the face, and I'm a bit lazy. The red guy's armour looks like crap, so I'm going to redraw it. Here is a rough sketch of the new one. I redrew the last guy's shoulder to make it fit too. Finally, I changed the eyes of the last two characters slightly. The girl wasn't really finished when I posted the first sprites, but I'm still going to take your advice into account when I do finish it. That will have to wait though, since I'm currently a bit busy and her hair is giving me lots of trouble.
  5. I'm trying my best with these mugs, but they don't feel right. I'm quite rusty, and I'm having a hard time adjusting to the Fire Emblem style. Hair and shading are my biggest issues. I know that there are lots of great spriters here, though. Does anyone have any advice?
×
×
  • Create New...