Search found 680 matches

by BrotSagtMist
Sun Mar 30, 2025 2:15 pm
Forum: Support and Development
Topic: Does my game need an optimazation or its normal?
Replies: 2
Views: 366

Re: Does my game need an optimazation or its normal?

As far as i know there is a massive overhead in the audio module even when nothing is playing, if you game has no sound you should disable that, if it has there is nothing to do really. If your game is mostly static like say a version of sudoku you can also throw in a custom love.run that only Rende...
by BrotSagtMist
Sun Mar 30, 2025 2:02 pm
Forum: General
Topic: Startup time too long
Replies: 15
Views: 1404

Re: Startup time too long

Its a classic "placed a function but never called it" :P
by BrotSagtMist
Sun Mar 30, 2025 12:18 am
Forum: General
Topic: Startup time too long
Replies: 15
Views: 1404

Re: Startup time too long

On second glance, you failed to disable the modules.
by BrotSagtMist
Sat Mar 29, 2025 2:59 am
Forum: General
Topic: Startup time too long
Replies: 15
Views: 1404

Re: Startup time too long

Huh i was betting on a module.
Anyway, i meant os.exit() NOT something whitin a function.
by BrotSagtMist
Fri Mar 28, 2025 11:17 pm
Forum: General
Topic: Startup time too long
Replies: 15
Views: 1404

Re: Startup time too long

Unload all modules as given here https://love2d.org/wiki/Config_Files
Only try running os.exit()
Repeat the timing until you find which module causes this.
by BrotSagtMist
Fri Mar 28, 2025 5:55 pm
Forum: Support and Development
Topic: Multiple audio.newSource of same fileI
Replies: 4
Views: 529

Re: Multiple audio.newSource of same fileI

Uff for example for footsteps i am using
step:clone():play()
Which indeed reads like this will end in a memory problem, but it never happened so its probably fine (i hope)
by BrotSagtMist
Fri Mar 28, 2025 5:50 pm
Forum: Support and Development
Topic: Gamedev on Android
Replies: 2
Views: 468

Re: Gamedev on Android

Deving on android? /o\ And then because of money? No srsly, you can get decent laptops for like 10 bucks on ebay so this is a weird take. Anyways, have you considered chrooting into something like debian and just using their repo version of löve? The android version was never exactly easy to deal wi...
by BrotSagtMist
Sat Mar 22, 2025 9:10 pm
Forum: General
Topic: What Do LOVE2D Developers Actually Want?
Replies: 14
Views: 2529

Re: What Do LOVE2D Developers Actually Want?

Me having no idea how html5 is different than previous versions:
Is that even technically possible to have lua run on html5 without the help of js?
by BrotSagtMist
Sat Feb 15, 2025 3:19 am
Forum: General
Topic: Retro handheld consoles anyone?
Replies: 37
Views: 32263

Re: Retro handheld consoles anyone?

Oh, but i liked the "just drop this in here" approach.
I have no idea what portmaster is at that point.
I would have to dig into this _later_ again, but at the moment as is works enough for testing.