Search found 7 matches

by ICE NEURON
Mon Sep 26, 2022 7:29 am
Forum: Games and Creations
Topic: Unexpected BUG in my first game
Replies: 19
Views: 7104

Re: Unexpected BUG in my first game

But I'm experiencing strange issues like no text on the screen (aside from the tutorial screens), bunny sleeps on the floor instead of the bed, etc. It's for Löve 0.10, which uses colours in the 0-255 range instead of 0-1. If you run it in 11.x all colours will saturate to white. Also note your con...
by ICE NEURON
Mon Sep 26, 2022 7:25 am
Forum: Games and Creations
Topic: Unexpected BUG in my first game
Replies: 19
Views: 7104

Re: Unexpected BUG in my first game

Hey, could you attach a .love file so Linux users (such as me) could run the game? Linux user here. You can just open the .exe in Archive Manager (or similar) and you'll see the contents of the fused .love (aka fused .zip) file. ;) EDIT: I didn't understand the symbols etc in the tutorial. I'll pro...
by ICE NEURON
Mon Sep 26, 2022 7:19 am
Forum: Games and Creations
Topic: Unexpected BUG in my first game
Replies: 19
Views: 7104

Re: Unexpected BUG in my first game

in my logic, I don't think that it should happen at that situation. That's pretty much the definition of a bug: your code does something that you didn't expect, usually because of circumstances that you did not anticipate. It's up to you to figure out exactly why the code did something "wrong&...
by ICE NEURON
Mon Sep 26, 2022 7:19 am
Forum: Games and Creations
Topic: Unexpected BUG in my first game
Replies: 19
Views: 7104

Re: Unexpected BUG in my first game

Whoops, I used LÖVE 11.x instead of 0.10.x to run the game, so the colors were messed up. Disregard my previous comment. Hi ReFreezed, Yes, this game is created by version 0.10.2. When I started to learn LÖVE, the tutorial is using the 0.10.2, and I just keep using this version for this game. I wil...
by ICE NEURON
Mon Sep 26, 2022 7:18 am
Forum: Games and Creations
Topic: Unexpected BUG in my first game
Replies: 19
Views: 7104

Re: Unexpected BUG in my first game

Andlac028 wrote: Thu Sep 22, 2022 5:56 pm
Sammm wrote: Thu Sep 22, 2022 4:31 pm Hey, could you attach a .love file so Linux users (such as me) could run the game?
Because of way the .exe is created (just binary appended .love file to .exe file), you can just run .exe file as .love file.
Thank you so much!!
by ICE NEURON
Mon Sep 26, 2022 7:17 am
Forum: Games and Creations
Topic: Unexpected BUG in my first game
Replies: 19
Views: 7104

Re: Unexpected BUG in my first game

Sammm wrote: Thu Sep 22, 2022 4:31 pm Hey, could you attach a .love file so Linux users (such as me) could run the game?
Hi Sammm,
Because I never use Linux before, I didn’t export the Linux version. Do you still need the Linux version? I can learn and do it for you, but I can not check it works or not. :awesome:
by ICE NEURON
Thu Sep 22, 2022 2:25 pm
Forum: Games and Creations
Topic: Unexpected BUG in my first game
Replies: 19
Views: 7104

Unexpected BUG in my first game

Hi guys, I just published my first game this Monday, this is all made with LOVE2D. I distributed on Windows and Mac, and they are all looks good. (Only for me when I did the test) But, when my friends tried this game, they just told to me that they encountered all kinds of strange bugs. I have no id...