Page 3 of 3

Re: Multiplayer Isometric RPG Framework.

Posted: Wed Apr 17, 2013 8:41 pm
by master both
How could i never stepped into this thread... is this coded entirely in löve?

Re: Multiplayer Isometric RPG Framework.

Posted: Thu Apr 18, 2013 5:40 am
by Averice
Yep it's all in love, and uses LoveJIT

Re: Multiplayer Isometric RPG Framework.

Posted: Sun Apr 21, 2013 7:13 am
by Averice
Shameless bump, But i bring content!
So the engine/framework has a map editor I thought why not an image/animation editor as it has it's own json encoded format to read animations I kind of needed one anyway.

I also got a lot of inspiration to start making this from seeing spyders supersprite tool, ( I'm also temporarily using his colorcube image, it's only temporary but if this is not ok spyder please feel free to let me know, it wouldn't be a problem to use a different temp one.)
Image

Unfinished at the present moment. And I haven't begun on the animation stack yet.

Re: Multiplayer Isometric RPG Framework.

Posted: Sun Apr 21, 2013 12:27 pm
by Davidobot
Do you have a test build lying around anywhere? :awesome:

Re: Multiplayer Isometric RPG Framework.

Posted: Thu Apr 25, 2013 5:42 am
by Averice
It is currently in a working state, and it could probably be used to make games as it is right now, but it's not at a completion stage that I am happy with for a release, as it is at the moment you need to rely on the console to navigate around the engine as I've been using console commands for debugging and fast switching between states and tools to make sure everything is in working order when I make changes, I'll be writing a wiki on how it's all used and what you can use to make games using this and then I'll release an alpha build to people to start playing with. The breakout game I wrote was written in a very short amount of time to kind of test just how well the engine can handle everything under the hood and I am pretty impressed with it's performance, I've been fairly adamant on making sure most/all unused variables in the stack are freed to not impact on any performance.

EDIT: Also if anyone has some suggestions that they'd want in something like this don't be shy to post them.

Re: Multiplayer Isometric RPG Framework.

Posted: Thu May 30, 2013 5:32 am
by Averice
Update: I made a simple code viewer, I have a few ideas to use it for, but other than that I made it because I was a little bored.
Still a few issues like some of the spacing gets messed up when it finishes parsing the document, but it shouldn't be too hard to fix.

Image

Re: Multiplayer Isometric RPG Framework.

Posted: Thu May 30, 2013 6:04 am
by qaisjp
This is some pretty sophisticated stuff...!

Re: Multiplayer Isometric RPG Framework.

Posted: Thu May 30, 2013 8:10 am
by Averice
Fixed up the spacing, it was due to printf chopping the first character off if it was a space.
Image