missed.
This commit is contained in:
@@ -127,14 +127,6 @@ namespace AssetStudio
|
|||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static bool IsReadable(string path, Game game)
|
|
||||||
{
|
|
||||||
var reader = new FileReader(path);
|
|
||||||
reader = reader.PreProcessing(game);
|
|
||||||
reader.Dispose();
|
|
||||||
return reader.FileType != FileType.ResourceFile;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class FileReaderExtensions
|
public static class FileReaderExtensions
|
||||||
@@ -172,6 +164,9 @@ namespace AssetStudio
|
|||||||
case GameType.AnchorPanic:
|
case GameType.AnchorPanic:
|
||||||
reader = DecryptAnchorPanic(reader);
|
reader = DecryptAnchorPanic(reader);
|
||||||
break;
|
break;
|
||||||
|
case GameType.DreamscapeAlbireo:
|
||||||
|
reader = DecryptDreamscapeAlbireo(reader);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (reader.FileType == FileType.BundleFile && game.Type.IsBlockFile())
|
if (reader.FileType == FileType.BundleFile && game.Type.IsBlockFile())
|
||||||
|
|||||||
Reference in New Issue
Block a user