Search found 36 matches

by B-Man99
Fri Apr 19, 2013 7:13 pm
Forum: Support and Development
Topic: Windows: conf.lua console appears but doesn't work
Replies: 16
Views: 8337

Re: Windows: conf.lua console appears but doesn't work

You still haven't uploaded a .love containing the code that doesn't work for you. love.conf should be enough. If you upload it, we can probably tell what's wrong. Here's your answer: I am using Love 0.8.0, the normal one, and I have tried this with everything from my own .love files to Mari0 (staby...
by B-Man99
Thu Apr 18, 2013 6:47 pm
Forum: Support and Development
Topic: Windows: conf.lua console appears but doesn't work
Replies: 16
Views: 8337

Re: [Unsolved]Windows: conf.lua console appears but doesn't

Okay. The love._openConsole is working for me, I wasn't aware of that trick. using conf.lua still doesn't open a functional console though, but love._openConsole solves most of my problems anyway. The only thing that hasn't been fixed by this is that I still can't type anything into the console, whi...
by B-Man99
Fri Feb 22, 2013 3:30 pm
Forum: Support and Development
Topic: Windows: conf.lua console appears but doesn't work
Replies: 16
Views: 8337

Re: Windows: conf.lua console appears but doesn't work

I am using Love 0.8.0, the normal one, and I have tried this with everything from my own .love files to Mari0 (stabyourself.net) and Platform Guy (from these forums). Windows 7 Home Premium, Dell Inspiron 560, Pentium Dual-Core CPU 4 GB RAM for the desktop (64 bit OS) Not very similar for the laptop...
by B-Man99
Fri Feb 22, 2013 3:38 am
Forum: Support and Development
Topic: Windows: conf.lua console appears but doesn't work
Replies: 16
Views: 8337

Windows: conf.lua console appears but doesn't work

Hello. I am on a windows 7 computer (I have tried with both laptop and desktop), and I enabled the console in conf.lua. The console appears, but the print() command from my .love code doesn't work, and I cannot type anything into the console despite a flashing type-bar-thingy showing up. I have trie...
by B-Man99
Thu Feb 21, 2013 11:25 pm
Forum: Support and Development
Topic: [FIXED] Yet Again: Fails to index field "?"
Replies: 3
Views: 2260

Re: Yet Again: Fails to index field "?"

Update: bla bla bla

Edit: FIXED. THANK YOU FOR YOUR HELP
by B-Man99
Thu Feb 21, 2013 11:21 pm
Forum: Support and Development
Topic: [FIXED] Yet Again: Fails to index field "?"
Replies: 3
Views: 2260

Re: Yet Again: Fails to index field "?"

Well, thankfully the error gives us a location, main.lua:157, so I look at that and see 3 table index operations that could cause this, namely grid[x], grid[x][y] and leveldata . So, I added the following code (before 157): print(grid[x]) print(grid[x][y]) print(leveldata[i]) That showed me the err...
by B-Man99
Thu Feb 21, 2013 10:04 pm
Forum: Support and Development
Topic: [FIXED] Yet Again: Fails to index field "?"
Replies: 3
Views: 2260

[FIXED] Yet Again: Fails to index field "?"

I started a new project yesterday, this one I'm hoping to make into a full-feature game, unlike quick things I've been working on in the past year to get me used to Love2d, etc. I've isolated the loadLevel function, because if I remove the line in love.load() that calls loadLevel(), the game starts ...
by B-Man99
Sat Dec 01, 2012 3:15 am
Forum: Games and Creations
Topic: PlatformGuy! V0.4
Replies: 63
Views: 28918

Re: PlatformGuy! V0.3

And THAT is why us programmers are so flippin awesome.

LOVING THE GAME!!!