Author Topic: External Text Source Distribution (exceptions to Text Replacing)  (Read 399 times)

zvykov

  • Newbie
  • *
  • Posts: 23
Hi, Jan!
I've been using Magic RDS for a long time, it's a great program. Recently I needed additional output of processed sources to a txt file. I managed to set up saving itself, but I encountered the fact that it doesn't need a text replaycing, which I use for rds output. Is it possible to somehow distribute the use of a text replaycing between different outputs/connections or, maybe, there is another idea on how to do this?
Thanks.

Jan

  • Hero Member
  • *****
  • Posts: 1182
Re: External Text Source Distribution (exceptions to Text Replacing )
« Reply #1 on: March 31, 2025, 04:06:55 pm »
For each line in the Text Replacing box, you may specify the Output(s) or Source(s) which applies to. If nothing is specified, it applies to all.

To process the line only by Output ID 1:

Code: [Select]
Change                     To
%OUTPUT1%Unwanted text     Final Text


To process the line only by Source ID 1:

Code: [Select]
Change                     To
%SOURCE1%Unwanted text     Final Text


To avoid the Text Replacing completely for specified Output, type this:

Code: [Select]
Change                   To
%OUTPUT2%%REGEXP%.*      %END%

so all lines below will not be processed by Output ID 2.


If you select the line by mouse and then rightclick, you may move the line or enter a new line between existing lines.