Skip to content

Stationeers-ic/WikiExtractorMod

Repository files navigation

Stationeers Wiki Extractor Mod

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.

Features

  • 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

Installation

  1. Install BepInEx for Stationeers
  2. Place the WikiExtractorMod.dll file in your BepInEx/plugins folder
  3. Launch the game

Usage

Console Commands

Use these commands in the game's console (F3):

  • stationpedia_export - Export Stationpedia data for the current language
  • stationpedia_export_all - Export Stationpedia data for all available languages

Output Location

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)
│ │ └── ...
│ └── ...
└── ...

Data Structure

Stationpedia Data (data.json)

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

Constants (constants.json)

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

Colors (colors.json)

Contains all game colors with:

  • RGB values
  • HEX codes
  • Color names

Commands (instructions.json)

Documents all programmable chip commands with:

  • Command descriptions
  • Usage examples
  • Detailed metadata

Requirements

  • Stationeers
  • BepInEx 5.x
  • .NET Framework 4.7.2

Notes

  • 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

Support

For issues or questions about this mod, please check the Stationeers modding community channels or create an issue on the mod's repository.

License

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published