> For the complete documentation index, see [llms.txt](https://twist-1.gitbook.io/hammer5tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://twist-1.gitbook.io/hammer5tools/tools/publish-your-docs/replacements.md).

# Replacements

### Overview

The program processes each file by replacing all variables of the specified string from the source line with the destination line.

<figure><img src="https://1853659043-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHOaVzlMa1Hn8OxqfYLKn%2Fuploads%2FiKUlfaih6CrECC2DFHk0%2Fimage.png?alt=media&amp;token=f63ae301-f85c-416d-afd6-3a3793af6c11" alt=""><figcaption></figcaption></figure>

### Variables

Right-click to open a context menu with variables. Currently, there are only two variables: asset name and folder path. The asset name variable depends on the processing algorithm in use, while the folder path is always relative to the addon.

{% tabs %}
{% tab title="Input" %} <mark style="color:purple;">filename = "#$FOLDER\_PATH$#/#$ASSET\_NAME$#.fbx"</mark>
{% endtab %}

{% tab title="Output" %} <mark style="color:purple;">filename = "sounds/bird\_01.fbx"</mark>
{% endtab %}
{% endtabs %}
