60 lines
3.2 KiB
Markdown
60 lines
3.2 KiB
Markdown
# CraftOS-PC Documentation Glossary
|
|
|
|
Compact index of CraftOS-PC documentation pages from <https://www.craftos-pc.cc/docs/>. CraftOS-PC is the emulator used by this repository; `craftos` is the command-line executable it installs.
|
|
|
|
Last checked: 2026-06-08.
|
|
|
|
Repo notes:
|
|
|
|
- Use [Install CraftOS-PC](install-craftos-pc.md) for the pinned local setup used by this repository.
|
|
- Use [Command-Line Flags](https://www.craftos-pc.cc/docs/cli) for `--headless`, `--script`, `--exec`, `--rom`, `--directory`, `--id`, and `--mount-*`.
|
|
- Use [File System Mounting](https://www.craftos-pc.cc/docs/mounter) for exposing repository files inside CraftOS-PC.
|
|
- Use [Peripheral Emulation](https://www.craftos-pc.cc/docs/periphemu) for `periphemu` and local modem/peripheral tests. See [`docs/periphemu.md`](periphemu.md) for the in-repo reference and how this repo uses it.
|
|
- Use [Error Messages](https://www.craftos-pc.cc/docs/error-messages) when `craftos --help` works but booting a computer fails, including `Could not mount ROM`.
|
|
|
|
## Introduction
|
|
|
|
- [What is CraftOS-PC?](https://www.craftos-pc.cc/docs/about)
|
|
- [Downloading & Installing](https://www.craftos-pc.cc/docs/installation)
|
|
- [Getting Started](https://www.craftos-pc.cc/docs/getting-started)
|
|
- [Save Data Location](https://www.craftos-pc.cc/docs/saves)
|
|
- [Standards Mode](https://www.craftos-pc.cc/docs/standards)
|
|
- [Migrating from CCEmuX](https://www.craftos-pc.cc/docs/ccemux)
|
|
- [CraftOS-PC Mobile](https://www.craftos-pc.cc/docs/mobile)
|
|
|
|
## New Features
|
|
|
|
- [Peripheral Emulation](https://www.craftos-pc.cc/docs/periphemu)
|
|
- [File System Mounting](https://www.craftos-pc.cc/docs/mounter)
|
|
- [Screenshots & Recording](https://www.craftos-pc.cc/docs/screenshot)
|
|
- [Multiple Computers](https://www.craftos-pc.cc/docs/multicomp)
|
|
- [ComputerCraft Configuration](https://www.craftos-pc.cc/docs/config)
|
|
- [Graphics Mode](https://www.craftos-pc.cc/docs/gfxmode)
|
|
- [HTTP & WebSocket Server](https://www.craftos-pc.cc/docs/http-server)
|
|
- [CC: Tweaked Features](https://www.craftos-pc.cc/docs/cctweaked)
|
|
- [Auto-Updater](https://www.craftos-pc.cc/docs/autoupdate)
|
|
- [Debugger](https://www.craftos-pc.cc/docs/debugger)
|
|
- [Command-Line Flags](https://www.craftos-pc.cc/docs/cli)
|
|
- [Rendering Options](https://www.craftos-pc.cc/docs/renderers)
|
|
- [Raw Mode](https://www.craftos-pc.cc/docs/rawmode)
|
|
- [VS Code Extension](https://www.craftos-pc.cc/docs/extension)
|
|
- [Plugin System](https://www.craftos-pc.cc/docs/plugins)
|
|
- [CraftOS-PC Accelerated](https://www.craftos-pc.cc/docs/accelerated)
|
|
|
|
## Other Information
|
|
|
|
- [CraftOS-PC Online](https://www.craftos-pc.cc/docs/online)
|
|
- [CraftOS-PC Remote](https://www.craftos-pc.cc/docs/remote)
|
|
- [Latest Development Build](https://www.craftos-pc.cc/artifact)
|
|
- [Error Messages](https://www.craftos-pc.cc/docs/error-messages)
|
|
- [Report a Bug](https://www.craftos-pc.cc/bugreport)
|
|
- [Privacy Policy](https://www.craftos-pc.cc/docs/privacy)
|
|
- [Contact](https://www.craftos-pc.cc/docs/contact)
|
|
- [Changelog](https://www.craftos-pc.cc/docs/changelog)
|
|
|
|
## API Reference
|
|
|
|
- [CC: Tweaked Documentation](https://tweaked.cc/)
|
|
- [Lua 5.2 Reference Manual](https://lua.org/manual/5.2/manual.html)
|
|
- [CraftOS APIs (Old Wiki)](http://www.computercraft.info/wiki/Category:APIs)
|