Skip to content

Configuration

gamax92 edited this page Mar 1, 2014 · 4 revisions

CCLite allows you to configure various properties just like ComputerCraft does.

The configuration is stored in (Save Folder)/CCLite.cfg

If you are using the Multi Computer (frames) version of CCLite, the configuration can be edited from inside CCLite.

  • enableAPI_http
    This setting allows the user to configure whether the http api and associated libraries will be loaded on startup
  • enableAPI_cclite
    This setting allows the user to configure whether the cclite api will be avaliable to ComputerCraft
  • terminal_width
    This setting changes the width of the Terminal given to ComputerCraft
  • terminal_height
    This setting changes the height of the Terminal given to ComputerCraft
  • terminal_guiScale
    This setting changes the pixel scale of the Terminal given to ComputerCraft
  • cclite_showFPS
    This setting toggles the FPS Display for CCLite
  • lockfps
    This setting changes the Framerate CCLite will lock itself to
  • compat_faultyClip
    ComputerCraft doesn't handle trimming to the first newline (if present) properly in the Clipboard, this setting emulates this behavior
  • useCRLF
    This setting configures whether fs.writeLine will write \r\n or just \n for a newline
  • compat_loadstringMask
    This is an obsolete setting and using it will give you a warning. Older versions of CCLite attempted to emulate LuaJ's loadstring via files, and a better alternative was found
  • cclite_updateChecker
    Configures whether or not to check for updates
Clone this wiki locally