Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate

Primary tabs

  • View
  • Collections
  • Comments(active tab)
  • Followers
  • Friends
  • Favorites
Re: Orc FLARE sprite sheets
Friday, May 20, 2011 - 14:54

johndh: yes! Can't wait to try these out in-game.

Re: Unified Bestiary Project
Friday, May 20, 2011 - 13:24

I plan to contribute here, especially as I want to greatly grow Flare's bestiary.

I also intend to step up my game a bit with my next monsters. I want to make sure my models are good enough to drop right into a 3D game.

Anyone work extensively with using 3D creatures in games? It would be nice to have various guidelines and best practices.  E.g. avoid feature X because it doesn't export to most formats, or make sure the model is oriented a certain way.

Re: Orc FLARE sprite sheets
Friday, May 20, 2011 - 13:09

johndh: If you get stuck with the script let me know.

Re: Orc FLARE sprite sheets
Friday, May 20, 2011 - 11:43

Nice work!

Note that you probably want to keep the angle of the light source the same for the entire sprite sheet, right now it's rotating for each direction.

Re: Flare - 60fps
Sunday, May 15, 2011 - 13:12

It makes sense. I agree with the reason, but the implementation is a bit sprawling.

Much of the excitement over Flare is with portable linux gaming devices, where performance is a major concern. I'm not sure if changing the game to 60fps adds enough to alienate this group.

I like the idea of making all animations ms-based instead of frame-based. I want to revisit this later. Please hold off on new code on this for now; I'll get in contact with you on a later version when I'm thinking about making this change.

Re: Flare - 60fps
Sunday, May 15, 2011 - 11:53

I'm taking a look at the code now.

Can you explain the need for this trigger and action system? How does it relate to framerate?

Re: Special request
Thursday, May 12, 2011 - 08:11

Ok. I'll have to experiment.  RPG maker style games use square base tiles (32x32), but in this 3/4ths perspective the base would be rectangular (32x16 for example). I'm not sure the best way to handle this (when rendering side tiles, put two tiles together? stretch the perspective?).

Re: Special request
Wednesday, May 11, 2011 - 14:53

I think the enemy sprites and spell effects should work without change.

If you're talking about the tileset sprites, sure I'll make some time to render those another way.  What dimensions should the floor tiles be (e.g. 32x32 square?).

Re: Transparency in SDL
Tuesday, May 10, 2011 - 13:12

Note that what happens with the Alpha depends on both the source and destination surfaces.

From the SDL documentation:

The results of blitting operations vary greatly depending on whether SDL_SRCAPLHA is set or not. See SDL_SetAlpha for an explaination of how this affects your results. Colorkeying and alpha attributes also interact with surface blitting, as the following pseudo-code should hopefully explain.


if (source surface has SDL_SRCALPHA set) {
if (source surface has alpha channel (that is, format->Amask != 0))
blit using per-pixel alpha, ignoring any colour key
else {
if (source surface has SDL_SRCCOLORKEY set)
blit using the colour key AND the per-surface alpha value
else
blit using the per-surface alpha value
}
} else {
if (source surface has SDL_SRCCOLORKEY set)
blit using the colour key
else
ordinary opaque rectangular blit
}

Re: Flare Vision
Tuesday, May 10, 2011 - 06:41

manwesulimo2004, there isn't, but I should probably start keeping such a list.

Pages

  • « first
  • ‹ previous
  • …
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • …
  • next ›
  • last »