mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
All cooked resources extracting; decompression bug-fixes
This commit is contained in:
@@ -17,14 +17,14 @@ class PAKBridge
|
||||
HECL::Database::Project& m_project;
|
||||
const NOD::DiscBase::IPartition::Node& m_node;
|
||||
PAK m_pak;
|
||||
|
||||
static ResExtractor LookupExtractor(const PAK::Entry& entry);
|
||||
|
||||
public:
|
||||
PAKBridge(HECL::Database::Project& project, const NOD::DiscBase::IPartition::Node& node);
|
||||
const std::string& getName() const {return m_node.getName();}
|
||||
std::string getLevelString() const;
|
||||
bool extractResources(const HECL::ProjectPath& dirOut);
|
||||
bool extractResources(const HECL::ProjectPath& dirOut,
|
||||
const HECL::ProjectPath& cookedOut,
|
||||
bool force);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user