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]

want to add river road to flare

TheArmGamer
Sunday, December 15, 2013 - 05:06
TheArmGamer's picture

hi im trying to add the river road map to flare because i can modd it but every thing is black like in shown in the previos post on the problem with the mod and i get this out of the terminal (because i run it via the terminal)  "Could not open text file: ./tileset_grassland.txt"

also i cant open the normal maps ex. fontier_plains.txt with tiled i get this:

 

Error loading tileset ../../../tiled/dungeon/tiled_collision.png, which expands to /home/pi/Desktop/flare.0.19/mods/alpha_demo/maps/../../../tiled/dungeon/tiled_collision.png. Path not found!

why?

by the way using raspberry pi (Linux)

 

  • Log in or register to post comments
GunChleoc
joined 11 years 5 months ago
Sunday, December 15, 2013 - 09:44

A dumb question maybe, but have you checked that the files are in the correct directory?

  • Log in or register to post comments
TheArmGamer
joined 11 years 6 months ago
Sunday, December 15, 2013 - 11:41
TheArmGamer's picture

ive figured it out it was the file's directory search but i still cant  open default maps with tiled

  • Log in or register to post comments
dorkster
joined 12 years 10 months ago
Monday, December 16, 2013 - 01:23
dorkster's picture

@TheArmGamer

The reason you're getting those errors in Flare and the black screen is because we changed some of the filename syntax. We include parent directories in file paths now.

The txt map files in Flare are exported versions of the Tiled maps. Tiled uses tmx files. The tmx file for River Road is here: https://raw.github.com/RyanDansie/flare-mod-noname/master/tiled/new%20ga...

You'll need to update the references to filenames when editing that with Tiled. To see how current maps work, try taking a look at some of these: https://github.com/clintbellanger/flare-game/tree/master/tiled/frontier

When you're done editing, be sure to export the map (File -> Export As) and select "Flare Map Files". This will output a txt map that's compatible with Flare.

  • Log in or register to post comments