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.
Releasing every script I have made
Moderator: Moderators
Releasing every script I have made
- Attachments
-
- releases.zip
- (13.92 KiB) Downloaded 296 times
Re: Releasing every script I have made
So... will you be active again?
Re: Releasing every script I have made
Probably not, since i have other things to do.
Re: Releasing every script I have made
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
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
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:
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:
folder structure & file names are set up correct afaik. tried changing them too, ie to something without space.[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')
Re: Releasing every script I have made
include(path) starts from LuaUI folder. So writing include("test.lua") would include a file located in said folder.knorke wrote: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
ah, i thought it starts from whatever folder the file is in. will try, thanks.