Search found 36 matches

by bonez001
Thu Oct 06, 2016 6:02 am
Forum: General
Topic: Problem Installing LUASQL
Replies: 10
Views: 5814

Re: Problem Installing LUASQL

I posted a question in stack exchange: ----- I'm having a problem installing luasql using luarocks. As I understand, I need to do it in command prompt. I already did the necessary preparations: I installed lua 5.1 because I need this version. I installed luarocks and mysql. I also added in the envir...
by bonez001
Thu Oct 06, 2016 5:53 am
Forum: General
Topic: Problem Installing LUASQL
Replies: 10
Views: 5814

Re: Problem Installing LUASQL

In short, no html5 games (connected to a database) yet for love2d? Thanks again for your reply. It is really helpful. I might use love2d for windows/androis/iOS version and maybe cocos2d-js for html5 version.
by bonez001
Thu Oct 06, 2016 1:25 am
Forum: General
Topic: Problem Installing LUASQL
Replies: 10
Views: 5814

Re: Problem Installing LUASQL

Hello thanks for your help and recommendation. I just want for example the scores and resources to be updated in the database real time while players are playing in web. Is it possible in love.js? I am really new in LOVE2d but ambitious. If you can recommend some other way, it would be really helpfu...
by bonez001
Wed Oct 05, 2016 8:31 am
Forum: General
Topic: Problem Installing LUASQL
Replies: 10
Views: 5814

Re: Problem Installing LUASQL

Thanks for the reply. Meaning I should install lua 5.1 so it can be used by Love2d? Does love2d supports luasql? I want to use mysql. Right now I can only use sqlite with ease. My project requires me to put a game in HTML5 using love.js (Is it possible to use luasql in web browser using love.js?). I...
by bonez001
Wed Oct 05, 2016 3:30 am
Forum: General
Topic: Problem Installing LUASQL
Replies: 10
Views: 5814

Problem Installing LUASQL

Hello everyone. I can't find a community that can answer so I got here. I am very thankful for your responses in my previous posts. Here is the problem: I need to install luasql in my computer for my data in MySQL. I already installed lua and luarocks. I run luarocks in Visual STudio to install luas...
by bonez001
Mon Sep 26, 2016 8:37 am
Forum: General
Topic: love.js repeating to output the same file
Replies: 1
Views: 1573

love.js repeating to output the same file

Hello everyone. I manage to make some LOVE games to html5 using love2d. I wonder now that love.js always output the same file.
by bonez001
Mon Sep 26, 2016 5:59 am
Forum: General
Topic: Failing to Restart A Game
Replies: 0
Views: 1919

Failing to Restart A Game

I made my main.lua file like this function NoLove() --love.load= nil love.draw = nil love.joystickpressed = nil love.joystickreleased = nil love.keypressed = nil love.keyreleased = nil --love.load = nil love.mousepressed = nil love.mousereleased = nil love.update = nil end state = {} function loadSt...
by bonez001
Thu Sep 22, 2016 10:00 am
Forum: General
Topic: What are the game made in Love2d that can be played online3
Replies: 9
Views: 9640

Re: What are the game made in Love2d that can be played online3

josefnpat wrote:I have two multiplayer games: Dracul64 and Xapalus Deluxe!
Can it be made to a browser game?
by bonez001
Thu Sep 22, 2016 2:36 am
Forum: General
Topic: Question about GNU Free Documentation License
Replies: 1
Views: 1389

Question about GNU Free Documentation License

I notice that most documents in Love2d has this licence. Does it affect the games we create? Should we publish them on same licence?
by bonez001
Tue Sep 20, 2016 8:35 am
Forum: Support and Development
Topic: (ERROR) Trying love.js
Replies: 8
Views: 3637

Re: (ERROR) Trying love.js

Thanks. I will figure it out. When I run the code, it will give game.js and game.data in other location not in debug folder lol. I don't know why.