Page 1 of 4

Legends of Rathnor [WIP]

Posted: Thu Feb 07, 2013 3:40 pm
by jasonisop
NEW
I have decided on using a modified version of Fate Core for the core rules engine of the game. I feel that this bests fits the feel that I want from the game. This will let the game have a more personal feel, and let the user decide how he or she wants the game to go. Starting right from player creation the user will have imput on how the world works and is precived. The user will be able to create their own stories along with the main story of the game, this goes right along with my random quest system.

The modifications to Fate will be having, loot/equipment and a magic system, I am still working this out on paper.

On of the harder parts for using this system will be having enough pre made aspects and stunts to have the save free form feel. For those that know this system and even those that don't give it a look over at http://fate-srd.com/ I could use some help coming up with aspects and stunts. I would also like your feedback about using such a system.

Known bugs
pressing "p" causes the game to crash. p is for testing spell casting animation.


The forums wont let me add the .love(file is just over the size limit) so here is my github https://github.com/jasonisop/lpc_game

Re: Brandons Adventure [WIP]

Posted: Thu Feb 07, 2013 4:03 pm
by Roland_Yonaba
Haven't tried it yet, but I can see that you're using Jumper, for pathfinding puposes. It seems you took one of its latests commits. Well, I'll just suggest to come back to the latest stable version (0.8.0), for the sake of your game,as the latest builds aren't versionned yet. Thus, some modules might act weird.
But if you want to live dangerously, no problem. :awesome: Anyway, thanks using this.
That project looks good.

Re: Brandons Adventure [WIP]

Posted: Thu Feb 07, 2013 4:07 pm
by jasonisop
Jumper is currently not used, yet.

Re: Brandons Adventure [WIP]

Posted: Thu Feb 07, 2013 4:12 pm
by Saegor
dowloaded the repo as zip, but don't work

it say something like luascripts/enemy.lua:25 attempt to call a nil method (getTileX)

Re: Brandons Adventure [WIP]

Posted: Thu Feb 07, 2013 4:25 pm
by jasonisop
that will happen when someone (me) forgets to commit changes. Should be fixed in a min or two commiting them now.

Re: Brandons Adventure [WIP]

Posted: Thu Feb 07, 2013 4:47 pm
by Saegor
downloaded (4x !) again, now it is 13.1M but always have the same problem...

Re: Brandons Adventure [WIP]

Posted: Thu Feb 07, 2013 4:56 pm
by jasonisop
when is it throwing that error, At the launch of the game or when you do something?
I downloaded the zip as well and works fine on my end.

Re: Brandons Adventure [WIP]

Posted: Thu Feb 07, 2013 5:05 pm
by Saegor
it's when i launch the game
i downloaded it with the github option "download repository as a zip"
after that i unziped and launched it (unzip lpc_game.zip && love lpc_game) and it crash directly

i have LuaJIT version of love (archlinux 32bits)
i will try with another computer

EDIT : work on ubuntu 32bits with vanilla Löve (but i get 7 fps with this strong computer)

i can't understand what is the problem... i tought i wrongly unzipped the file but all seems ok

Re: Brandons Adventure [WIP]

Posted: Thu Feb 07, 2013 5:16 pm
by jasonisop
Ok well i should have said it works fine on a windows box.
yeah i get 70+ on my work pc and over 100 on my home pc, but thats a 1100t 16g ram and a gtx680 but i still think its at over 100 is still kinda on the low end and i need some optimizing.

Re: Brandons Adventure [WIP]

Posted: Thu Feb 07, 2013 5:19 pm
by Saegor
tried the .love that worked on ubuntu under archlinux : don't work

so it's maybe a LuaJIT issue because i don't see a ton of other differences between these two computers