X Rebirth Catalog Tool | 1.10 ((full))

The X Rebirth Catalog Tool 1.10 is a utility developed by Egosoft for managing and extracting game data from .cat and .dat files. While originally designed for X Rebirth, it is widely used by the modding community for X4: Foundations to unpack game assets for modification. Key Features and Usage

Unpacking Game Files: The tool allows users to extract the entire game directory into a readable format. This is a foundational step for modders looking to inspect or change game assets like models, textures, and scripts.

GUI Interface: Version 1.10 includes a graphical user interface (GUI) that is generally considered self-explanatory. Users can simply select the catalog files and choose a destination path for extraction.

Modding Workflow: In tutorials for building custom ships, such as those found on the Egosoft Forums, the tool is used alongside other utilities like the XRConverter to transform extracted models into formats compatible with 3D modeling software. Technical Recommendations

Path Formatting: When unpacking files, it is highly recommended to create a separate folder for the unpacked game (e.g., C:\X4Unpacked) that contains no spaces in the file path. Some subsequent conversion tools may fail if spaces are present in the directory name. X Rebirth Catalog Tool 1.10

Root Directory: For advanced modding, once files are extracted, tools like the XRConverter are often placed directly into the mod's root directory to process the models.


5. Key Features in 1.10

| Feature | How to use | |---------|-------------| | Search by macro ID | Type "units_size_xl_carrier_01" – shows dependencies. | | Export XML | Right-click asset → Export raw XML. | | View referenced assets | Click blue hyperlinks in details pane. | | Compare versions | Load mod .cat files via File → Open mod catalog. | | Check ware prices/volume | Under Wares → select ware → bottom pane shows price, volume. | | Find unused assets | Tools menu → Find orphaned macros (useful for mod cleaning). |


Community and Future Updates

While Egosoft has moved on to X4: Foundations, the X Rebirth modding community keeps tools like this alive. Version 1.10 is considered the "stable final edition" by its developer (user "Einstein" on the Egosoft forums). However, a community fork is exploring a version 1.11 that will include Steam Cloud save integration and a web-based export feature.

Troubleshooting Common Issues in Version 1.10

Even with a stable release, users may encounter hiccups. Here are solutions to the top three issues reported with version 1.10: The X Rebirth Catalog Tool 1

Issue 1: "Failed to load save—Out of Memory"

  • Solution: Your save file is extremely large (over 1GB). Close other applications (especially web browsers) and relaunch the tool. Alternatively, compress your save file to .gz format if it isn’t already.

Issue 2: Missing DLC wares

  • Solution: Ensure that the tool’s configuration file (config.ini) has the DLC flags set to true. Edit the file with Notepad and change ShowDLCWares=False to True for the Home of Light and Teladi Outpost.

Issue 3: Tool crashes upon scanning for NPCs

  • Solution: This is often caused by a corrupted crew name in the save. Use a text editor like Notepad++ to search your save for unusual characters (non-English letters). Version 1.10 includes a "skip corrupted entry" fallback, but if you encounter this, report it on the support thread.

Unearthing the Secrets of the Void: Why X Rebirth Catalog Tool 1.10 is a Modder’s Best Friend

In the vast, often unforgiving universe of X Rebirth, data is power. Whether you’re a trader calculating profit margins on Space Fuel, a miner hunting for that perfect Iridium vein, or a fleet commander trying to reverse-engineer a Xenon I, you need information. The problem? X Rebirth doesn’t just hand it to you. Community and Future Updates While Egosoft has moved

Enter the unsung hero of the modding community: X Rebirth Catalog Tool 1.10. On the surface, it sounds like a dry, utilitarian piece of software. But beneath that bland filename lies a skeleton key capable of unlocking the game’s very DNA.

The Real Magic: From Gibberish to Gold

To understand the power of this tool, let’s walk through a classic modding scenario: Fixing the "Over-Powered Taranis Destroyer."

The Taranis (a Xenon capital ship) has a main battery that fires too fast. To fix this, a modder needs to edit a specific XML file—bullets.xml—which is buried deep inside cat_04.dat. Without the Catalog Tool, that file is inaccessible.

Using X Rebirth Catalog Tool 1.10, the modder does this:

XRebirthCatalogTool.exe extract -in "E:\Steam\steamapps\common\X Rebirth\cat_04.dat" -out "C:\ModProject\" -filter "*bullets.xml*"

In one command, the tool drills into the archive, finds the exact file, and extracts it to the mod project folder. The modder edits the XML, changes the bullet’s rate value from 0.5 to 1.5, and then repacks it:

XRebirthCatalogTool.exe pack -in "C:\ModProject\extracted" -out "C:\ModProject\my_new_cat.dat"

Suddenly, the Taranis fires at a balanced, lore-friendly rate. Without version 1.10, this would have required manually hex-editing or using unstable, outdated extractors.

Go to Top