Search found 36 matches
- Sat Apr 20, 2013 4:21 pm
- Forum: Support and Development
- Topic: Windows: conf.lua console appears but doesn't work
- Replies: 16
- Views: 9133
Re: Windows: conf.lua console appears but doesn't work
Thanks for the info Slime
- Fri Apr 19, 2013 7:13 pm
- Forum: Support and Development
- Topic: Windows: conf.lua console appears but doesn't work
- Replies: 16
- Views: 9133
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...
- Thu Apr 18, 2013 6:47 pm
- Forum: Support and Development
- Topic: Windows: conf.lua console appears but doesn't work
- Replies: 16
- Views: 9133
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...
- Wed Apr 17, 2013 7:00 pm
- Forum: Support and Development
- Topic: Windows: conf.lua console appears but doesn't work
- Replies: 16
- Views: 9133
Re: [Unsolved]Windows: conf.lua console appears but doesn't
Still waiting...
- Fri Feb 22, 2013 3:30 pm
- Forum: Support and Development
- Topic: Windows: conf.lua console appears but doesn't work
- Replies: 16
- Views: 9133
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...
- Fri Feb 22, 2013 3:38 am
- Forum: Support and Development
- Topic: Windows: conf.lua console appears but doesn't work
- Replies: 16
- Views: 9133
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...
- Thu Feb 21, 2013 11:25 pm
- Forum: Support and Development
- Topic: [FIXED] Yet Again: Fails to index field "?"
- Replies: 3
- Views: 2507
Re: Yet Again: Fails to index field "?"
Update: bla bla bla
Edit: FIXED. THANK YOU FOR YOUR HELP
Edit: FIXED. THANK YOU FOR YOUR HELP
- Thu Feb 21, 2013 11:21 pm
- Forum: Support and Development
- Topic: [FIXED] Yet Again: Fails to index field "?"
- Replies: 3
- Views: 2507
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...
- Thu Feb 21, 2013 10:04 pm
- Forum: Support and Development
- Topic: [FIXED] Yet Again: Fails to index field "?"
- Replies: 3
- Views: 2507
[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 ...
- Sat Dec 01, 2012 3:15 am
- Forum: Games and Creations
- Topic: PlatformGuy! V0.4
- Replies: 63
- Views: 32757
Re: PlatformGuy! V0.3
And THAT is why us programmers are so flippin awesome.
LOVING THE GAME!!!
LOVING THE GAME!!!