Search found 14 matches

by AWizardDidIt
Fri Apr 15, 2011 6:50 pm
Forum: Support and Development
Topic: Lacking Information II
Replies: 12
Views: 5562

Re: Lacking Information II [SOLVED!!!}

Wow... I was refreshing the page and didn't notice there was a second page. @_@ Anyway... Are you using Windows or something? At this point I'm willing to blame almost anything as the cause of my issue, but I can't do anything until this is remedied... Any ideas as to what this might be? EDIT: FIXED...
by AWizardDidIt
Fri Apr 15, 2011 6:25 pm
Forum: Support and Development
Topic: Lacking Information II
Replies: 12
Views: 5562

Re: Lacking Information II

Yours seems to show up as black nothingness as well. I'm on a dell inspiron desktop 570 running linux mint 64 bit (was running debian testing 64, but figured that might be affecting it so I installed mint to discover there is no change). There's definitely something wrong with my computer, huh? I've...
by AWizardDidIt
Fri Apr 15, 2011 5:42 pm
Forum: Support and Development
Topic: Lacking Information II
Replies: 12
Views: 5562

Re: Lacking Information II

All the code I was using is right there in what I put in my post, plus the changes I made based on the response below that. I now realise I must have needed more than that to get the map to display (which was all I'm attempting with this code and its images at the moment). What might I be missing if...
by AWizardDidIt
Fri Apr 15, 2011 4:09 pm
Forum: Support and Development
Topic: Lacking Information II
Replies: 12
Views: 5562

Re: Lacking Information II

No effect can be seen from that change. There are still no errors or whatever, but it still just shows the same window-of-emptiness from before. @_@; I don't know quite what it is, but I'm apparently missing something here.
by AWizardDidIt
Fri Apr 15, 2011 2:17 pm
Forum: Support and Development
Topic: Lacking Information II
Replies: 12
Views: 5562

Re: Lacking Information II

Understood, sorry, here's the main.lua test-file I was using (just to try and get a map to appear): tileimages = { love.graphics.newImage("tile1.png"), --Wall tile love.graphics.newImage("tile2.png"), --Floor tile love.graphics.newImage("tile8.png"), --Window tile love....
by AWizardDidIt
Fri Apr 15, 2011 1:38 pm
Forum: Support and Development
Topic: Lacking Information II
Replies: 12
Views: 5562

Lacking Information II

Awhile back, I posted my original "Lacking Information" topic and got this reply, among others: http://love2d.org/forums/viewtopic.php?f=4&t=1902#p19456 Now to humiliate myself a bit: After getting the time I needed to try out this mapping approach, I attempted a map with four 16*16 ti...
by AWizardDidIt
Fri Sep 24, 2010 3:14 am
Forum: Support and Development
Topic: Lacking information
Replies: 5
Views: 2488

Re: Lacking information [essentially resolved]

Well, Taehl, as I said... Kikito answered my "how to make a tilemap" question in my other thread. As for my previous question about entities and tables/etc, that's resolved now, I think... thanks, though! :)
by AWizardDidIt
Thu Sep 23, 2010 5:03 pm
Forum: Support and Development
Topic: Lacking information
Replies: 5
Views: 2488

Re: Lacking information

Thanks, for question 1's answer, anyway. As for question 2... You linked to a topic I started, and his answer about tile maps was more than satisfactory. What I'm actually asking in Question 2 is more like... "I made a 2-dimensional table for a map, complete with three file-types and three enti...
by AWizardDidIt
Thu Sep 23, 2010 2:47 pm
Forum: Support and Development
Topic: Lacking information
Replies: 5
Views: 2488

Lacking information

Heya again... Just a few more (increasingly-stupid) questions! I'm sure at least one of these is covered elsewhere, but searching never brings anything seemingly-useful up for me... 1. If I were to make, for example, a list of items or spells or something for an RPG, would I be right in assuming thi...
by AWizardDidIt
Tue Sep 21, 2010 2:25 pm
Forum: Support and Development
Topic: Map-related embarrassment time...
Replies: 2
Views: 2030

Re: Map-related embarrassment time...

Wow... That was incredibly quick... Thanks, kikito! If this is as easy as it looks, you just saved me a ton of headaches with Linux/WINE-friendly map editors! :awesome:

To think... all I even expected was a link to a tutorial page... :o