mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-08-30 18:55:18 +00:00
chore!: change unlinker output default (#958)
* chore!: change default --output-folder of Unlinker * chore: log where the zone is being dumped to
This commit is contained in:
@@ -254,6 +254,7 @@ namespace
|
||||
|
||||
auto* objWriter = IObjWriter::GetObjWriterForGame(zone.m_game_id);
|
||||
|
||||
con::info("Dumping zone {} into folder \"{}\"", zone.m_name, outputFolderPath.string());
|
||||
auto result = objWriter->DumpZone(context);
|
||||
|
||||
if (m_args.m_use_gdt)
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
class UnlinkerArgs
|
||||
{
|
||||
public:
|
||||
static constexpr const char* DEFAULT_OUTPUT_FOLDER = "zone_dump/zone_raw/?zone?";
|
||||
static constexpr const char* DEFAULT_OUTPUT_FOLDER = "zone_dump/?game?/?zone?";
|
||||
|
||||
private:
|
||||
ArgumentParser m_argument_parser;
|
||||
|
||||
Reference in New Issue
Block a user