This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
InputUsername's profile picture

ComputerCraft Installer-Creator [CC-IC]

Started by InputUsername, 11 February 2013 - 06:14 AM
InputUsername #1
Posted 11 February 2013 - 07:14 AM
Hello folks! I hereby present you my latest program:

ComputerCraft Installer-Creator [CC-IC]

Current version: 1.0


What does it do?
The name speaks for itself: this program allows you to easily create an installer for your program/application/script/API/game. You provide a name, description, file name and installer file name, and the program will create an installer in no-time!

The installer includes a notice that it was created using CC-IC, but you're allowed to remove it as long as you give some kind of credit.

Usage:
cc-ic [-u]
The -u command will force update.

Current features:
  • Simple GUI
  • Easy-to-use
  • Fast
  • Great for unexperienced (or lazy) people
No regular computer/turtle support yet :(/>

Where can I get CC-IC?
You can download CC-IC using its Pastebin link:
XAN35PqK

or in-game using
pastebin get XAN35PqK cc-ic

Media:
SpoilerLightshot recording of the program in action:
Pastebin:
HUDaEWze

or ingame:
pastebin get HUDaEWze demo

Screenshots will be added soon!

Change log:
SpoilerVersion 1.0
Current version; first release.

Version 0.5-0.9
Not released; highly beta (not properly functioning).

Known bugs:
SpoilerWill be fixed in the next version - Will be fixed someday - No solution yet
  • Auto-updater for the program itself doesn't work, I removed it. Might add it back later on.

Upcoming features:
SpoilerWill be added in the next version - Will be added later
  • Auto-updater for the program
  • Better GUI
  • Better functionality
  • Regular computer/turtle support
  • URL-check
  • Multi-line description

I do have to note that this program uses (parts of) the StrUtils API, made by Tomass1996. I've included the license and legal stuff in the program itself.
remiX #2
Posted 11 February 2013 - 09:21 AM
Pretty cool idea.
I'd suggest a multi-line support for the discription and to verify the validity of the url.
InputUsername #3
Posted 12 February 2013 - 02:51 AM
Pretty cool idea.
I'd suggest a multi-line support for the discription and to verify the validity of the url.

I'm on it. Added them to the list of upcoming features and I'm currently implementing the URL-checking.
theoriginalbit #4
Posted 12 February 2013 - 03:06 AM
Nice and simple, good idea…. i like it :)/>


No regular computer/turtle support yet :(/>
Shouldn't be too hard… Your gui will need to be changed a little, but as for colour changing
Spoiler

local function setColors(txt,bg)
  if not (term.isColor and term.isColor()) then return end -- exits here if its not an advanced computer or its CC1.3
  if txt then
    term.setTextColor(txt)
  end
  if bg then
    term.setBackgroundColor(bg)
  end
end
then to use (changing text)
setColors(colors.blue)

then to use (changing background colour)
setColors(nil, colors.orange)

then to use (changing both)
setColors(colors.blue, colors.orange)
timia2109 #5
Posted 10 July 2014 - 07:30 PM
Awesome Tool!
daantechcomputercraft #6
Posted 21 October 2018 - 08:48 AM
if i type cc-ic in my pc it wont work!
may i type cc-ic create or so?
EveryOS #7
Posted 22 October 2018 - 12:30 PM
if i type cc-ic in my pc it wont work!
may i type cc-ic create or so?
Two things:
1. This is a very old topic
2. It's not possible to download this: the pastebin link is broken.