Would you mind showing us, what your changes are, so we can help you better? I assume we need different stealth powers for hero and enemies, so transformation back would work. However I am no expert for the stealth nor powers. :D
This may have also been introduced by the "Gold is an item now" pull request. At least I had a similar problem, when pulling just the engine repo and not the game repo accordingly.
By any chance, could it be possible you're using an outdated game repo? (This may be introduced by the engine first looking for the system wide installed mods instead of the local mods)
Thank you very much for the bug reports. Reporting bugs is essential to make flare a good game :) I hope you still have fun playing flare, although these bugs existed in the first place.
In the latest master version you can have items like these
[item]
id=40
name=Wand
quality=normal
item_type=main
equip_flags=mental
icon=104
dmg_ment=10,30
req=m,2,p,3
soundfx=soundfx/inventory/inventory_wood.ogg
gfx=wand
loot_animation=wand
price=24
The req=m,2,p,3 makes sure to require 2 mental and 3 physical.
We should make that more clear or refactor it to have better names.
I have seen your art submissions, really good work! Would you mind showing off your mods so others can play&enjoy as well?
As the pictures look cute, would it be possible to have a gif or other moving picture as a preview?
Would you mind showing us, what your changes are, so we can help you better?
I assume we need different stealth powers for hero and enemies, so transformation back would work. However I am no expert for the stealth nor powers. :D
for flare-game there is no 'make'. You only need to "cmake . && sudo make install" actually.
This may have also been introduced by the "Gold is an item now" pull request. At least I had a similar problem, when pulling just the engine repo and not the game repo accordingly.
By any chance, could it be possible you're using an outdated game repo? (This may be introduced by the engine first looking for the system wide installed mods instead of the local mods)
Heh, In the first post it was indeed ~./local not to be confused with ~/.local
Glad you found it :)
Depending on the operating system.
On posix systems (MacOs, Linux etc) have a look at
~/.config/flare
~/.local/share/flare
If there is anybody else having trouble with the default mod not being found, please also see
https://github.com/clintbellanger/flare-game/issues/328
See https://github.com/clintbellanger/flare-game/pull/313
You'll need to copy default mod as well now.
For you second bug found, I did a proposal here:
https://github.com/clintbellanger/flare-engine/pull/697
Thank you very much for the bug reports. Reporting bugs is essential to make flare a good game :)
I hope you still have fun playing flare, although these bugs existed in the first place.
Pages