shapez 2 Guide

Design. Automate. Optimize.

shapez 2 Guide hero banner

Last updated: July 7, 2026

shapez 2 Modding Status Guide

Moddding in shapez 2 exists in a transitional state. The original shapez game developed a robust modding community over several years, with official mod support, a dedicated mod loader, and hundreds of community-created mods. shapez 2, released into Early Access on Steam, is still building toward that level of modding support. The developer has confirmed that a modding API is planned, but the current priority is completing core game features and Early Access milestones. This means modding in shapez 2 today relies on community tools, file editing, and workarounds rather than an official modding framework. This guide covers what modding capabilities exist now, what is on the roadmap, which community tools are available, and how to safely modify your game without breaking your save files.

Current State of Modding in shapez 2

As of July 2026, shapez 2 does not have an official modding API, mod loader, or Steam Workshop integration. The developer, tobspr Games, has acknowledged that modding support is an important feature for the community and has indicated it will be addressed after the game exits Early Access and core systems stabilize. The current focus is on completing the base game experience: finishing the remaining shape production tiers, polishing fluid dynamics and train logistics, and improving performance for large factories.

Despite the lack of official modding tools, the community has created a growing ecosystem of external tools and resources. These include shape editors, blueprint analyzers, save file editors, and production calculators. These tools work outside the game and do not modify the game executable, making them safe to use alongside any game update. The community primarily operates through the official shapez Discord server, the r/shapezio subreddit, and various GitHub repositories maintained by dedicated community members.

The blueprint sharing system is the most mature community feature currently available. Blueprints can be exported as text strings, shared through community websites, and imported into any player's game. This cross-platform blueprint compatibility means that designs created on one operating system work identically on all others. Community blueprint libraries contain thousands of designs spanning every category: Make Anything Machines, compact painting setups, balanced production lines, and optimized rail networks.

Current Modding Capabilities

The table below catalogs each modding feature area, its current support status, what community tools are available, and important notes about limitations. This information reflects the game state as of July 2026. As the game updates, some limitations may be removed and new capabilities may become available.

FeatureStatusDescriptionCommunity ToolNotes
Custom Shape DefinitionsPartially supportedCommunity tools can define custom shape layers and compositions. Shapes can be added to the game via save file editing and external shape editors. Native in-game shape customization is not yet available.Shape Editor by shapez-community (GitHub)Custom shapes appear correctly in game but cannot be assigned to Hub delivery goals through the standard UI.
Blueprint SharingFully supportedBlueprints can be exported as text strings and shared between players. The game includes a built-in blueprint library. Community websites host searchable blueprint repositories with thousands of designs.shapez 2 Blueprint Library (in-game), shapez-blueprints.comBlueprint strings are cross-platform compatible. Copy and paste works between Windows, Mac, and Linux versions.
Custom Building TexturesLimited supportTexture replacement is possible through file modification in the game{'''}s asset directory. No official texture pack system exists. Custom textures must match the original file naming and dimensions.Manual file replacement in game directoryTexture mods break with game updates. Backup original files before replacing. Not supported by the developer.
Gameplay ModificationsNot yet supportedModifying gameplay mechanics (building speeds, resource rates, shape requirements) requires reverse engineering the game{'''}s data files. No official modding API or Lua scripting support is currently available.None (manual hex editing only, not recommended)Developer has stated modding API is on the roadmap but no release date confirmed. Save file editing is the safest current option.
Custom Hub GoalsPartially supportedHub delivery goals can be modified by editing save files. Community tools allow creating custom delivery sequences. No in-game custom goal editor exists.Save file editor scripts (community-maintained)Editing save files carries risk of corruption. Always back up your save before editing. Custom goals may be incompatible with future game updates.
Language and LocalizationFully supportedThe game supports community translations through standard localization files. Dozens of languages are available through community translation projects. The developer provides localization templates.shapez 2 Localization Project (GitHub), Crowdin (official translation platform)Translation files are simple JSON key-value pairs. Anyone can contribute translations through the official Crowdin project.

Community Tools for Modding

While official modding tools are not yet available, the shapez community has developed several external tools that fill important gaps. These tools run in your web browser or as standalone scripts and do not require modifying your game installation. They are safe to use and are regularly updated by their maintainers as new game versions release.

The most valuable tool for aspiring modders is the Shape Editor, which lets you visually design custom shapes and export them in a format compatible with save file editing. The Blueprint Analyzer is equally useful for the broader player base, as it calculates the exact resource requirements and throughput of any blueprint before you commit the resources to building it in your factory.

Tool NameTypeDescriptionMaintainedDifficulty
shapez 2 Shape EditorExternal web toolVisual editor for creating custom shape definitions. Shows layer-by-layer preview with color and shape selection. Exports shape data as JSON for save file integration.Yes — regularly updatedBeginner-friendly
Blueprint AnalyzerExternal web toolAnalyzes blueprint strings to calculate throughput, resource requirements, and production ratios. Identifies bottlenecks and inefficiencies in shared blueprints before you build them in-game.YesIntermediate
Save File Editor ScriptsPython scripts (community)Collection of Python scripts for batch editing save files. Modify building properties, adjust resource amounts, change Hub goal sequences, and reset progression flags.Intermittent — updated after major patchesAdvanced — requires Python and command-line familiarity
Production CalculatorWeb applicationCalculate exact building counts, belt requirements, and resource input rates for any production chain. Supports all shapez 2 building types and fluid mechanics calculations.YesBeginner-friendly
Blueprint Library BrowserCommunity websiteSearchable database of community-submitted blueprints. Filter by category (MAM, painting, production, trains), sort by rating, and preview blueprints before importing the blueprint string.Yes — community-moderatedBeginner-friendly

Known Limitations and Workarounds

The biggest limitation of the current modding ecosystem is the inability to modify gameplay mechanics. Building speeds, resource extraction rates, fluid throughput limits, and shape requirements are all hardcoded in the game's data files and cannot be changed without risky binary modification. The developer has stated that a Lua-based scripting API is the planned approach for future modding support, similar to the system used in shapez 1, but no release timeline has been announced.

Save file editing is the primary workaround for players who want to customize their experience. The save file format is JSON-based and human-readable, making it possible to modify resource amounts, unlock progression milestones, add custom shapes to the game world, and change Hub delivery goals. However, save file editing carries inherent risks. A single syntax error in the JSON structure can corrupt the save file and make it unreadable by the game. Always create a backup copy of your save file before editing it, and test any edited save on a duplicate before loading it in your main game.

Texture and visual modifications are technically possible but fragile. Replacing texture files in the game's asset directory can change the appearance of buildings, shapes, and UI elements. However, these modifications are overwritten every time the game receives an update. There is no version management system for texture mods, and the developer does not test game updates for compatibility with modified assets. If you use texture mods, expect to reapply them after every game update and be prepared for the possibility that an update changes the texture file format.

Frequently Asked Questions

Q: Does shapez 2 have Steam Workshop support?

Not yet. Steam Workshop integration has been discussed by the developer as a future feature, but it depends on the official modding API being completed first. Without a modding API, there is no standardized format for workshop items to follow. The developer has indicated that Steam Workshop support will be enabled after the modding API is released and tested. In the meantime, the community shares blueprints, shapes, and tools through Discord, Reddit, and dedicated community websites rather than through Steam's platform.

Q: Can I use shapez 1 mods in shapez 2?

No. shapez 2 was built on a completely different engine and codebase from shapez 1. Mods created for shapez 1 (which used a Lua-based modding API and the shapez Mod Loader) are not compatible with shapez 2. The file formats, building systems, and game mechanics are different enough that no compatibility layer exists. When the shapez 2 modding API is eventually released, it may share design principles with the shapez 1 system, but existing shapez 1 mods will need to be rewritten for shapez 2's new architecture.

Q: Is save file editing safe?

Save file editing is generally safe if you follow two rules: always create a backup before editing, and never edit a save file while the game is running. The save file format is JSON, which is forgiving to edit but unforgiving of syntax errors. A missing comma, an extra bracket, or an incorrectly typed value can make the entire save file unreadable. Use a JSON validator (any online tool will work) to check your edited save before loading it. For peace of mind, copy your save file to a different folder before making any changes. The save files are located in your game's AppData or Application Support directory, depending on your operating system.

Q: When will official modding support be released?

The developer has not announced a specific release date for official modding support. The current priority is completing the Early Access roadmap, which includes finishing the remaining shape production tiers, adding train logistics features, and polishing fluid dynamics. Once the core game reaches version 1.0 and exits Early Access, modding support is expected to become a higher priority. The developer has confirmed that a Lua-based scripting API, similar to shapez 1's system, is the planned direction. Community speculation places the earliest possible modding API release around late 2026 to early 2027, but this is not an official timeline.