Search found 30 matches

by mastastealth
Thu Jul 24, 2008 9:18 pm
Forum: General
Topic: Request: Folder Shortcut Drag 'n Drop
Replies: 7
Views: 4393

Request: Folder Shortcut Drag 'n Drop

Something that would help me out while coding Lua would be for a folder shortcut on my desktop be drag 'n droppable on to the LÖVE shortcut, and launch like usual. It would cut another step off digging into my coding folder, having to maintain an explorer window open, and Alt-tabbing back and forth ...
by mastastealth
Mon Jul 21, 2008 10:32 pm
Forum: General
Topic: How to make video recordings of LÖVE games on GNU/Linux etc?
Replies: 13
Views: 11098

Re: How to make video recordings of LÖVE games on GNU/Linux etc?

Oh, I've tried it before, here you can see me running a Windows game through WINE. It ran very smooth, especially seeing as how I enabled encode on the fly. I just forgot I didn't even bother recording sound in that video! :lol: No worries, I will do some more thorough testing to see if I can at lea...
by mastastealth
Mon Jul 21, 2008 5:41 pm
Forum: General
Topic: How to make video recordings of LÖVE games on GNU/Linux etc?
Replies: 13
Views: 11098

Re: How to make video recordings of LÖVE games on GNU/Linux etc?

Well, I never said it worked for ME I'm just saying the option is there! :lol: I don't know how to set the capture device to be the output of my speakers in the mixers or whatever. :P
by mastastealth
Mon Jul 21, 2008 3:38 am
Forum: General
Topic: How to make video recordings of LÖVE games on GNU/Linux etc?
Replies: 13
Views: 11098

Re: How to make video recordings of LÖVE games on GNU/Linux etc?

Hehe, there is a simpler way. "gtk-recordmydesktop" is an awesome, incredibly simple screen recorder. Just launch it, select region or fullscreen, hotkey to record (w/ or wit/o sound) and stop. You can even put a setting to have it encode on the fly, if you got the CPU muscle for it! :D ;)
by mastastealth
Sat Jul 19, 2008 4:10 am
Forum: Support and Development
Topic: Questions, suggestions, and introduction (not in that order)
Replies: 7
Views: 10647

Re: Questions, suggestions, and introduction (not in that order)

Hmm...would be very interesting to see if LÖVE is even capable of making a full RPG at its current state. One suggestion I have is you really should have the WHOLE RPG completely planned out in paper and pencil before going about coding it. You can wing it afterwards with any ideas you have later, b...
by mastastealth
Sat Jul 19, 2008 4:06 am
Forum: General
Topic: How to make video recordings of LÖVE games on GNU/Linux etc?
Replies: 13
Views: 11098

Re: How to make video recordings of LÖVE games on GNU/Linux etc?

Hehe, there is a simpler way. "gtk-recordmydesktop" is an awesome, incredibly simple screen recorder. Just launch it, select region or fullscreen, hotkey to record (w/ or wit/o sound) and stop. You can even put a setting to have it encode on the fly, if you got the CPU muscle for it! :D
by mastastealth
Tue Jul 15, 2008 5:06 pm
Forum: Support and Development
Topic: Objects & Arrays
Replies: 5
Views: 8194

Re: Objects & Arrays

I thought I read in the Lua manual that table order isn't necessarily linear if you don't specify the index. Like [1] wouldn't always be x, unless you did:

Square = {
[1] = x,
[2] = y,
["Length"] = 30,
["Height"] = 10 }
by mastastealth
Tue Jul 15, 2008 4:59 pm
Forum: General
Topic: Do smiliés for LÖVÉ (and win a cool comic book)
Replies: 59
Views: 55862

Re: Do smiliés for LÖVÉ (and win a cool comic book)

Image

LÖVEy smileys, I don't know if the little dude has a name or not, but I based it off that floating head I see around. :lol:

Uhm. These smileys are licensed under that zlib/libpng license or whatever :lol:
by mastastealth
Sat Jul 12, 2008 2:56 am
Forum: General
Topic: Experience
Replies: 25
Views: 24204

Re: Experience

Well, my first ever programming experience was back in a program called Game Maker, which has it's own pseudo-C-ish languagle called GML. It was the first "language" I actually learned. (I had used Click-n-Play and Multimedia Fusion before, but with the easy mdoe stuff! ;)) Then I learned ...