Search found 12 matches

by Sebas
Tue Feb 25, 2014 4:52 pm
Forum: Games and Creations
Topic: Sunsorrow: A Dying Earth Action/Adventure RPG
Replies: 41
Views: 23664

Re: Sunsorrow: A Dying Earth Action/Adventure RPG

Hi, where I can get it?; The DropBox's links give me an 404 error.
by Sebas
Sun Jul 22, 2012 8:45 am
Forum: Libraries and Tools
Topic: RPG Tile demo update
Replies: 17
Views: 11298

Re: RPG Tile demo update

Sry not a Game, only a little demo of a tile engine (even to say it a "engine" is a little pretentious).
by Sebas
Sun Jul 22, 2012 12:40 am
Forum: Libraries and Tools
Topic: RPG Tile demo update
Replies: 17
Views: 11298

Re: RPG Tile demo update

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... :) )
by Sebas
Sat Jul 21, 2012 10:47 am
Forum: Libraries and Tools
Topic: RPG Tile demo update
Replies: 17
Views: 11298

Re: RPG Tile demo update

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.
by Sebas
Sat Jul 21, 2012 10:46 am
Forum: Libraries and Tools
Topic: RPG Tile demo update
Replies: 17
Views: 11298

Re: RPG Tile demo update

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 j...
by Sebas
Mon Jul 02, 2012 3:57 am
Forum: Libraries and Tools
Topic: RPG Tile demo update
Replies: 17
Views: 11298

Re: RPG Tile demo update

Roland_Yonaba wrote:Looks Nice.
As this thread is supposed to grow, would you please update attachments in the first post ?
Doed
by Sebas
Sat Jun 30, 2012 9:34 am
Forum: Libraries and Tools
Topic: RPG Tile demo update
Replies: 17
Views: 11298

Re: RPG Tile demo update

Last Update : Now you can slide on a wall when holding two directions at the same time without 'sticking' to it.

Sebas

Download Attachment in the first post.
by Sebas
Fri Apr 20, 2012 4:53 pm
Forum: Libraries and Tools
Topic: RPG Tile demo update
Replies: 17
Views: 11298

Re: RPG Tile demo update

Sry. I'am unable to reproduce the error; Have you downloaded the program again with the Gravis's reported bug fixed?

Sebas
by Sebas
Thu Apr 19, 2012 9:13 am
Forum: Libraries and Tools
Topic: RPG Tile demo update
Replies: 17
Views: 11298

Re: RPG Tile demo update

Gravy wrote:Looks nice. The only thing that bugs me is that if you are moving in two directions at once, and you hit something solid in one of those directions, you stop moving in the other direction too.
Tks for the bug report; Fixed.

Sebas
by Sebas
Tue Apr 17, 2012 9:47 pm
Forum: Libraries and Tools
Topic: RPG Tile demo update
Replies: 17
Views: 11298

RPG Tile demo update

This is an update of a little rpg tile demo I made some time ago to love version 0.8

Greats
Sebastian

(Jun/30/2012) : Now you can slide on a wall when holding two directions at the same time without 'sticking' to it.
(Jul/21/2012) : Fixed the speed of diagonal movement.