Search found 36 matches

by bonez001
Fri Oct 14, 2016 7:16 am
Forum: General
Topic: Does love.js supports socket?
Replies: 3
Views: 2994

Does love.js supports socket?

I am trying to build a html5 game. I consider (and still considering) building it with phaser but I'm already familiar with love2d so there might be a a way for me. I only want to interface the game with a database using node.js since luasql is hard to implement in love2d. Or maybe I am really in th...
by bonez001
Thu Oct 13, 2016 6:11 am
Forum: Support and Development
Topic: Neatness tips...
Replies: 5
Views: 2988

Re: Neatness tips...

Learn to use modules and local variables for bigger project. I'm still a beginner but that is what I observe.
by bonez001
Thu Oct 13, 2016 5:41 am
Forum: General
Topic: Problem Using LuaRocks
Replies: 10
Views: 8590

Re: Problem Using LuaRocks

There is a file called luasql-mysql-cvs-1.rockspec. I changed the sources part to the actual destination. Does the heder needs the actual localtion? package = "LuaSQL-MySQL" version = "cvs-1" source = { url = "git://github.com/keplerproject/luasql.git" } description = {...
by bonez001
Thu Oct 13, 2016 5:35 am
Forum: General
Topic: Problem Using LuaRocks
Replies: 10
Views: 8590

Re: Problem Using LuaRocks

Hello. Thanks for the reply. I try putting the dll file but I got the following error:
by bonez001
Wed Oct 12, 2016 10:51 am
Forum: General
Topic: Problem Using LuaRocks
Replies: 10
Views: 8590

Re: Problem Using LuaRocks

Hello thanks for the reply. I finally installed (I think) luasql-mysql but I have some trouble loading it. When I run in CMD the following codes: local mysql = require("luasql-mysql") the console says module not found. It seems the only thing that installation gave is mysql.dll. I cannot f...
by bonez001
Wed Oct 12, 2016 6:50 am
Forum: General
Topic: Problem Using LuaRocks
Replies: 10
Views: 8590

Re: Problem Using LuaRocks

Thanks. I just forgot to add all paths. It is working now but I have another error installing luasql:


LNK1181:cannot open input file 'mysqlclient.lib'
by bonez001
Wed Oct 12, 2016 3:51 am
Forum: General
Topic: Problem Using LuaRocks
Replies: 10
Views: 8590

Re: Problem Using LuaRocks

This is what is inside config-5.1.lua rocks_trees = { { name = [[user]], root = home..[[C:\Program Files (x86)\LuaRocks]], }, { name = [[system]], root = [[C:\gcc-lua-install\lua\lua-5.1]], }, } variables = { MSVCRT = 'MSVCRT', LUALIB = 'lua51.lib' } verbose = false -- set to 'true' to enable verbos...
by bonez001
Wed Oct 12, 2016 3:25 am
Forum: General
Topic: Problem Using LuaRocks
Replies: 10
Views: 8590

Re: Problem Using LuaRocks

love2d.png
love2d.png (7.64 KiB) Viewed 7387 times
DO you think it has something to do with the config.-5.1.lua? Note that it initially says config.-5.3.lua. I just change the name.
by bonez001
Wed Oct 12, 2016 2:40 am
Forum: General
Topic: Problem Using LuaRocks
Replies: 10
Views: 8590

Problem Using LuaRocks

Hello everyone. I am trying to use LuaRocks. I am using lua5.1. I just click the install.bat after downloading the win file. When I run luarocks in cmd, it says "The system cannot find specified path." I already added the path in the Enviroment Variables where you can find luarocks.bat. Wh...
by bonez001
Wed Oct 12, 2016 2:35 am
Forum: General
Topic: Problem Installing LUASQL
Replies: 10
Views: 5788

Re: Problem Installing LUASQL

When they log-in, I want their scores to start where they left last time they played. Is that for a local or shared online data base? I think I am getting what you are saying now. I'm having a problem using luarocks lol. "THE SYSTEM CANNOT FIND SPECIFIED PATH". I already put the path in th...