diff --git a/ArcFormats/ArcFormats.csproj b/ArcFormats/ArcFormats.csproj
index 702dde3c..042b270b 100644
--- a/ArcFormats/ArcFormats.csproj
+++ b/ArcFormats/ArcFormats.csproj
@@ -458,6 +458,7 @@
+
PublicResXFileCodeGenerator
arcStrings.Designer.cs
diff --git a/ArcFormats/Strings/arcStrings.Designer.cs b/ArcFormats/Strings/arcStrings.Designer.cs
index 60b03f14..4e30a3fb 100644
--- a/ArcFormats/Strings/arcStrings.Designer.cs
+++ b/ArcFormats/Strings/arcStrings.Designer.cs
@@ -188,7 +188,7 @@ namespace GameRes.Formats.Strings {
}
///
- /// Looks up a localized string similar to FrontWing game resource archive.
+ /// Looks up a localized string similar to CatSystem2 engine resource archive.
///
public static string INTDescription {
get {
@@ -480,7 +480,7 @@ namespace GameRes.Formats.Strings {
}
///
- /// Looks up a localized string similar to ONScripter game engine resource archive.
+ /// Looks up a localized string similar to NScripter game engine resource archive.
///
public static string NSADescription {
get {
diff --git a/ArcFormats/Strings/arcStrings.ko-KR.resx b/ArcFormats/Strings/arcStrings.ko-KR.resx
index f09ca594..fb620b7a 100644
--- a/ArcFormats/Strings/arcStrings.ko-KR.resx
+++ b/ArcFormats/Strings/arcStrings.ko-KR.resx
@@ -152,7 +152,7 @@
암호화된 아카이브 생성이 구현되지 않았습니다.
- FrontWing 게임 리소스 아카이브
+ CatSystem2 게임 리소스 아카이브
숫자 값은 32-bit 16진법 정수여야합니다
@@ -233,7 +233,7 @@
Nitro+ Steins;Gate 리소스 아카이브
- ONScripter 게임 엔진 리소스 아카이브
+ NScripter 게임 엔진 리소스 아카이브
아카이브 형식
@@ -339,4 +339,4 @@
암호값 추측이 실패하였습니다.
적절한 암호체계를 선택하세요.
-
+
\ No newline at end of file
diff --git a/ArcFormats/Strings/arcStrings.resx b/ArcFormats/Strings/arcStrings.resx
index 96b6633f..29474f30 100644
--- a/ArcFormats/Strings/arcStrings.resx
+++ b/ArcFormats/Strings/arcStrings.resx
@@ -152,7 +152,7 @@ Choose appropriate encryption scheme.
Encrypted archives creation is not implemented.
- FrontWing game resource archive
+ CatSystem2 engine resource archive
Numeric key should be a 32-bit hexadecimal integer
@@ -233,7 +233,7 @@ predefined encryption scheme.
Nitro+ Steins;Gate resource archive
- ONScripter game engine resource archive
+ NScripter game engine resource archive
Archive type
diff --git a/GameRes/GameRes.csproj b/GameRes/GameRes.csproj
index 049ecfe3..1a9f4c23 100644
--- a/GameRes/GameRes.csproj
+++ b/GameRes/GameRes.csproj
@@ -82,6 +82,7 @@
+
PublicResXFileCodeGenerator
garStrings.Designer.cs