Search found 59 matches

by RBXcpmoderator12345
Thu Dec 03, 2015 7:27 pm
Forum: Support and Development
Topic: Problem with importing lua file
Replies: 3
Views: 1973

Re: Problem with importing lua file

Nevermind, solved it
turns out my module didn't return any functions, that is why it returned nil
by RBXcpmoderator12345
Thu Dec 03, 2015 7:06 pm
Forum: Support and Development
Topic: Problem with importing lua file
Replies: 3
Views: 1973

Re: Problem with importing lua file

I have a new problem.
It says that levelprocessor is a boolean value.
by RBXcpmoderator12345
Thu Dec 03, 2015 6:18 am
Forum: Support and Development
Topic: Problem with importing lua file
Replies: 3
Views: 1973

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...
by RBXcpmoderator12345
Fri Jun 12, 2015 2:40 am
Forum: Support and Development
Topic: camera life struggles
Replies: 1
Views: 1531

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.
by RBXcpmoderator12345
Sat May 02, 2015 10:35 pm
Forum: Support and Development
Topic: string to code
Replies: 6
Views: 3588

Re: string to code

loadstring and write it to a .lua file
by RBXcpmoderator12345
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: 15081

Re: HELP! How to make a dll available for Love2D ?

I think libraries are supposed to be in .lua format, not .dll format...
by RBXcpmoderator12345
Thu Apr 30, 2015 3:10 am
Forum: Support and Development
Topic: Webview?
Replies: 6
Views: 4678

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]
by RBXcpmoderator12345
Sat Apr 18, 2015 5:46 pm
Forum: Support and Development
Topic: [SOLVED] Module loading error...
Replies: 1
Views: 1531

[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/?...
by RBXcpmoderator12345
Sat Apr 18, 2015 5:44 pm
Forum: Support and Development
Topic: Buttons using love.mousepressed?
Replies: 4
Views: 2335

Re: Buttons using love.mousepressed?

nevermind, i didn't realize i added it yet (the button code)
by RBXcpmoderator12345
Sat Apr 18, 2015 1:42 am
Forum: Support and Development
Topic: Buttons using love.mousepressed?
Replies: 4
Views: 2335

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 ...