ChaOS for ComputerCraft Wiki
Status: Planning
Brought to you by:
antifreezze
See [ChAIL] for ChAIL syntax guide.
Application Info File must have 3 main variables :
%PATH% - the path of the app.
%NAME% - the name of the app.
%ICONPATH% - the path to the icon (icon must be in EBM format)
and LOAD function
Example of the file:
ChRT Application Info File
%NAME%=ChAppStore
%PATH%=/apps/chstore
%CLASSPATH%=%PATH%/files
%ICONPATH%=%PATH%/icon.ebm
LOAD>%PATH%/files/main.lua %PATH%
Template of the file :
%NAME%=yournamehere
%PATH%=your path here
%ICONPATH%=%PATH%/icon.ebm
LOAD>%PATH%/files/main