Search found 6 matches

by sysex
Fri Feb 20, 2009 3:56 am
Forum: Games and Creations
Topic: 2d scrolling game editor
Replies: 11
Views: 11340

Re: 2d scrolling game editor

Working now.
LoveRacerEditor.love
(187.01 KiB) Downloaded 579 times
thanks to osuf, kaze, and pundit in #loveclub for the help with box2d
by sysex
Thu Feb 19, 2009 11:55 pm
Forum: Games and Creations
Topic: 2d scrolling game editor
Replies: 11
Views: 11340

Re: 2d scrolling game editor

It could be because youre running linux.

I'm also using box2d incorrectly, but i think ive figured out whats wrong...

I'll post a new version as soon as i get it written.
by sysex
Thu Feb 19, 2009 7:48 am
Forum: Games and Creations
Topic: 2d scrolling game editor
Replies: 11
Views: 11340

Re: 2d scrolling game editor

If you do manage to get it running heres how you control it. Keys: b - bounding box draw mode t - tile draw mode w, a, s, d to drive car arrow keys - move map around without driving -, + keys - scale width [, ] keys - rotate tile <, > keys change tile F2, F3 save, load map (context sensative to what...
by sysex
Thu Feb 19, 2009 7:43 am
Forum: Games and Creations
Topic: 2d scrolling game editor
Replies: 11
Views: 11340

Re: 2d scrolling game editor

it works for me... perhaps your version of love is different?

hmm i thought i fixed the collision but i didnt... :P

heres an updated version anyway
LoveRacerEditor.love
(178.83 KiB) Downloaded 532 times
by sysex
Thu Feb 19, 2009 6:10 am
Forum: Games and Creations
Topic: 2d scrolling game editor
Replies: 11
Views: 11340

Re: 2d scrolling game editor

OKay here you go. A little GTA style demo. The collision response hasnt been written yet. But everything else is pretty much there, if you can figure it out. I cleaned up the code a bit, so it should be easier to follow now. If anyone who is more experienced with the box2d physics stuff, I'd really ...
by sysex
Tue Feb 17, 2009 3:17 pm
Forum: Games and Creations
Topic: 2d scrolling game editor
Replies: 11
Views: 11340

2d scrolling game editor

just a little something i'm working on.. thought i would post it here for others to have a look at.

features:

- ability to add tiles, and collision polys
- uses Box2d physics
- can save and load maps
- multiple layers