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
FLARE [ARCHIVED]

Flare Wiki

npaulo
Monday, August 2, 2021 - 20:38

Hi,

 

I'm trying to follow here:

 

https://github.com/flareteam/flare-engine/wiki/Creating-a-New-Map-with-t...

 

To lear to use Tiled, but there are no images there!

Can you guys fix this?

 

Regards,

npaulo

  • Log in or register to post comments
dorkster
joined 12 years 11 months ago
Tuesday, August 3, 2021 - 07:18
dorkster's picture

I messaged m7600, the author of that page, to let them know.

In the meantime, there is also this page, which also covers creating a map for Flare. The only difference is that tutorial doesn't use flare-game assets.

  • Log in or register to post comments
m7600
joined 5 years 8 months ago
Tuesday, August 3, 2021 - 08:55

Whoops! I seem to have lost those files. I'll try to fix that tutorial, but it won't be in the near future, since I'm swamped with work from my day job right now.

  • Log in or register to post comments
npaulo
joined 6 years 4 months ago
Wednesday, August 4, 2021 - 07:31

Hi dorkster, thanks for the tutorial, but it doesn't show how you can import the tilesets from flare that are irregular, they are not a 32x32 or 64x64 tilesets, some of the tiles have different dimmensions. Do you know how it's done?

npaulo

  • Log in or register to post comments
dorkster
joined 12 years 11 months ago
Wednesday, August 4, 2021 - 08:40
dorkster's picture

In Tiled, each tileset has a single tile size. For the "base" part of flare-game's tilesets, we use 64x128 tiles. The "wall" tiles use that entire space, but smaller tiles will use the bottom 1/2 or 1/4. For tiles bigger than 64x128, there are two options. Either slice them into 64x128 chunks, or create a separate tileset for the larger size. For example, the dungeon stairs tiles are in their own tileset with a 256x256 tile size.

If you're creating your own tilesets in Tiled, I recommend looking at flare-tiled-tools. This extension adds an export format to Tiled for Flare's tileset definitions.

  • Log in or register to post comments