Page 1 of 2

Pig Command

Posted: Sun Sep 11, 2011 12:09 am
by TechnoCat
Blarget2, Deamonboy and I made a game for the first bacon gamejam microjam! It was 3 hours long!
http://bacongamejam.org/jams/microjam-1/pig-command/


Sorry, we didn't pad any images!
d6HS9.png
d6HS9.png (46.2 KiB) Viewed 343 times

Re: Pig Command

Posted: Sun Sep 11, 2011 12:18 am
by slime
3 hours? Wow, that sounds intense.

0.8.0 will auto-pad images if the computer doesn't support npo2, so anyone using that will be completely fine.

Re: Pig Command

Posted: Mon Sep 12, 2011 5:36 am
by T-Bone
Doesn't work, can't find middleclass. Is this for 0.8 or something?

Re: Pig Command

Posted: Mon Sep 12, 2011 1:10 pm
by TechnoCat
T-Bone wrote:Doesn't work, can't find middleclass. Is this for 0.8 or something?
It is for 0.7.2
I would say probably a capitalization error, but it works just fine on my Linux machine.

Re: Pig Command

Posted: Mon Sep 12, 2011 3:05 pm
by Rad3k
Works for me (also on Linux).

It would be more challenging if the firing rate was limited. Right now, if you keep clicking fast around the top-left corner of the screen, no pig (or bacon) will have a chance to escape.

Re: Pig Command

Posted: Mon Sep 12, 2011 3:47 pm
by Robin
Didn't work for me (Linux).

Re: Pig Command

Posted: Mon Sep 12, 2011 4:23 pm
by TechnoCat
Robin wrote:Didn't work for me (Linux).
Any hints? I know it isn't padded, but i'm clueless as to errors.

Re: Pig Command

Posted: Mon Sep 12, 2011 4:32 pm
by tentus
Maybe it has something to do with this filename?
spaceflight2(180)(w-0words)(192Kbps).mp3
Runs fine on my WinXP machine, when I use 0.8.0 (non-PO2 causes issues on 0.7.2).

Re: Pig Command

Posted: Mon Sep 12, 2011 4:42 pm
by T-Bone
Image
on Ubuntu with LÖVE 0.7.2

Shouldn't it be like

Code: Select all

require "lib/middleclass/middleclass"
instead of

Code: Select all

require "lib.middleclass"
?

Re: Pig Command

Posted: Mon Sep 12, 2011 4:45 pm
by TechnoCat
Well, lib/middleclass is the directory, so shouldn't it be looking for lib/middleclass/init.lua? http://www.lua.org/manual/5.1/manual.ht ... ge.loaders
hint: It finds it on the other systems.

Also, why have I never come across this before? Something is fishy in pigland.