Search found 36 matches

by silver_hawk
Mon Jan 28, 2013 9:22 am
Forum: Support and Development
Topic: Writing data structures to files
Replies: 2
Views: 1942

Re: Writing data structures to files

There was a code snippet i found somewhere on the forum that dumps a table, I think you should be able to use this: function dump(o) if type(o) == 'table' then local s = '{ ' for k,v in pairs(o) do if type(k) ~= 'number' then k = '"'..k..'"' end s = s .. '['..k..'] = ' .. dump(v) .. ',' en...
by silver_hawk
Sun Jan 27, 2013 1:58 pm
Forum: General
Topic: Blög?
Replies: 38
Views: 28356

Re: Blög?

I would be nice with a blog, that posts recently completed projects and other neat news, fx. utilities and such? So that people could see some activity around the community :D
by silver_hawk
Tue Dec 18, 2012 1:58 pm
Forum: Support and Development
Topic: Creating nice fonts in love
Replies: 20
Views: 8869

Re: Creating nice fonts in love

Hi i tried creating an image font but something goes wrong when i try and use it.... I used a slightly modified code by Inny: function loadImageFont(name) local fontset = [=[!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~]=] local fontimg = gfx...
by silver_hawk
Fri Dec 14, 2012 9:39 am
Forum: Support and Development
Topic: Creating nice fonts in love
Replies: 20
Views: 8869

Re: Creating nice fonts in love

Thank you very much for the example and explanation, my new fonts will be ready anytime soon :D Also is it better to create larger images and then scale them down, when printing smaller fonts? rather than scale up to create larger fonts? (because of they are getting more pixel like?) Have a GREAT da...
by silver_hawk
Tue Dec 11, 2012 6:57 pm
Forum: Support and Development
Topic: Creating nice fonts in love
Replies: 20
Views: 8869

Re: Creating nice fonts in love

Ye, I think I just might gonna give it a go and try and see what will happen :)
by silver_hawk
Mon Dec 10, 2012 12:15 pm
Forum: Support and Development
Topic: Creating nice fonts in love
Replies: 20
Views: 8869

Re: Creating nice fonts in love

Nice I must try the image fonts then :D

Is there an example .png anywhere, where I can get an idea on how do create one on my own? :D
Sounds like that the way to go :)

And ty all for the quick responses <3
by silver_hawk
Sun Dec 09, 2012 10:31 pm
Forum: Support and Development
Topic: Creating nice fonts in love
Replies: 20
Views: 8869

Re: Creating nice fonts in love

I'd just create an image with gimp or photoshop. Ye but the thing is, I have to do quite a lot based on strings, rather that some hard coded ones, so it would be nice with some effects on these :) But I think I might go with the text to sprite and then do some canvas manipulation :) but I don't hav...
by silver_hawk
Sun Dec 09, 2012 8:07 pm
Forum: Support and Development
Topic: Creating nice fonts in love
Replies: 20
Views: 8869

Re: Creating nice fonts in love

Nice i will try both, but what do you normally do when you want some nice style text ingame? Do you use a nice font, or a library for creating nice text via. sprites? Just curious :D
by silver_hawk
Fri Dec 07, 2012 11:55 am
Forum: Support and Development
Topic: Creating nice fonts in love
Replies: 20
Views: 8869

Creating nice fonts in love

Has anybody some experience with fonts in love? how to create neat fonts using the inbuilt font system, rather than drawing each font?
effects like shadows, blends, gradients and so on?

I would really like some advice on this point, and maybe we could share some examples?

Have a nice day <3
by silver_hawk
Mon Sep 03, 2012 10:13 am
Forum: General
Topic: KONAMI CODE!!!
Replies: 8
Views: 3043

Re: KONAMI CODE!!!

Roland_Yonaba wrote:
Nsmurf wrote:UP UP DOWN DOWN LEFT RIGHT LEFT RIGHT B A!!!!

just type that on the main page! :awesome:

konami code ftw!

thank you whatever developer put that in :awesome:
ROFL
That Rofl link totally made my day!