Search found 2 matches

by CowLoverSecret
Tue Feb 03, 2015 2:59 am
Forum: Support and Development
Topic: Help with code
Replies: 2
Views: 1970

Re: Help with code

Got it that was a lua file in the .zip so I converted the .zip to .love and now it is working.
by CowLoverSecret
Tue Feb 03, 2015 2:06 am
Forum: Support and Development
Topic: Help with code
Replies: 2
Views: 1970

Help with code

I downloaded a game someone made and a no game error is keep coming up. Here is the code. function love.load() --load third party libraries http = require("socket.http") ltn12 = require("ltn12") --initialize love.filesystem.setIdentity("bot") _os = love.system.getOS() -...