Page 2 of 2

Re: RPG Tile demo update

Posted: Mon Jul 09, 2012 1:39 am
by Darky
You forgot to divide the player speed by sqrt(2) when moving in two directions.
(you have to normalize the player speed, everyone will just keep moving in diagonals if you don't)

Re: RPG Tile demo update

Posted: Fri Jul 13, 2012 1:08 am
by Chasm.Creativeworks
So I'm really new to LOVE and anything that it entails, but please forgive my horribly basic question/s.

I got LOVE and started seeing what i was able to make happen from the tutorials on the wiki. I got the keypressed functions to work decently, but when I tried to get a simple tile map made, it just refused to cooperate.

I downloaded your file to check it out, and its essentially just what I need to see where I'm going wrong in my code.

My question is... how do I take the file I downloaded from this thread and make it so I can actually make heads or tails of it in Notepad++?

Is there some sort of reverse-packing that I need to do?

Thanks, and sorry again.

Justin

Re: RPG Tile demo update

Posted: Sat Jul 21, 2012 10:46 am
by Sebas
Chasm.Creativeworks wrote:So I'm really new to LOVE and anything that it entails, but please forgive my horribly basic question/s.

I got LOVE and started seeing what i was able to make happen from the tutorials on the wiki. I got the keypressed functions to work decently, but when I tried to get a simple tile map made, it just refused to cooperate.

I downloaded your file to check it out, and its essentially just what I need to see where I'm going wrong in my code.

My question is... how do I take the file I downloaded from this thread and make it so I can actually make heads or tails of it in Notepad++?

Is there some sort of reverse-packing that I need to do?

Thanks, and sorry again.

Justin
Do u mean how to get the source codes?; Rename the file from .love to .zip and then expand the file. To help in debugging I create a link to the love.exe executable and put at the same level of the program's directory; To run the program I drag and drop the whole carpet over the love's link.

Re: RPG Tile demo update

Posted: Sat Jul 21, 2012 10:47 am
by Sebas
Darky wrote:You forgot to divide the player speed by sqrt(2) when moving in two directions.
(you have to normalize the player speed, everyone will just keep moving in diagonals if you don't)
Will look at it.

Re: RPG Tile demo update

Posted: Sun Jul 22, 2012 12:40 am
by Sebas
Darky wrote:You forgot to divide the player speed by sqrt(2) when moving in two directions.
(you have to normalize the player speed, everyone will just keep moving in diagonals if you don't)
Fixed ( I hope... :) )

Re: RPG Tile demo update

Posted: Sun Jul 22, 2012 6:44 am
by Banoticus
WWW:(What went well)
The animations look cool
The basic engine is very smooth
Textures are done well
Movement is great
EBI:(Even Better If)
I don't get the point of the houses
I feel the game needs some gui on the screen
Trees look a bit unusual on the darker grass

You should, if you finish it, release this on desura. If this thing had a story in it would be like a professional RPG.

Re: RPG Tile demo update

Posted: Sun Jul 22, 2012 6:58 am
by coffee
Banoticus wrote: I don't get the point of the houses
wat?
Banoticus wrote:I feel the game needs some gui on the screen
You noticed that (as thread name says) this is still only a demo of a tile engine right? Go easy...

Re: RPG Tile demo update

Posted: Sun Jul 22, 2012 8:45 am
by Sebas
Sry not a Game, only a little demo of a tile engine (even to say it a "engine" is a little pretentious).