• Hi Guest! To get rid of ads on the page, please consider donating through user upgrades or other methods.

Buddy Version 5.9.3.2

Status
Not open for further replies.
Version 5.9.3.2

The most requested feature since 2017 (update 5.8.7.0) to be supported in addon's patches.
I hope this feature will be REAL handy for the modders out there <3


Code:
Version 5.9.3.2
+ Added: Line breaks has been added to patches for addons

Here's a small example of how it works.

Code:
FileName = config[bit].dat.files\\release.config2.xml
Search = <?xml version="1.0" encoding="utf-8"?>NewLine<config major-version="1" minor-version="1" module="release" release-module="LocalizationData" release-side="client">
Replace = <?xml version="1.0" encoding="utf-8"?>NewLine<config major-version="1" minor-version="1" module="release" release-module="LocalizationData" release-side="client">NewLine<patch name="test">NewLine</patch>
Description = Multiline test

Remember, if the element has whitespaces in front of them, you have to include them in the search string and replace the linebreak with NewLine text.
 
Status
Not open for further replies.
Top Bottom