Page 2 of 2
Re: Simple mouse game
Posted: Wed Dec 14, 2011 5:20 pm
by Nixola
I just tried, I got this link
http://dl.dropbox.com/u/15081595/PopGame.Love
P.S: the direct link at the file on speedyshare isn't direct
Re: Simple mouse game
Posted: Wed Dec 14, 2011 6:32 pm
by coffee
I don't blame forum don't allow attach +10mb files, I don't blame file-sharing websites don't permit direct downloading, however I blame a creator that had the very bad idea of include and distribute a 10MB Adobe CS suite copyrighted font. For sure and looking the font style you could find a smaller one (and a less distribution copyrighted one) unless you need to use international chars for use right?
Re: Simple mouse game
Posted: Thu Dec 15, 2011 1:54 am
by Ensayia
Being on a slow connection and picky about file sizes in general I took a look inside your .love file only to discover that your game itself is very tiny (under 1MB) yet you use a 10MB TrueType font!
That's pretty hefty for just a font. It's your game and your decision, but you might want to look into LOVE's font system and make your own if file sizes concern you.
Re: Simple mouse game
Posted: Thu Dec 15, 2011 3:36 am
by veethree
the only reason i used that font instead of the default one was cause i was trying out using custom ones. Here's an updated version, Uses the default font, Has a new dot (a star) that gives you more points and a splash screen so the game doesn't start right away. I also plan on adding more dots, like someone suggested one that gives you more time, perhaps one that freezes the time for a while. and i might make it so you have to click the dot instead of just hovering..idk. I'm open to any suggestions, if you have a good idea let me know
Re: Simple mouse game
Posted: Thu Dec 15, 2011 3:41 am
by TechnoCat
The hitboxes on the stars are shifted to the bottom right!
Re: Simple mouse game
Posted: Thu Dec 15, 2011 3:46 am
by veethree
TechnoCat wrote:The hitboxes on the stars are shifted to the bottom right!
oh yeah so they are :/ well thanks for pointing that out
i'll fix that soon as i can.
Re: Simple mouse game
Posted: Thu Dec 15, 2011 10:39 am
by coffee
veethree wrote:the only reason i used that font instead of the default one was cause i was trying out using custom ones.
You can and should use custom fonts. No problem with that (unless you do the usual coding LOVE problem of badplacing the load of the font in our code). No need to use default font. Let me help you find a smaller, better licensed but similar alternative font for you please. Heiti is a clone/replacement of famous but not free sans-serif Myriad and Frutiger fonts so you can have alternatives like:
Junction - free and small (
http://www.theleagueofmoveabletype.com/junction).
Vegur - free, small but webpage in Japanese and without licence indicated in site/zip file (
http://www.dotcolon.net/font/font.php?id=1).
CartoGothic Std - free, small, with free-distribution license (
http://www.fontsite.com/2129/cartogothic-std/)
There is a lot more but I think that solve the problem of not loading a 10mb monster font in a 100kb love game.
Note: Those fonts are OTF but like TTF can be load by LOVE engine.
Re: Simple mouse game
Posted: Thu Dec 15, 2011 12:21 pm
by veethree
coffee wrote:veethree wrote:the only reason i used that font instead of the default one was cause i was trying out using custom ones.
You can and should use custom fonts. No problem with that (unless you do the usual coding LOVE problem of badplacing the load of the font in our code). No need to use default font. Let me help you find a smaller, better licensed but similar alternative font for you please. Heiti is a clone/replacement of famous but not free sans-serif Myriad and Frutiger fonts so you can have alternatives like:
Junction - free and small (
http://www.theleagueofmoveabletype.com/junction).
Vegur - free, small but webpage in Japanese and without licence indicated in site/zip file (
http://www.dotcolon.net/font/font.php?id=1).
CartoGothic Std - free, small, with free-distribution license (
http://www.fontsite.com/2129/cartogothic-std/)
There is a lot more but I think that solve the problem of not loading a 10mb monster font in a 100kb love game.
Note: Those fonts are OTF but like TTF can be load by LOVE engine.
Thanks for the effort and all, But it was a bit unnecessary. There was literally no specific reason for why i chose heiti, I just went into my font library and picked a random font and copied to the game location. The default font doesn't bother me at all