Compare commits

..

2 Commits
v1.0.0 ... main

Author SHA1 Message Date
NintenHero 9fa5c0b93a
Create README.md 2024-06-01 16:40:46 -05:00
Michael Hinrichs 914fe075f1 Change project name 2024-06-01 16:39:19 -05:00
4 changed files with 6 additions and 4 deletions

View File

@ -3,7 +3,7 @@ using System.IO;
using System.IO.Compression;
using System.Collections.Generic;
namespace Ragnarok_Online_Extractor
namespace Ragnarok_Online_2_Extractor
{
class Program
{
@ -13,7 +13,7 @@ namespace Ragnarok_Online_Extractor
{
br = new BinaryReader(File.OpenRead(args[0]));
if (new string(br.ReadChars(8)) != "VDISK1.1")
throw new System.Exception("Not a Ragnarok Online VDK file.");
throw new System.Exception("Not a Ragnarok Online 2 VDK file.");
path = Path.GetDirectoryName(args[0]) + "\\";
int unknown1 = br.ReadInt32();

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# Ragnarok Online 2 Extractor
A tool to extract from VDK files found in the game [Ragnarok Online 2](https://store.steampowered.com/app/231060).

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>Ragnarok_Online_Extractor</RootNamespace>
<RootNamespace>Ragnarok_Online_2_Extractor</RootNamespace>
</PropertyGroup>
</Project>

View File

@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.34407.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ragnarok-Online-Extractor", "Ragnarok-Online-Extractor.csproj", "{4F5DD50B-1676-47E0-9236-11D1B2EE86EF}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ragnarok-Online-2-Extractor", "Ragnarok-Online-2-Extractor.csproj", "{4F5DD50B-1676-47E0-9236-11D1B2EE86EF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution