Search found 22 matches

by MaskedRetreiver
Sat Oct 02, 2010 3:10 pm
Forum: Support and Development
Topic: Yigg-- Love has inconsistent pathing...
Replies: 5
Views: 2288

Re: Yigg-- Love has inconsistent pathing...

True enough. Perhaps I should write a tutorial for writing out/reading in matrices so this doesn't happen to the next guy tho. :|
by MaskedRetreiver
Sat Oct 02, 2010 4:00 am
Forum: Support and Development
Topic: Yigg-- Love has inconsistent pathing...
Replies: 5
Views: 2288

Yigg-- Love has inconsistent pathing...

0.62-- If I start writing: local f = assert(io.open("mapdata.lua", "w")) The file goes to the path of the .bat file that's driving, but if I load: love.filesystem.load("mapdata.lua")() It goes to the local path. Of course, I probably should be using love.filesystem but ...
by MaskedRetreiver
Fri Oct 01, 2010 6:00 am
Forum: Games and Creations
Topic: LuaTroid (is only a clone in terms of mechanics)
Replies: 12
Views: 4799

Re: LuaTroid (is only a clone in terms of mechanics)

Okay! DT should be fixed, also got first-stage platforming working. Single-tile tracking will only get me landings though, to detect other collisions I need to be tracking the tiles surrounding the player. Basically avoiding the physics library at the moment, I think that's more for kinematic simula...
by MaskedRetreiver
Fri Oct 01, 2010 1:56 am
Forum: Games and Creations
Topic: LuaTroid (is only a clone in terms of mechanics)
Replies: 12
Views: 4799

Re: LuaTroid (is only a clone in terms of mechanics)

Ah, yes, it's that quadratic thing: I had the individual timesteps using dt but not the acceleration. Will see to that after the chores and hopefully have time left over to add the actual ability to land on objects tonight.
by MaskedRetreiver
Thu Sep 30, 2010 3:16 pm
Forum: General
Topic: Must you really name all of your libraries suggestively?
Replies: 12
Views: 5636

Re: Must you really name all of your libraries suggestively?

YES, OF COURSE WE MUST.

Seriously, what is being a developer for, if not to be a merciless punster with the names of important things? :ultrahappy:
by MaskedRetreiver
Thu Sep 30, 2010 7:08 am
Forum: Games and Creations
Topic: LuaTroid (is only a clone in terms of mechanics)
Replies: 12
Views: 4799

Re: LuaTroid (is only a clone in terms of mechanics)

Okay, first, wow thanks for digging that deep, and second yeah I totally misunderstood how that function works. Definitely on my list for another night's experiments. (Tonight I got to successfully identifying if the player is over a specific tile, paving the way to actually landing on platforms.) A...
by MaskedRetreiver
Thu Sep 30, 2010 12:07 am
Forum: Games and Creations
Topic: LuaTroid (is only a clone in terms of mechanics)
Replies: 12
Views: 4799

Re: LuaTroid (is only a clone in terms of mechanics)

I think there must be something else wrong as I don't have /that/ great a machine. (It is a quad-core modern machine but it's by no means a gaming rig.) Either I didn't fix the code so it's not regenerating the map every step or there's a version incompatibility I'm missing. I'll run more tests on t...
by MaskedRetreiver
Wed Sep 29, 2010 10:22 pm
Forum: Games and Creations
Topic: LuaTroid (is only a clone in terms of mechanics)
Replies: 12
Views: 4799

Re: LuaTroid (is only a clone in terms of mechanics)

Um, yes? dt is probably on the list of things I Don't Know Any Better on. It seems alright on my system but I know I'm not optimizing a lot of things properly yet...
by MaskedRetreiver
Wed Sep 29, 2010 8:57 pm
Forum: Support and Development
Topic: Whats the best way to implement music?
Replies: 6
Views: 2266

Re: Whats the best way to implement music?

Yeah, that it does. Here's the tracker I use:
http://openmpt.com/

It takes some learning curve but it can be pretty intuitive once you get used to it. Also, as with so many things on the internet, there's a huge community of MODers out there making cool stuff:
http://www.mono211.com/modsoulbrother/
by MaskedRetreiver
Wed Sep 29, 2010 7:21 pm
Forum: Games and Creations
Topic: LuaTroid (is only a clone in terms of mechanics)
Replies: 12
Views: 4799

LuaTroid (is only a clone in terms of mechanics)

LuaTroid is definitely still at the Technical Demo stage, but I thought I'd throw it up and see if anyone's got flags to throw or wisdom to impart given what's there so far: http://github.com/MaskedRetriever/LuaTroid Navigate with w, a, and d keys, tilde key to bring up the tile selector, mouse and ...