A BepInEx-based mod for Stationeers that extracts Stationpedia content, game constants, colors, and command information into organized JSON files and images for wiki documentation purposes.
- Stationpedia Export: Extracts detailed information about all in-game items, structures, and reagents
- Multi-language Support: Supports exporting data in all available game languages
- Image Extraction: Automatically extracts and organizes all relevant game sprites and icons
- Constants Documentation: Exports game constants, enums, and logic values
- Color Information: Extracts all game colors with RGB and HEX values
- Command Documentation: Gathers information about programmable chip commands
- Install BepInEx for Stationeers
- Place the
WikiExtractorMod.dllfile in yourBepInEx/pluginsfolder - Launch the game
Use these commands in the game's console (F3):
stationpedia_export- Export Stationpedia data for the current languagestationpedia_export_all- Export Stationpedia data for all available languages
All exported data will be saved to:
...\steamapps\common\Stationeers\rocketstation_Data\wiki_data
The export creates the following structure:
wiki_data/
├── source/
│ ├── languages/
│ │ ├── EN/ (English)
│ │ ├── RU/ (Russian)
│ │ └── ... (other languages)
│ └── images/
│ ├── a/
│ │ ├── b/
│ │ │ └── ab...png (hashed filenames)
│ │ └── ...
│ └── ...
└── ...
Contains comprehensive information about each Stationpedia entry including:
- Prefab information and hashes
- Descriptions and metadata
- Logic and connection data
- Build requirements and recipes
- Slot information and categories
- Associated images
Documents all game constants including:
- Logic types and slot types
- Reagent modes and batch methods
- Sound alerts and transmitter modes
- Entity states and color types
- And many other game enums
Contains all game colors with:
- RGB values
- HEX codes
- Color names
Documents all programmable chip commands with:
- Command descriptions
- Usage examples
- Detailed metadata
- Stationeers
- BepInEx 5.x
- .NET Framework 4.7.2
- The first export may take some time as it processes all game images
- Only exports images once (during English language export) to avoid duplication
- Images are stored with MD5-hashed filenames for efficiency
- All text content is processed to remove TextMeshPro formatting
For issues or questions about this mod, please check the Stationeers modding community channels or create an issue on the mod's repository.
This mod is provided as-is for the benefit of the Stationeers community. Please respect the game's EULA and copyright restrictions when using the extracted data.