Page 2 of 2

Re: How do I get animations in Spring?

Posted: 13 Jan 2010, 22:41
by smoth
jK wrote:but it does not make sense to convert them 1:1, lua can even be slower than bos. If you switch to lua, then you should do it the right way (writting a class system, share code between unittypes, ...).
I already share code in the form of headers etc. I don't think OOing my scripts is a good idea though.

Re: How do I get animations in Spring?

Posted: 14 Jan 2010, 00:59
by AF
Its more something Id like to see people doing when they rebuild a script, make a new unit, or implement new features. A 1:1 translation would be nice but as jk said, inefficient, and not always worth the hassle.