Search found 32 matches

by TC1061
Sat Jun 09, 2018 8:03 am
Forum: Games and Creations
Topic: CarWar
Replies: 21
Views: 19916

Re: CarWar

Maybe. But I don't use SQL. Howewer, I use openSSH server, but my account is locked my unbreakable password... So, I found maps' copies in another directory. But for some reason my game still does not works normally in LOVE 11.0
by TC1061
Sat Jun 09, 2018 3:02 am
Forum: Games and Creations
Topic: CarWar
Replies: 21
Views: 19916

Re: CarWar

It seems somehow ALL maps disappeared!
by TC1061
Fri Jun 08, 2018 12:10 am
Forum: Games and Creations
Topic: CarWar
Replies: 21
Views: 19916

Re: CarWar

There is an update! I optimized the network and improved graphics! Check the first post. :3
pgimeno wrote: Tue Mar 20, 2018 1:06 pm "File has been removed due to inactivity" :(
You can try downloading it from the first post.
by TC1061
Fri Dec 29, 2017 3:05 pm
Forum: Libraries and Tools
Topic: [11.3] AdMob support for Android + EU Consent
Replies: 106
Views: 271933

Re: [0.10.2] AdMob support for Android!

It's a cool idea, I'll try it soon. I found binaries at GitHub (here), because I can't compile it.
P. S. There's no any game.love included in the source. Maybe it's there, but not here.
by TC1061
Fri Dec 01, 2017 5:04 pm
Forum: Support and Development
Topic: Font density
Replies: 8
Views: 5732

Re: Font density

Function love.graphics.newFont by default makes font rasterized with 12 pixel high. You can just put the size you want, as ivan has shown you. Oh. Yes. This variant is helped me, and I replaced text functions (because my game's code is very big and I'll waste a lot of time in search of them), and i...
by TC1061
Thu Nov 30, 2017 2:17 pm
Forum: Support and Development
Topic: Font density
Replies: 8
Views: 5732

Re: Font density

Hey TC, we all tried to help you but your question was not stated clearly. The problem is with the way you are loading the font: Font=love.graphics.newFont("somefont.ttf",24) tells Love2d that your font should be rasterized so that it's exactly 24 pixels high. The easiest solution is to l...
by TC1061
Thu Nov 30, 2017 11:23 am
Forum: Support and Development
Topic: Font density
Replies: 8
Views: 5732

Re: Font density

I'll assume this topic is about "letter spacing". You see, most fonts are designed to look well at a predefined spacing. Some fonts contain kerning info that adjusts the positions of specific pairs of letters. All you need to do is start FontForge and open up the font that you want to mas...
by TC1061
Thu Nov 30, 2017 4:18 am
Forum: Support and Development
Topic: Font density
Replies: 8
Views: 5732

Font density

How to increase density of a Font?
I tried this:

Code: Select all

Font=love.graphics.newFont("somefont.ttf",24)
Font:setLineHeight(0.5)
But text become bigger. How to increase density of the Font but save the text size?
by TC1061
Wed Nov 29, 2017 5:26 am
Forum: Games and Creations
Topic: first LOVE2D games
Replies: 6
Views: 6890

Re: first LOVE2D games

Sir_Silver wrote: Mon Oct 23, 2017 3:46 am @TC1061, you really shouldn't reupload someone elses game.

Regardless, neat little games there, saramont!
Sorry.
by TC1061
Sun Nov 26, 2017 6:14 am
Forum: Games and Creations
Topic: CarWar
Replies: 21
Views: 19916

Re: CarWar

I'm going to make this game very very small. Then I'll upload this game here. So the questions then are, 1. Does löve's forums block file download from unregistered accounts, and 2. Can one upload a 75 Megabyte attachment here. This forum doesn't block downloads from unregistered users Wow you reall...