Page 1 of 1

Updating from 0.9.1 to 0.10.1

Posted: Sun Jul 03, 2016 4:45 pm
by arwinstanley
Hi all,

I'm relatively new to love and such but my friends and i have made a game in version 0.9.1 and now I'm trying to implement a map from Tiled map editor but the only way I've seem to find requires TSI which in turn recommends versions 0.10.0 and up and I was wondering if any of you have any solutions.Thank you.

Re: Updating from 0.9.1 to 0.10.1

Posted: Mon Jul 04, 2016 12:53 pm
by rmcode
Depending on how complex your game is I'd recommend simply to update your .lua source files to 0.10.1 ;)

I mean love does a good job at telling you what's wrong when you run it. Simply run the game -> Crash -> Fix problem by changing crashing code to 0.10.1 -> Repeat!