Nevermind, solved it
turns out my module didn't return any functions, that is why it returned nil
Search found 59 matches
- Thu Dec 03, 2015 7:27 pm
- Forum: Support and Development
- Topic: Problem with importing lua file
- Replies: 3
- Views: 2154
- Thu Dec 03, 2015 7:06 pm
- Forum: Support and Development
- Topic: Problem with importing lua file
- Replies: 3
- Views: 2154
Re: Problem with importing lua file
I have a new problem.
It says that levelprocessor is a boolean value.
It says that levelprocessor is a boolean value.
- Thu Dec 03, 2015 6:18 am
- Forum: Support and Development
- Topic: Problem with importing lua file
- Replies: 3
- Views: 2154
Problem with importing lua file
My code in main.lua is: levelprocessor = require "levelprocessor.lua" function love.load() healthbar = love.graphics.newImage("ui/Untitled.png") good_health = love.graphics.newQuad(0, 0, 100, 36, healthbar:getDimensions()) caution_health = love.graphics.newQuad(100,36,102, 36, he...
- Fri Jun 12, 2015 2:40 am
- Forum: Support and Development
- Topic: camera life struggles
- Replies: 1
- Views: 1672
camera life struggles
help me
i cant move the cam
and also 'camerax' is just a variable name, it has nothing to do with the camera's x value.
i cant move the cam
and also 'camerax' is just a variable name, it has nothing to do with the camera's x value.
- Sat May 02, 2015 10:35 pm
- Forum: Support and Development
- Topic: string to code
- Replies: 6
- Views: 3968
Re: string to code
loadstring and write it to a .lua file
- Thu Apr 30, 2015 3:11 am
- Forum: Support and Development
- Topic: [SOLVED]HELP! How to make a dll available for Love2D ?
- Replies: 34
- Views: 16748
Re: HELP! How to make a dll available for Love2D ?
I think libraries are supposed to be in .lua format, not .dll format...
- Thu Apr 30, 2015 3:10 am
- Forum: Support and Development
- Topic: Webview?
- Replies: 6
- Views: 5134
Re: Webview?
What do you mean by "webview"?
And 'Obey' is a word that people were asked to put on their avatars in the forum called general.
[small]I haven't gotten to making a avatar yet, though [/small]
And 'Obey' is a word that people were asked to put on their avatars in the forum called general.
[small]I haven't gotten to making a avatar yet, though [/small]
- Sat Apr 18, 2015 5:46 pm
- Forum: Support and Development
- Topic: [SOLVED] Module loading error...
- Replies: 1
- Views: 1684
[SOLVED] Module loading error...
I'm trying to make a FNaF type game, and I decided to put the characters' code in seperate .lua files. I was making the first one, but i got a error trying to load it. ser.lua is the serialization library cron.lua is for timing 1.lua is one of the characters' code .love = https://www.mediafire.com/?...
- Sat Apr 18, 2015 5:44 pm
- Forum: Support and Development
- Topic: Buttons using love.mousepressed?
- Replies: 4
- Views: 2573
Re: Buttons using love.mousepressed?
nevermind, i didn't realize i added it yet (the button code)
- Sat Apr 18, 2015 1:42 am
- Forum: Support and Development
- Topic: Buttons using love.mousepressed?
- Replies: 4
- Views: 2573
Re: Buttons using love.mousepressed?
Ok, attaching a .love https://www.mediafire.com/?2gcjliirjw8evzd and btw i tried making the default program to open love files windows explorer because i wanted to see the files without changing it to a zip, so i did that, and now i cant open .loves without dragging them to love.exe.... and i can't ...