Search found 6 matches
- Wed Mar 10, 2021 3:45 pm
- Forum: General
- Topic: Midi format music distortion
- Replies: 14
- Views: 9978
Re: Midi format music distortion
One could also reuse instruments by putting several songs within the same module, but Love can't be easily made to play just certain patterns from a module and stop. The main advantage of using MIDI is that if you're used to making music in MIDI format, e.g. with MIDI keyboard, you wouldn't have to ...
- Fri Jan 22, 2021 2:30 am
- Forum: General
- Topic: Midi format music distortion
- Replies: 14
- Views: 9978
Re: Midi format music distortion
To make patches available to libmodplug, even after compressing everything to a single love file, you can copy all the patches and timidity.cfg to the save folder. So here's a proof of concept file that plays MIDI. I've considered other solutions. Timidity++ is able to read zipped files, but libmodp...
- Thu Jan 21, 2021 11:57 am
- Forum: General
- Topic: Midi format music distortion
- Replies: 14
- Views: 9978
Re: Midi format music distortion
Here's how to make Löve play MIDIs, on GNU/Linux and Android. Still not completely solved for Windows, could use some help here! This solution works only when the game is unpacked. Some additional steps are needed for packed .love files to work. (Described in the next post.) 1) Prepare instruments b...
- Fri Jan 01, 2021 12:29 pm
- Forum: Games and Creations
- Topic: Otaku-Ball: The Ultimate Arkanoid Game
- Replies: 18
- Views: 16248
Re: Otaku-Ball: The Ultimate Arkanoid Game
Hi! Is this the right place to post bugs? I finished the level with Nebula powerup. The buzzing sound didn't stop, it continued at the next level.
Also, I suggest using love.mouse.setGrabbed, to capture the mouse in window while playing, and disabling the cursor somehow.
Also, I suggest using love.mouse.setGrabbed, to capture the mouse in window while playing, and disabling the cursor somehow.
- Tue Dec 22, 2020 11:34 pm
- Forum: Games and Creations
- Topic: POCA - A puzzle game
- Replies: 2
- Views: 2131
Re: POCA - A puzzle game
dig2-solution.png (click in this order) 52f5af56 Dig area gets too challenging too early in the game, but it fits the theme of same-colored arrows at the beginning... There is a "Book of hints" at Apartment 2 that gives solutions. Save the game before opening it... To enter menus click le...
- Tue Dec 22, 2020 4:56 pm
- Forum: Games and Creations
- Topic: POCA - A puzzle game
- Replies: 2
- Views: 2131
POCA - A puzzle game
Hi! I remade my old Javascript game in Löve. Now it's still hard but much more playable. The goal is to remove all arrows by clicking on them. This must be done in correct order, so that the other arrows don't hit you (see screenshot). It's mostly finished, though I'll probably polish it a bit more ...