Primary tabs

Comments by User

Thursday, April 25, 2013 - 11:59

Time spent on site promotion would be well spent. More contributors would be the best improvement to the site.

As for rewards, perhaps you could enlist the help of some site memebers to create some art. So for example, to create a pixel art character in the likeness of the donator. Or for a higher donation, create a 3d model in the likeness of the donator (basically the same as the flare portrait marathon).

Tuesday, April 23, 2013 - 17:09

iirc this has been done in polymorphable. Its probably worth checking the mod files for this. I believe its handled somewhere in the map events.

Tuesday, April 16, 2013 - 17:25

Thanks. It looks good in the game. In game screenshots:

 

http://pasteboard.co/1Ke17zum.png

http://pasteboard.co/1Ke5Khds.png

 

Monday, April 15, 2013 - 16:31

Thnaks for posting. It looks like they were generated a little out of synch. Im not 100% sure but i think its got the wrong number of frames in the command. I believe this is the command you should be using.

montage *.png -background "transparent" -geometry 128x128 -tile 36x8 zombie.png

 

I think the key here is the number of frames in each direction (36 and not 24). This is taken from Clints original zombie post:

http://opengameart.org/content/zombie-sprites

 

EDIT:

fyi, it should look like this:

http://opengameart.org/sites/default/files/zombie_0.png

There should be 8 rows. One for each direction.

Sunday, April 14, 2013 - 18:30

nice job. please also share the sprite sheets once you have them ready.

Monday, April 8, 2013 - 10:23

As mentioned in your other thread, theres no need to create hacks to modify exp gain, gold or any other rewards because anybody can change it by editing the mods or save files in any plain text editor. The exp reward for each enemy can be altered by editing the text files in the mods/fantasycode/enemies folder, or you can just edit your save file to give yourself an instant exp boost.

Of course there may be some merit for educational purposes but it wont benefit any players.

Wednesday, March 27, 2013 - 18:30

Hi Arivor,

Below are some useful links for you to get involved with flare. Most discussions happen in these areas.

 

 Ryan

Thursday, March 14, 2013 - 12:07

Im not sure what skill your referring to but if you saw an enemy use the skill then its probably possible for you to use it too.

If you look in the mods/fantasycore/powers folder, you will see a file called powers.txt, which lists all of the available skills. Each of these powers has an ID. This ID can be entered directly into your save file to give you the skill. You should put the skill into your "actionbar" section of the save file.

Monday, March 11, 2013 - 16:08

**deleted**

Monday, March 11, 2013 - 15:59

Thanks for the positive feedback. Im assuming that the code will not be wanted in the main project but let me know otherwise:

https://github.com/clintbellanger/flare-engine/issues/395

Anyway, I will move the code to an engine fork instead of a game fork and continue implementing some of the other ideas.

Pages