Love 0.8.0 now stable. breaks Ortho Robot and Not Tetris 2

Problems running games? Right in here.
Post Reply
User avatar
HeroKing
Posts: 104
Joined: 10 Feb 2012, 23:57

Post » 12 Apr 2012, 09:05

well, after having to reformat my computer a few weeks ago, i downgraded to ubuntu 10.04. making love 0.8.0 inaccessible as an unstable package. but i found today that 0.8.0 is stable, but it breaks the old games. Ortho Robot works fine so far, until it crashes on exit

http://i39.tinypic.com/21opvk8.png

Not Tetris 2, however, is completely broken and won't start at all

http://i44.tinypic.com/1194fv7.png

i'll take a look at ortho robot about the exit command and see if i can update it to Mari0's command to fix it. as for Not Tetris 2, that may take a while as i'm still a total noob to lua coding

User avatar
trosh
Posts: 1594
Joined: 03 Feb 2012, 08:36

Post » 12 Apr 2012, 11:49

the exit command just needs to change to love.event.quit() instead of love.event.push('q')

User avatar
HeroKing
Posts: 104
Joined: 10 Feb 2012, 23:57

Post » 12 Apr 2012, 12:06

yeah, i got that after looking at the 2. Not Tetris 2, however pretty much needs to be updated, which would be a pain

User avatar
trosh
Posts: 1594
Joined: 03 Feb 2012, 08:36

Post » 12 Apr 2012, 12:11

love.physics{} was updated a lot so it would be a real pain. But worth it though

Maurice
Stabyourself.net
Posts: 2145
Joined: 01 Feb 2012, 20:19

Post » 12 Apr 2012, 13:48

meeeeeeeeeeeeeeeeh

Camewel
Posts: 2996
Joined: 02 Feb 2012, 21:32

Post » 12 Apr 2012, 13:52

Translation: I don't want to spend time fixing my first game up so that 5% of users can play it again.

User avatar
rokit
Posts: 2095
Joined: 03 Feb 2012, 00:47

Post » 12 Apr 2012, 14:09

In all the requires delete all the .lua at the end.

Maurice
Stabyourself.net
Posts: 2145
Joined: 01 Feb 2012, 20:19

Post » 12 Apr 2012, 14:24

Camewel wrote:Translation: I don't want to spend time fixing my first game up so that 5% of users can play it again.
You're pretty bad at this

Camewel
Posts: 2996
Joined: 02 Feb 2012, 21:32

Post » 12 Apr 2012, 14:27

Translation: It's insignificant and who cares and I can't be bothered deal with it.

Maurice
Stabyourself.net
Posts: 2145
Joined: 01 Feb 2012, 20:19

Post » 12 Apr 2012, 14:32

Translation: I don't feel like doing it but know that I have to, so just chill for the moment.

Camewel
Posts: 2996
Joined: 02 Feb 2012, 21:32

Post » 12 Apr 2012, 14:36

I was miles off. I must have miscounted the 'e's.

l3u
Posts: 2
Joined: 20 May 2012, 11:55

Post » 20 May 2012, 11:58

rokit boy wrote:In all the requires delete all the .lua at the end.
This will fix the broken require calls at the beginning, but not the problems with the physics module …

User avatar
rokit
Posts: 2095
Joined: 03 Feb 2012, 00:47

Post » 20 May 2012, 12:01

l3u wrote:
rokit boy wrote:In all the requires delete all the .lua at the end.
This will fix the broken require calls at the beginning, but not the problems with the physics module …
But I think the game can be rewritten with the new physics but the gameplay will be the same.

l3u
Posts: 2
Joined: 20 May 2012, 11:55

Post » 20 May 2012, 12:06

Sure! Probably, not much code has to be changed. I looked at the sources, but I don't have enough knowledge about Lua and esp. the Löve framework to see what exactly has to be done to make it work with 0.8.0. – so I hope, the author(s) of Not Tetris 2 will do that.

At least for Gentoo Linux, a solution would be to be able to install more than one version of the Löve framework. I requested this here: https://bugs.gentoo.org/show_bug.cgi?id=416703 … let's see what happens ;-)

User avatar
Sašo
Stabyourself.net
Posts: 1444
Joined: 06 Jan 2012, 12:07

Post » 20 May 2012, 12:29

I'm pretty sure this was said before, but regardless:

Ortho Robot works after the basic 0.7.2->0.8.0 changes, while Not Tetris 2 requires a lot more work.

Post Reply