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]

Multipile power req for a power

HunnyBunny95
Wednesday, November 20, 2013 - 12:02

Long story short, i cant seem to find any way of making one of my spells(power) requier 2 distinct powers, Picture related

Green is what ive done, however im trying to do the red arrows, Making two spells be requierments for one. Thanks for all the help, and feel free to ask me to upload my mod. 

  • Log in or register to post comments
Clint Bellanger
joined 15 years 8 months ago
Wednesday, November 20, 2013 - 12:26
Clint Bellanger's picture

In the menus/powers.txt config file you can set multiple requries_power= lines. E.g.

requires_power=1
requires_power=3

  • Log in or register to post comments
HunnyBunny95
joined 11 years 5 months ago
Wednesday, November 20, 2013 - 12:33

I tried that but it didnt work, let me try again

  • Log in or register to post comments
HunnyBunny95
joined 11 years 5 months ago
Wednesday, November 20, 2013 - 12:37

It just overrides the first one, and uses the second one, ive also already tried with requires_power=1,3

  • Log in or register to post comments
Clint Bellanger
joined 15 years 8 months ago
Wednesday, November 20, 2013 - 12:44
Clint Bellanger's picture

Works for me on the dev build. Both required powers show up on the tooltip as Red. And I have to unlock those required powers before I can unlock the last one.

Are you doing this under the v0.18 release? If so maybe it was fixed since then.

  • Log in or register to post comments
HunnyBunny95
joined 11 years 5 months ago
Wednesday, November 20, 2013 - 14:26

I downloaded the game like 3-4 days ago im on 0.18 trying out some things now, just changed my HP/Mana/XP bar uploading it to github in abit

  • Log in or register to post comments
HunnyBunny95
joined 11 years 5 months ago
Wednesday, November 20, 2013 - 14:42

Ive looked for abit and i cant find something that recently been updated, im prolly missing something, do you have any idea where the root of this issue might be?

  • Log in or register to post comments
HunnyBunny95
joined 11 years 5 months ago
Wednesday, November 20, 2013 - 14:45

Seems like i found the problem, going to try to fix it later thanks anyway

  • Log in or register to post comments
Clint Bellanger
joined 15 years 8 months ago
Wednesday, November 20, 2013 - 14:47
Clint Bellanger's picture

The feature was added to the engine two months ago, during v0.19 development:

https://github.com/clintbellanger/flare-engine/commit/08d6c61fd185ebfb0c0dba7f0f1ec6eccff87666

This pull request is named "Handle multiple occurrences of requires_power".

So it won't work in v0.18. You can try building v0.19 build or just wait for a couple weeks for us to release v0.19.

  • Log in or register to post comments
HunnyBunny95
joined 11 years 5 months ago
Wednesday, November 20, 2013 - 15:59

Thank you alot, im going to compile it with the newest of everything asap i get to reformat my computer, Gnu/Linux inc :3 recently had to change compy to a windows box but not for long!

  • Log in or register to post comments