Search found 1088 matches

by Gunroar:Cannon()
Mon Aug 08, 2022 1:25 pm
Forum: Support and Development
Topic: Camera goes off to infinity
Replies: 8
Views: 2252

Re: Camera goes off to infinity

Oh, I changed print to log into a file, sorry. Thanks for looking deeper. And yes, it happens when rooms are changed (though a rare few times just when you get hit) so shaking itself is not the problem but from what I can tell if shaking is disabled and you change rooms everything works fine so I be...
by Gunroar:Cannon()
Mon Aug 08, 2022 9:44 am
Forum: Support and Development
Topic: Camera goes off to infinity
Replies: 8
Views: 2252

Re: Camera goes off to infinity

I think I'll just make shake a different function so the camera doesn't mess it up.
by Gunroar:Cannon()
Sat Aug 06, 2022 7:46 am
Forum: Support and Development
Topic: Camera goes off to infinity
Replies: 8
Views: 2252

Re: Camera goes off to infinity

Error: toybox/libs/tools.lua:12: module 'soulp.Gun' not found: The file is in lower case. Thanks for fixing :cry:. Normally the when I run the love file it tells me these errors. I can't follow the program flow. This does not follow standard Löve conventions. What do you mean :crazy: ? Is it the wa...
by Gunroar:Cannon()
Sat Aug 06, 2022 7:40 am
Forum: General
Topic: Gradient ... effect ... shader?
Replies: 10
Views: 3879

Re: Gradient ... effect ... shader?

it's still blank. Is it because I run it in android?
by Gunroar:Cannon()
Sat Aug 06, 2022 7:38 am
Forum: General
Topic: Efficient way of distributing items
Replies: 11
Views: 3761

Re: Efficient way of distributing items

milon wrote: Thu Aug 04, 2022 6:01 pm. That's the general idea behind weighted randoms. Does that help clarify?
Yeah, that makes it clearer.
by Gunroar:Cannon()
Fri Aug 05, 2022 11:32 am
Forum: General
Topic: Gradient ... effect ... shader?
Replies: 10
Views: 3879

Re: Gradient ... effect ... shader?

darkfrei wrote: Wed Aug 03, 2022 2:16 pm You can make nice gradients with meshes: https://github.com/darkfrei/love2d-lua- ... sh-01.love
It's just blank for me.
by Gunroar:Cannon()
Thu Aug 04, 2022 11:56 am
Forum: Support and Development
Topic: Camera goes off to infinity
Replies: 8
Views: 2252

Camera goes off to infinity

I'm having real REAL trouble here. When the camera shakes and the player attempts to go to the next room (sometimes they don't even need to do that) the camera position flies off and then the game freezes. From what I've found the game freezes because of a mixture of bump.lua (kikito's collision lib...
by Gunroar:Cannon()
Thu Aug 04, 2022 12:36 am
Forum: General
Topic: Gradient ... effect ... shader?
Replies: 10
Views: 3879

Re: Gradient ... effect ... shader?

Okay, okay. I see. So now I would need to blur the gradients. Hmmm. I'll check the meshes though not really sure how those might work.
by Gunroar:Cannon()
Wed Aug 03, 2022 9:34 am
Forum: General
Topic: Gradient ... effect ... shader?
Replies: 10
Views: 3879

Re: Gradient ... effect ... shader?

Okay, like let's say this was in the before image

Image
A simple orange color.

Then after it has this gradient effect from darker to lighter that makes the orange stand out.
by Gunroar:Cannon()
Tue Aug 02, 2022 11:33 pm
Forum: General
Topic: Gradient ... effect ... shader?
Replies: 10
Views: 3879

Gradient ... effect ... shader?

I honestly don't know quack about shaders (okay, to be fair I understand their basics), but is there a shader that can achieve this effect with, let's say, color "red" or just this effect in general.