Page 3 of 4

Re: Hi...

Posted: Wed Jun 30, 2010 8:03 pm
by bartbes
Wow....

Re: Hi...

Posted: Wed Jun 30, 2010 8:11 pm
by Maggots
What? Do you have something against Windows? :brows:

Re: Hi...

Posted: Wed Jun 30, 2010 8:15 pm
by bartbes
That comment was about the vid (and thus the game).

Re: Hi...

Posted: Wed Jun 30, 2010 9:55 pm
by TechnoCat
Snow wrote: http://www.queatz.com/files/preview.mp4 (about 6mb, lossy quality)
Quite the snow you have going there. And nice camera.

Re: Hi...

Posted: Thu Jul 01, 2010 2:27 pm
by kikito
The video looks quite good! :)
Snow wrote: Cheers dude. :nyu: I'm actually using a little class script already that I found here: http://www.rtsoft.com/forums/showthread.php?t=1466
I wouldn't go without easy classes. :P
It is certainly quite compact.. I'm not sure it supports inheritance - does it?

Re: Hi...

Posted: Thu Jul 01, 2010 2:36 pm
by Snow
Thanks guys.
kikito wrote:It is certainly quite compact.. I'm not sure it supports inheritance - does it?
No inheritance, which I did encounter because I was thinking on making objects a class that would have the game as their parent but for now objects are just a table in the game class.

Re: Hi...

Posted: Thu Jul 01, 2010 2:45 pm
by bartbes
You could also use SECS of course..

Re: Hi...

Posted: Thu Jul 01, 2010 3:19 pm
by Maggots
bartbes wrote:You could also use SECS of course..
You have to love the puns.

Re: Hi...

Posted: Fri Jul 02, 2010 2:40 am
by Jasoco
Snow wrote:And whaddayaknow, upgrading from linuxMint 8 to 9 fixed all the video conversion massacres I was having, so: http://www.queatz.com/files/preview.mp4 (about 6mb, lossy quality)
Interesting. It didn't play in QuickTime, but worked fine in Movist.

Really nice. You got a working side-scroller that doesn't look to rely on Box2d to work. Which is awesome. Because as I said before, Box2D is not meant for side-scrollers. It's too floaty. You need to program your own "physics" to make a side-scroller.

I also like the snow. Is it Physics or just tables?

Re: Hi...

Posted: Fri Jul 02, 2010 2:57 am
by Snow
Yeah I want it to be easy to control, and when using physics engines I can't seem to get the feel right. The snow is just a weather object that hosts it's own table consisting of the flakes which move randomly. If you were able to see, after I got the carrot the snow became more blustery. This I did by just adding large multi-flake rotating images.