Search found 76 matches

by willurd
Fri Mar 05, 2010 2:54 am
Forum: General
Topic: Making LÖVE together!
Replies: 81
Views: 54768

Re: Making LÖVE together!

I replied to the poll, but figured I'd paste my comments here to keep discussion on the board. --- I like where this is going. I just have a few thoughts. I like that NPCs respond to things like lies the hero tells and the clothes he is wearing. The usefulness of that can be illustrated in an exampl...
by willurd
Fri Mar 05, 2010 12:40 am
Forum: Support and Development
Topic: Distributing your games (making a .love file)
Replies: 278
Views: 942429

Re: Distributing your games (making a .love file)

Here's my makefile if anyone is interested. It's generic so it can be dropped into any project (at the root of the project, next to main.lua). LOVE_FILE = ../$(shell basename `pwd`).love main: zip -r $(LOVE_FILE) . run: $(LOVE_FILE) love $(LOVE_FILE) $(LOVE_FILE) : make clean: rm $(LOVE_FILE) make -...
by willurd
Thu Mar 04, 2010 2:17 am
Forum: General
Topic: Hi!
Replies: 1
Views: 1913

Hi!

Hey all. I just re-discovered LÖVE recently after starting to fool around with incorporating lua into my own C++ games/apps. I was looking for a good way to familiarize myself with lua, especially with regards to using it for game development. I got much more than I bargained for with LÖVE. I've bee...
by willurd
Thu Mar 04, 2010 2:05 am
Forum: General
Topic: Making LÖVE together!
Replies: 81
Views: 54768

Re: Making LÖVE together!

By the way, someone mentioned Secret of Mana earlier. I actually really liked the real-time aspect of its battles. It made leveling up much less of a chore. Pacing is definitely important in an RPG, so it'd be beneficial to at least give consideration to real time battles.
by willurd
Thu Mar 04, 2010 1:59 am
Forum: General
Topic: Making LÖVE together!
Replies: 81
Views: 54768

Re: Making LÖVE together!

I'm interested :) I'll be honest though, I'm not great with physics or 3d math. I'm happy to help wherever possible though, and I've always wanted to make an ff-style rpg :) I play a couple instruments too so I might be able to help with audio tracks, though this would be my first time writing music...
by willurd
Thu Mar 04, 2010 1:05 am
Forum: General
Topic: TextMate bundle, auto-complete and tooltips.
Replies: 26
Views: 15081

Re: TextMate bundle, auto-complete and tooltips.

This is so awesome. Thanks a bunch!