DmitriySalnikov / GodotPCKExplorer

Small program for exploring and extracting files from the Godot Engine PCK
MIT License
211 stars 15 forks source link

[Feature Request]: Restore textures and sounds from `imported` resources #12

Open DmitriySalnikov opened 10 months ago

DmitriySalnikov commented 10 months ago

Feature description

Convert the reading algorithm to read ctex and oggstr and possibly other formats and save them in the usual formats.

Implementation Ideas

Before extraction, add a checkbox to specify whether to restore imported files and if it is checked, then after export read .import files and try to find imported resources. If such resources are found, read their contents and convert them to familiar formats. The .import file seems to need fixing too.