Search found 7 matches

by eri0o
Fri Jan 15, 2021 12:51 pm
Forum: General
Topic: Midi format music distortion
Replies: 15
Views: 19313

Re: Midi format music distortion

Hey, has someone ever kept investigation on this? I am trying to find where in the code is this bail to use beeps in place of timidity to figure a way at least making a little prettier tunes by code. Also some minor silence in each X seconds. I see libmodplug code is kept updated here: https://githu...
by eri0o
Fri Jun 08, 2018 1:07 am
Forum: Ports
Topic: love2d flatpak
Replies: 1
Views: 32446

love2d flatpak

So, for snap packaging, there is a very good snap template to help. Is there anything similar for flatpak? Is there an easy way to pack a love2d game as flatpak?
by eri0o
Mon Feb 12, 2018 12:28 pm
Forum: Ports
Topic: Love appImage template (for Linux)
Replies: 15
Views: 48523

Re: Love appImage template (for Linux)

ok, I tried your script. Picked the love-0.10.2-amd64.tar.gz here (https://bitbucket.org/rude/love/issues/1168/provide-stand-alone-love2d-linux-binaries) . I renamed amd64 to x86-64, because that's my actual arch reported with uname -m. Then proceeded to create a game.love, game.png and a game.deskt...
by eri0o
Sun Feb 11, 2018 12:13 pm
Forum: Ports
Topic: Love appImage template (for Linux)
Replies: 15
Views: 48523

Re: Love appImage template (for Linux)

I read your code, I see your appImage script depends on your tarball script. In your tarball script, nothing says game.love, so I just can't understand how it works, where should my game be placed? In tarball build script, the case where you check the basename of something looking for libraries. Wha...
by eri0o
Sat Feb 10, 2018 8:37 pm
Forum: Ports
Topic: Love appImage template (for Linux)
Replies: 15
Views: 48523

Re: Love appImage template (for Linux)

Very interesting, but I was looking into more a template thing instead. I would much prefer a game in an appImage folder structure that's clear what is needed to be placed where so I can build my game mimicking this structure.
by eri0o
Sat Feb 10, 2018 12:14 pm
Forum: Ports
Topic: Love Android getDimensions ignores screen buttons (home, back, alt-tab)
Replies: 1
Views: 40486

Love Android getDimensions ignores screen buttons (home, back, alt-tab)

Hello,

Using the Android port, I use the code below to get screen size of the device for scalling:

local onload_width, onload_height = love.graphics.getDimensions()

but the width returned (game in landscape) doesn't consider android screen buttons (back,home,app switching) when they exist.
by eri0o
Fri Feb 09, 2018 9:54 pm
Forum: Ports
Topic: Love appImage template (for Linux)
Replies: 15
Views: 48523

Love appImage template (for Linux)

Hello,

Is there any Love appImage Template like the love-snap-template ?

I having a lot of trouble building an appImage (I am on Ubuntu 16.04)