Search found 395 matches

by Kingdaro
Fri Aug 27, 2010 12:13 am
Forum: Games and Creations
Topic: Beat Jam - My Epix new rhythm game!
Replies: 18
Views: 16561

Re: Beat Jam - My Epix new rhythm game!

Hey, remember my promise? love 2010-08-26 19-59-48-64.png BAM! Speed mods! (High Scores out for now until I figure out how to write to file...) love 2010-08-26 20-00-04-60.png BAM! Explosion to notify that you actually hit a note! AND IT PWNS! I also have an Easy difficulty songs for you beginners, ...
by Kingdaro
Sun Aug 22, 2010 6:50 pm
Forum: General
Topic: Free game resources
Replies: 168
Views: 642251

Re: Free game resources

http://www.newgrounds.com/audio/

Free Songs and Loops. Wee.
by Kingdaro
Sat Aug 21, 2010 6:17 pm
Forum: Libraries and Tools
Topic: Instant cheer-up
Replies: 11
Views: 6557

Re: Instant cheer-up

That was like hypnotisim. O.o
by Kingdaro
Sat Aug 21, 2010 6:15 pm
Forum: Support and Development
Topic: Weird box at the end of a file reading? [Solved]
Replies: 4
Views: 1232

Re: Weird box at the end of a file reading?

No...well you just said "I think it's \r" so I assumed that you have to put it after each line, but the boxes are still there. :/
by Kingdaro
Sat Aug 21, 2010 5:44 pm
Forum: Support and Development
Topic: Weird box at the end of a file reading? [Solved]
Replies: 4
Views: 1232

Weird box at the end of a file reading? [Solved]

love 2010-08-21 13-42-37-14.png
love 2010-08-21 13-42-37-14.png (42.09 KiB) Viewed 1232 times
What the heck is this weird box that comes after each new line when reading a file?

And how do I get rid if it?
by Kingdaro
Fri Aug 20, 2010 1:38 pm
Forum: Support and Development
Topic: Problem with Files [Solved]
Replies: 2
Views: 1145

Re: Problem with Files

I assumed that the "love.filesystem.enumerate()" function returned a table of files, but it returns a table of strings instead? ._.

Works, now, thanks!
by Kingdaro
Fri Aug 20, 2010 1:17 pm
Forum: Support and Development
Topic: Problem with Files [Solved]
Replies: 2
Views: 1145

Problem with Files [Solved]

This is code from my script: line 36 > names = love.filesystem.enumerate("Names/") --I'm not sure if I have to put it as just "Names" or "Names/" with a slash at the end, either way the error showed up. line 37 > for i=1, #names do line 38 > names[i]:open('r') data = na...
by Kingdaro
Fri Aug 20, 2010 11:46 am
Forum: Games and Creations
Topic: Beat Jam - My Epix new rhythm game!
Replies: 18
Views: 16561

Re: Beat Jam - My Epix new rhythm game!

Updates! New video! Check them out!

Some more screenshots as well.
love 2010-08-19 21-21-21-91.png
love 2010-08-19 21-21-21-91.png (15.77 KiB) Viewed 11145 times
love 2010-08-19 21-20-31-88.png
love 2010-08-19 21-20-31-88.png (20.21 KiB) Viewed 11145 times
I'm overexcited about this, I'm posting too much XD

Next time I won't post until there's a much bigger update, like much more songs or more features and stuffz.
by Kingdaro
Thu Aug 19, 2010 10:34 pm
Forum: Games and Creations
Topic: Beat Jam - My Epix new rhythm game!
Replies: 18
Views: 16561

Re: Beat Jam - My Epix new rhythm game!

I've made a completely new engine from the bottom-up based on the old code, it's MUCH better than the old one:

[link to video currently being uploaded...]

The new version will be in the first post.