
Lol a little problem, anyone help me?
Moderator: Moderators
I don't know any other free engine (with alot of people) that's easier than this engine (I want to avoid coding, exept lua) And really, this is not something I'm planning to work on for 3 years.smoth wrote:I am going to say this as clearly as I can.
YOU
ARE
USING
THE
WRONG
ENGINE
I'm not making a real super big game, it's an experiment, I don't want to learn C++ and spend 15 years writing an engine...smoth wrote:that doesn't require programing? none, if you want a game some work will have to be done!
I don't like depending on other people that much.[Krogoth86] wrote:If you just want to do some LUA coding use SHIVA! It's not really free but with the PLE you get the entire engine for free with just publishing disabled (although I'm sure someone from the community would do that last step for you if you ask after having finished everything)...
Apart from that I don't know of any free engine that does not have something to do with intense (C++) programming...
This won't get you far though, everyone needs to specialise. Will you be able to lua, make the maps, and create the racing models?I don't like depending on other people that much.
Spring SVN supports the "f" footprint, which is always passable (and can be built upon, IIRC).-units can walk inside it, but they shoudnt be allowed to go through the wall.
-Levelground is based on footprint, but if I give it a footprint, you cant walk in it, so that's why it's blended with the landscape, I need to fix that.
I mean this part:jcnossen wrote:This won't get you far though, everyone needs to specialise. Will you be able to lua, make the maps, and create the racing models?I don't like depending on other people that much.
(although I'm sure someone from the community would do that last step for you if you ask after having finished everything)...
Yay! thanks!i made just a quick map but if you could only make left right steer a bit more better its alot fun
It does not. You get 'g' (geo), 'c' (block), and 'y' (non-block), all otherArgh wrote: Spring SVN supports the "f" footprint
It meant "this square is occupied by a feature" (DTs, wrecks), Springwhich is always passable (and can be built upon, IIRC).