Theoretically, in a weeks time with no previous experience and every day spent doing it, you could learn lua to some extent.MightySheep wrote:Wow and I had plans to learn how to code over the easter holidays...
Formation setting for units
Moderator: Moderators
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Formation setting for units
Re: Formation setting for units
Then why do we have a bunch of lua if python is better?kiki wrote:lol, lua is not a good first "programming language" to learn, as it is only a scripting language. And then you will suck at anything else you try to program. And lua is just really strange. its fits its function well, but its still really aweful imo, with all that dynamic typing and table things. Not to mention all the random stuff i have no idea what it does.
I suggest learning c++ or java for some nice classic oop. Then learn python because it is pwnage and it pwns lua big time.
Who's idea was it to go lua instead of python?

Re: Formation setting for units
Mine, ironically enough. Didn't code it, but I was the person who asked for it.
Re: Formation setting for units
Python is not sandboxed like Lua, a Python script would risk having os.run("sudo rm -rf /") or whatever the proper syntax was.url_00 wrote:Then why do we have a bunch of lua if python is better?kiki wrote:lol, lua is not a good first "programming language" to learn, as it is only a scripting language. And then you will suck at anything else you try to program. And lua is just really strange. its fits its function well, but its still really aweful imo, with all that dynamic typing and table things. Not to mention all the random stuff i have no idea what it does.
I suggest learning c++ or java for some nice classic oop. Then learn python because it is pwnage and it pwns lua big time.
Who's idea was it to go lua instead of python?
Re: Formation setting for units
I think bash shell is the best language, both for learning and for coding. 

- Aether_0001
- Posts: 228
- Joined: 25 Feb 2008, 03:41
Re: Formation setting for units
can we change the custom formations so the different types of units end up in front and behind of the other types? As opposed to on different sides?
Re: Formation setting for units
heheLordMatt wrote:I think bash shell is the best language, both for learning and for coding.
Btw, to learn to program, please do not do something like get microsoft visual basic or qbasic. Almost anything with the words "basic" and "microsoft" in terms of programming sucks, imho. I suggest learning java and c++, as they are robust and oop. Then get python and blender and break it. Then, read all the lua tutorials. Then help me spam the lua forum to discover the seemingly undocumented secrets of lua.
Re: Formation setting for units
Lua is good. It's used in WoW scripting even afaik.