Added *.xml.rawappend suffix to preserve whitespace in 'misc.xml'
This commit is contained in:
parent
bdda972091
commit
3bd41687dd
4 changed files with 77 additions and 22 deletions
|
@ -14,6 +14,7 @@ Changelog
|
|||
- Added a Validate warning for junk files named '.dropbox'
|
||||
- Added a check during patching to skip junk files
|
||||
- Added an error popup when the jar is double-clicked
|
||||
- Added *.xml.rawappend suffix to preserve whitespace in 'misc.xml'
|
||||
- Minor optimizations to reduce memory usage
|
||||
|
||||
1.4:
|
||||
|
|
|
@ -197,6 +197,22 @@ Advanced XML
|
|||
edit in the wake of earlier ones.
|
||||
|
||||
|
||||
Raw Appending
|
||||
|
||||
FTL is quirky. Occasionally you may need to include non-standard XML in a
|
||||
mod without elaborate parsing. For instance, "misc.xml" defines phrases
|
||||
for localization, which may begin/end with a space. Normally, this
|
||||
whitespace would be trimmed away, leading to ugly results in-game.
|
||||
|
||||
If your mod has a file named "misc.xml.rawappend", the content of that
|
||||
file will be tacked onto the end of "misc.xml". Line-endings and encoding
|
||||
will be standardized, but Slipstream will make no attempt to
|
||||
(mis)understand the tags of either file.
|
||||
|
||||
You can still override existing tags by adding your own with the same
|
||||
name attribute.
|
||||
|
||||
|
||||
Commandline
|
||||
|
||||
Running Slipstream from a prompt can speed up development...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue