Page 1 of 1
Releasing every script I have made
Posted: 27 Feb 2009, 00:49
by user
Since i have not been active for a long time i decided to release every lua script i have made for spring.
this includes map drawing,animated water,that unit radius thing and unit trails.
there is also a project i have never mentioned about, it is a drawing library that can be used to draw things like spheres, cylinders, cones, cubes, icosaspheres, circles, and squares.
Re: Releasing every script I have made
Posted: 27 Feb 2009, 10:05
by Hoi
So... will you be active again?
Re: Releasing every script I have made
Posted: 27 Feb 2009, 15:50
by user
Probably not, since i have other things to do.
Re: Releasing every script I have made
Posted: 27 Feb 2009, 22:27
by Argh
Well, thanks very much, for the things you've contributed.
If nothing else, that revamped Mapconverter and the BlobShadows have been extremely useful over here. Looking forward to having time to mess with the geometry stuff

Re: Releasing every script I have made
Posted: 08 Jan 2011, 08:16
by knorke
ololol epic rez
I am interessted in the unit range sphere thing. Didnt think I would ever find a dl!
And now just found it by random when searching for something else.
Sadly, I cant get it to work:
[f=0002757] Failed to load: Drawing Lib Testing.lua (Include() could not load 'LuaLibs/Drawing Lib.lua')
[f=0002757] Failed to load: unit_draw_spheres.lua (Include() could not load 'LuaLibs/Drawing Lib.lua')
folder structure & file names are set up correct afaik. tried changing them too, ie to something without space.
Re: Releasing every script I have made
Posted: 08 Jan 2011, 22:57
by Regret
knorke wrote:folder structure & file names are set up correct afaik. tried changing them too, ie to something without space.
include(path) starts from LuaUI folder. So writing include("test.lua") would include a file located in said folder.
Re: Releasing every script I have made
Posted: 09 Jan 2011, 02:57
by knorke
ah, i thought it starts from whatever folder the file is in. will try, thanks.