CheekyEntity-ItemExtractor icon

ItemExtractor

Extracts all game item data to CSV and formatted text files by pressing F10

Last updated a day ago
Total downloads 0
Total rating 0 
Categories Mods Misc
Dependency string CheekyEntity-ItemExtractor-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_IL2CPP-6.0.755 icon
BepInEx-BepInExPack_IL2CPP

BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.

Preferred version: 6.0.755

README

ItemExtractor

A BepInEx mod for Cave Crawlers that extracts all game item data to CSV and formatted text files.

Usage

Press F10 in-game to export all item data. The files will be saved to:

  • BepInEx/plugins/ItemExtractor/items.txt - Formatted text output
  • BepInEx/plugins/ItemExtractor/items.csv - CSV spreadsheet format

Features

  • Exports all item data including:
    • Item names, descriptions, and rarity
    • Weapon stats (damage, range, attack speed, knockback, critical chance/damage)
    • Stat changes and modifiers
    • Talent information with stat effects
    • Floor range availability
  • Deduplicated items grouped by type
  • Two export formats: .txt and .CSV

Dependencies

  • BepInEx-BepInExPack_IL2CPP-6.0.755