From 6be7f0b754e771e1293c125232b834f2c1886f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Andr=C3=A9?= Date: Sat, 2 Sep 2023 11:13:04 -0300 Subject: [PATCH] Unescape Bug Fix in old games --- CatSceneEditor/CSTHelper.cs | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CatSceneEditor/CSTHelper.cs b/CatSceneEditor/CSTHelper.cs index dd41160..43c53a4 100644 --- a/CatSceneEditor/CSTHelper.cs +++ b/CatSceneEditor/CSTHelper.cs @@ -179,7 +179,7 @@ private void FakeDecode(ref string Line, bool Decode) { } } - List Prefixs = new List(new string[] { "\\n", "\\@", "\\r", "\\pc", "\\pl", "\\pr", "\\wf", "\\w", "\\fr", "\\fnl","\\fss", "\\fnn", "\\fll", "\\fn", "\\ti", "\\f", " ", "-" }); + List Prefixs = new List(new string[] { "\\n", "\\@", "\\r", "\\pc", "\\pl", "\\pr", "\\wf", "\\w", "\\fr", "\\fnl","\\fss", "\\fnn", "\\fll", "\\fn", "\\ti", "\\f", " ", "-", " " }); private void CutString(ref string String, uint ID, bool Cutted) { string Prefix = string.Empty; while (GetPrefix(String) != null) { diff --git a/README.md b/README.md index 9a241e0..14a57c3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Buy Me a Coffee at ko-fi.com -## CatSceneEditor (CSE) - v1.4 -[![Build Status](https://travis-ci.org/ForumHulp/pageaddon.svg?branch=master)](http://vnx.uvnworks.com) +## CatSceneEditor (CSE) - v1.5 +[![Build Status](https://ci.appveyor.com/api/projects/status/github/marcussacana/catsceneeditor?branch=master&retina=true)](https://ci.appveyor.com/project/marcussacana/catsceneeditor) A C# version of CatSystem2 Translation Tools