A specialized web tool for optimizing and compressing Factorio blueprint strings. It decodes the blueprint data, removes redundant information, and re-compresses it to significantly reduce the string length for easier sharing on Steam, Discord, or Reddit.
- Smart Optimization: Parses the blueprint JSON and removes unnecessary data (empty arrays, default values, standard directions) to save space without losing functionality.
- High Compression: Uses the
pakolibrary with maximum compression settings (Level 9) to generate the smallest possible string. - Validation: Includes a built-in verification tool to ensure the compressed string is valid and readable by the game.
- Efficiency Stats: Displays real-time statistics on character count reduction and percentage saved.
- Clone the repository or download the source files.
- Open
index.htmlin any modern web browser. - Paste your original Factorio blueprint string into the input field.
- Click "СЖАТЬ ЧЕРТЕЖ" (Compress) to generate the optimized code.
Project created with the support of the FCTostin community.