Compare commits

..

No commits in common. "main" and "v1.0" have entirely different histories.
main ... v1.0

3 changed files with 5 additions and 7 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>Linkrealms_Extractor</RootNamespace>
</PropertyGroup>

View File

@ -26,7 +26,6 @@ namespace Linkrealms_Extractor
});
}
br = new(File.OpenRead(Path.GetDirectoryName(args[0]) + "//" + Path.GetFileNameWithoutExtension(args[0]) + ".pak"));
foreach (Subfile file in data)
{
br.BaseStream.Position = file.start;

View File

@ -1,5 +1,4 @@
# Linkrealms Extractor
Extracts the resources from Linkrealms idx/pak files. Drag either one onto the application,</br>
and it will read both the idx file for file names and locations, and the pak file of the same name for the file data.
Unfortunately, the game is no longer avalible for purchase on steam. If you have it in your library,</br>you can still reinstall it with steam://install/402450.
# Linkrealms-Extractor
Extracts the resources from Linkrealms idx/pak files. Drag either one onto the application, and it will read both the idx file for file names and locations, and the pak file of the same name for the file data.
<br>
Unfortunately, the game is no longer avalible for purchase on steam. If you have it in your library, you can still reinstall it.