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]

simple design and build walkthrough

scsijon
Tuesday, March 7, 2017 - 23:41

Was just wondering if there was a simple design and build walkthough for the flare engine available anywhere?
I've come across flare after many years on other (linux) things and want to see if I can transfer/build something I started back in the '90's.

Also wonder if this site has wwhat we call 'sticky's' that when set by the moderators (not users/submitters) keep the sticky messages at the top of the message list? Well worth it for common type questions.

regards
scsijon

  • Log in or register to post comments
GunChleoc
joined 11 years 7 months ago
Friday, March 10, 2017 - 11:04

I found compiling instructions:

https://github.com/clintbellanger/flare-engine/blob/master/INSTALL.engin...

  • Log in or register to post comments
scsijon
joined 8 years 4 months ago
Friday, March 10, 2017 - 15:39

Sorry, I understood that part, I meant for creating a game.

  • Log in or register to post comments
dorkster
joined 13 years 17 hours ago
Friday, March 10, 2017 - 20:11
dorkster's picture

I'm not aware of any real guide for making Flare games, but here are some resources that may help:

  • The engine wiki has some documentation under "For modders" - https://github.com/clintbellanger/flare-engine/wiki
  • A listing of all the valid key/value pairs for Flare game data - https://github.com/clintbellanger/flare-engine/wiki/Attribute-Reference
  • A "game" with the bare minimum of game data, useful for getting started - https://github.com/dorkster/flare-starter-pack
  • Log in or register to post comments