Search found 533 matches

by MadByte
Fri Nov 01, 2013 8:37 pm
Forum: General
Topic: LOVE users map
Replies: 182
Views: 122578

Re: LOVE users map

Braunschweig, Germany
by MadByte
Mon Jul 01, 2013 3:26 pm
Forum: A Whiff of Steam
Topic: [Member request]Desert Island
Replies: 3
Views: 50488

Re: [Member request]Desert Island

Feel free to pimp it up if it is this horrible ;)
by MadByte
Sat Jun 29, 2013 11:32 am
Forum: A Whiff of Steam
Topic: [Member request]Desert Island
Replies: 3
Views: 50488

[Member request]Desert Island

Hi everyone, I'm looking for someone to work with on a project for some time now. I've seen the (almost dead) "Whiff of Stream" thread & thought about offering a new, maybe a bit smaller project to work on with the community or at least with one or two lövers if anyone is interested. I...
by MadByte
Fri Jun 28, 2013 7:45 pm
Forum: Games and Creations
Topic: Save the Cat Princess !
Replies: 12
Views: 6261

Re: Save the Cat Princess !

don't want to confuse anyone but the latest version still doesn't work for me. :D I removed the big music.mp3 from the source and voila, it works. I'm reaaaally not that good in guessing things but is it possible that the ( way to big ) music.mp3 get completely loaded into the memory (Static) befor...
by MadByte
Fri Jun 28, 2013 7:21 pm
Forum: Games and Creations
Topic: Save the Cat Princess !
Replies: 12
Views: 6261

Re: Save the Cat Princess !

don't want to confuse anyone but the latest version still doesn't work for me. :D I removed the big music.mp3 from the source and voila, it works. I'm reaaaally not that good in guessing things but is it possible that the ( way to big ) music.mp3 get completely loaded into the memory (Static) before...
by MadByte
Fri Jun 28, 2013 5:17 pm
Forum: Games and Creations
Topic: Save the Cat Princess !
Replies: 12
Views: 6261

Re: Save the Cat Princess !

seanmd wrote:what did you compress this with?
Unzipped it does not work either. :)

There's possibly a problem with the thread handling in your code.
by MadByte
Fri Jun 28, 2013 2:04 pm
Forum: Games and Creations
Topic: Save the Cat Princess !
Replies: 12
Views: 6261

Re: Save the Cat Princess !

I'm also stuck... löve 0.8.0 JIT, Windows 7.
by MadByte
Wed Jun 26, 2013 7:24 pm
Forum: General
Topic: Problems with vector player movement (im new)
Replies: 13
Views: 10323

Re: Problems with vector player movement (im new)

Code: Select all

	if love.keyboard.isDown("up") and
		player.yvel > -100 then
			player.yvel = player.yvel - player.speed * dt
	end
by MadByte
Wed Jun 26, 2013 7:20 pm
Forum: General
Topic: Problems with vector player movement (im new)
Replies: 13
Views: 10323

Re: Problems with vector player movement (im new)

TheSquareRootOf3 wrote:alright there! is it a zip file now ? sorry, when i say im new to this i litterally mean ive been at it for like 4 hours
Then, welcome here ;)

I guess this is the problem:

Code: Select all

player.yvel = player.xvel - player.speed * dt
you used xvel instead of yvel.
by MadByte
Wed Jun 26, 2013 5:21 pm
Forum: Games and Creations
Topic: Cutting in Line
Replies: 21
Views: 9752

Re: Cutting in Line

I found a bug,

I played the game and finished the level, then I pressed r to restart. After 26 seconds it tells me that I'd made it althrough I wasn't at the goal yet.
Image

anyway, new record ! :'D