Search found 198 matches

by rokit boy
Sun Jan 22, 2012 1:31 pm
Forum: Support and Development
Topic: Light (dynamic?)
Replies: 16
Views: 6171

Light (dynamic?)

Is there any way to make Dynamic Lights in love2d? So like my character gives out light which is in the shape of a triangle and there are shadows for example: The O is the character and the |+- are walls and the / + \ are lights and a . is thin air: --------------------------------------------------...
by rokit boy
Sat Jan 21, 2012 12:56 am
Forum: Support and Development
Topic: [Resolved] Help please.
Replies: 2
Views: 1451

[Resolved] Help please.

I seem to have found a math.random glitch.
The piece of code is this:

Code: Select all

orandomsize = math.random(ominsize,omaxsize)
ominsize is 5 and omaxsize is 15 yet it always returns "5" :(
Any help?
by rokit boy
Thu Jan 19, 2012 7:39 pm
Forum: Support and Development
Topic: [RESOLVED] Advanced map tile loader problem
Replies: 3
Views: 1858

Re: Advanced map tile loader problem

coffee wrote:
rokit boy wrote:Fixed. Nevermind
That's good, but please next time you could use Advanced Tile Loader topic (viewtopic.php?f=5&t=2567) so people like the author itself could help you. Also you should avoid double posting and simple edit the first post.
Sorry i'm new to this forum...
by rokit boy
Thu Jan 19, 2012 7:14 pm
Forum: Support and Development
Topic: [RESOLVED] Advanced map tile loader problem
Replies: 3
Views: 1858

Re: Advanced map tile loader problem

Fixed. Nevermind
by rokit boy
Thu Jan 19, 2012 6:52 pm
Forum: Support and Development
Topic: [RESOLVED] Advanced map tile loader problem
Replies: 3
Views: 1858

[RESOLVED] Advanced map tile loader problem

I have the AdvTileLoader folder in mah game with the directory maps and main.lua, it says that my tileset is not included in m map folder but im pretty sure it is...

Mah ziip
game.zip
No work!
(39.32 KiB) Downloaded 204 times
Please help.
by rokit boy
Thu Jan 19, 2012 5:47 pm
Forum: Support and Development
Topic: IM NEW
Replies: 8
Views: 5007

Re: IM NEW

This article on Sonic 2 gives a great insight on one way to do it. http://info.sonicretro.org/Sonic_Physics_Guide That is a very nice article. But I think it might be very hard to implement for someone who just learned Lua. Just to complete the list: I wrote a small tutorial(well, part 2 is coming ...
by rokit boy
Wed Jan 18, 2012 9:01 pm
Forum: Support and Development
Topic: IM NEW
Replies: 8
Views: 5007

Re: IM NEW

TechnoCat wrote:I wrote a post about this actually to get people started: viewtopic.php?f=5&t=2315&p=42275&hilit=+hardon#p42275
I'd prefer to use the original physics since I don't like libraries.
by rokit boy
Wed Jan 18, 2012 7:58 pm
Forum: Support and Development
Topic: IM NEW
Replies: 8
Views: 5007

IM NEW

Hello fellow lua writers, I have studied lua on the basics, and I wanted to make games. So I chose this engine, I got it from stabyourelf.net as I was playing Not Tetris. I know the basics of love2d, now i'm trying to make a platformer, but this is the part where i'm stuck. I have no idea about phys...