From eed2cb2f8325e606a8fa4fac492e0db2d7a3cb10 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Tue, 14 Jan 2014 07:27:51 +0000 Subject: [PATCH] README.md update. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4cec8ad8..a32acc61 100644 --- a/README.md +++ b/README.md @@ -204,9 +204,10 @@ On encountering an error, it will print an error message to the console, and wil The converter does not perform a lossless conversion. The following do not get transferred into the new masterlist: -* Silent comments. -* Requirement messages containing plugin filenames. -* Dirty message content. The ITM, UDR and Navmesh counts, along with CRCs and the dirty utility referenced are transferred, but any additional content, such as links to additional instructions, are lost. +* Silent comments. (Search regex: `^IF(NOT)?.+MOD:`.) +* Plugin conditions. (Search regex: `REQ:.+(\.esp|\.esm).`) +* Requirement messages containing plugin filenames. (Search regex: `^(/\*|//)`.) +* Dirty message content. The ITM, UDR and Navmesh counts, along with CRCs and the dirty utility referenced are transferred, but any additional content, such as links to additional instructions, are lost. (Search regex: `DIRTY:`.) In addition, while other data is retained, it needs some manual adjustment, eg. translated messages need are converted as separate messages and should be placed into message content objects.