Posted 18 February 2012 - 10:34 AM
Apiloader
I wanted to be able to install user-created APIs ingame, so i wrote this little program.
If you want to use it in your code simply write
shell.run("apiloader")
at the beggining of your code and all the installed APIs will be loaded.To install an API use
apiloader install APIname APIpath
To uninstall an API use
apiloader uninstall APIname
In the moment it's just an early version but it's working so I hope it'll be used by you ^_^/>/>
Download:
Version 1.0.1
Installation:
Simply unpack the ZIP into the root folder or your CC-Computer.
To Do:
- add custom help support
Changelog:
1.0.1: forgot do delete some debug features in 1.0
1.0: first release.