driver — the game server
driver is the main binary produced from FluffOS Project.
lpcc — LPC compiler
lpcc is a command line tool to dump compiled LPC code, it is useful for understanding how FluffOS compiles LPC code.
symbol — LPC inspector
symbol is a utility tool for loading and analyzing LPC files using the FluffOS driver infrastructure.
o2json — save file to JSON
o2json is a tool to convert LPC save file to JSON, combined with json2o, it can enable you to manipulate LPC save file using JSON tools.
json2o — JSON to save file
json2o is a tool to convert JSON to LPC save file format, it only accepts JSON in the format produced by o2json.
portbind — privileged ports
portbind is a privilege-separated port binding utility for FluffOS. It allows the driver to bind to privileged ports (< 1024) and then drop privileges before execution.
generate_keywords — efun metadata
generate_keywords is a development utility that generates a JSON file containing metadata for all LPC efuns (external functions).