Search found 28 matches
- Wed Mar 26, 2014 12:02 am
- Forum: Support and Development
- Topic: Love2D crashes when playing audio
- Replies: 7
- Views: 4890
Re: Love2D crashes when playing audio
Need more info. Did it give you any error messages? Can you post the exact code you're using to create and play a source? What's the audio format?
- Tue Mar 18, 2014 1:15 pm
- Forum: General
- Topic: Space Combat; Balance of Tactics and Replayability
- Replies: 5
- Views: 4159
Re: Space Combat; Balance of Tactics and Replayability
You could always do something wild like simultaneous turn-based. Envision a trainer battle where each player selects an attack but instead of doing the attack immediately, the game waits until both players are ready and executes their actions at the same time. That's the basic idea. Since you don't ...
- Fri Feb 28, 2014 8:26 am
- Forum: General
- Topic: FREE - Keyboard, controllers & touch prompts pack
- Replies: 13
- Views: 10616
Re: FREE - Keyboard, controllers & touch prompts pack
Had no trouble downloading it myself, but here's a mirror for you.
- Fri Feb 28, 2014 4:43 am
- Forum: General
- Topic: FREE - Keyboard, controllers & touch prompts pack
- Replies: 13
- Views: 10616
Re: FREE - Keyboard, controllers & touch prompts pack
Saw your post on OGA as well. Kudos on your work, mate.
Re: Hello?
I'm not sure how you got an error. I posted those images above using a fresh install of N++ 6.5.4 and then following the wiki's instructions to the letter. If you're having trouble getting the file itself, I've got a mirror here . If the download is okay, what exactly are you doing with the XML file...
Re: Hello?
https://love2d.org/wiki/Notepad%2B%2B Auto-completion for 0.9.0 thanks to Nabakin Instructions: Download the lua.xml and place it in your Notepad++/plugins/APIs/ directory. In Notepad++, go to Settings > Preferences in the menu. Select the Backup/Auto-Completion tab. Make sure "Enable auto-comp...
- Wed Feb 19, 2014 1:13 pm
- Forum: General
- Topic: What techniques that everyone should know?
- Replies: 75
- Views: 24687
Re: What techniques that everyone should know?
A small trick for quickly toggling a boolean. For not thinking of it myself, I felt like a fool when I first stumbled on it.
Code: Select all
local isFuzzy = false
isFuzzy = not isFuzzy
print( tostring(isFuzzy) ) -- outputs "true"
- Fri Feb 14, 2014 7:48 am
- Forum: Support and Development
- Topic: Is love.joystick consistent? And other miscellaneous ?'s.
- Replies: 8
- Views: 4276
Re: Is love.joystick consistent? And other miscellaneous ?'s
I'd like to help but I haven't had a working gamepad in forever. I'd like to test stuff out and not just talk out of my bum.
- Fri Feb 14, 2014 7:24 am
- Forum: General
- Topic: Just Starting Out
- Replies: 10
- Views: 6420
Re: Just Starting Out
This worked just great for me. Had no clue that page was on the wiki, so big thanks!
e: Ha. Sorry, Nix.
Code: Select all
{
"selector": "source.lua",
"cmd": ["C:/HC_Stuff/HC_Development/LOVE/love.exe", "$file_path"],
"shell": true
}
- Thu Feb 13, 2014 10:30 am
- Forum: General
- Topic: Made with LÖVE
- Replies: 20
- Views: 5820
Re: Made with LÖVE
I'm no artist either, but I had some fun cobbling this thing together as an exercise. Why spend five minutes drawing in Paint when I can spend far more time writing a program to draw stuff for me, right?
I'm not a master wordsmith either.
I'm not a master wordsmith either.