You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remix Logic introduces a powerful paradigm to introduce a new layer of control for remix mods.
10
+
11
+
Once basic asset replacements have been done, Modders often want to make the replacement content react to the state of the game. The Remix Logic system provides a flexible way to sense what's happening in the game, make decisions based on that information, and then apply visual changes accordingly. This unlocks a whole new layer of dynamic visuals.
12
+
13
+
```{seealso}
14
+
See also the [Remix Logic Component Documentation](https://github.com/NVIDIAGameWorks/dxvk-remix/blob/main/documentation/RemixLogic.md) in the DXVK Remix repository.
15
+
```
16
+
17
+
***
18
+
19
+
<sub>Need to leave feedback about the RTX Remix Documentation? [Click here](https://github.com/NVIDIAGameWorks/rtx-remix/issues/new?assignees=nvdamien&labels=documentation%2Cfeedback%2Ctriage&projects=&template=documentation_feedback.yml&title=%5BDocumentation+feedback%5D%3A+) </sub>
0 commit comments