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
Copy file name to clipboardExpand all lines: advanced-topics/index.xml
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,20 @@ This way, they can be integrated with default game effects.</p>
9
9
<p>Currently only way to create new layouts is by editing the json files in Aurora&rsquo;s installation folder.</p>
10
10
<p>You can save your layouts as <strong>custom_keyboard.json</strong>, <strong>custom_mouse.json</strong>,
11
11
<strong>custom_mousepad.json</strong>, <strong>custom_headset.json</strong> or <strong>custom_chroma.json</strong></p>
12
-
<p>This naming is recommended as you will lose your changes if new layout updates are downloaded</p></description></item><item><title>Overrides System</title><link>https://www.project-aurora.com/Docs/advanced-topics/overrides-system/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.project-aurora.com/Docs/advanced-topics/overrides-system/</guid><description><p>The overrides system is an an advanced system that allows you to override the properties of layers with other values that are evaluated each frame. This allows for a huge amount of control and customizability with your lighting that layers on their own cannot provide. You can still get fairly customization layers without this system, so do not worry if you don&rsquo;t understand it. This is a feature mainly for advanced users.</p></description></item><item><title>State Variables</title><link>https://www.project-aurora.com/Docs/advanced-topics/state-variables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.project-aurora.com/Docs/advanced-topics/state-variables/</guid><description><h1 id="what-are-state-variables">What are State Variables?</h1>
12
+
<p>This naming is recommended as you will lose your changes if new layout updates are downloaded</p></description></item><item><title>Global Variables</title><link>https://www.project-aurora.com/Docs/advanced-topics/global-variables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.project-aurora.com/Docs/advanced-topics/global-variables/</guid><description><p>Global variables are generic variables that are not specific to a profile.
13
+
They are mainly used for developers to easily integrate Aurora with applications.</p>
</span></span></code></pre></div><p>Variables will by sorted by their types in Aurora-RGB.</p>
22
+
<p>You can see current values on <a href="http://localhost:9088/variables">http://localhost:9088/variables</a> endpoint.</p>
23
+
<h2 id="using-state-variables">Using State Variables</h2>
24
+
<p>Global variables are used similar to <a href="https://www.project-aurora.com/Docs/advanced-topics/state-variables/">State Variables</a>.
25
+
Instead of selecting a variable from a drop down list, you need to type the name of the variable in a &ldquo;Global Variable&rdquo; function.</p></description></item><item><title>Overrides System</title><link>https://www.project-aurora.com/Docs/advanced-topics/overrides-system/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.project-aurora.com/Docs/advanced-topics/overrides-system/</guid><description><p>The overrides system is an an advanced system that allows you to override the properties of layers with other values that are evaluated each frame. This allows for a huge amount of control and customizability with your lighting that layers on their own cannot provide. You can still get fairly customization layers without this system, so do not worry if you don&rsquo;t understand it. This is a feature mainly for advanced users.</p></description></item><item><title>State Variables</title><link>https://www.project-aurora.com/Docs/advanced-topics/state-variables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.project-aurora.com/Docs/advanced-topics/state-variables/</guid><description><h1 id="what-are-state-variables">What are State Variables?</h1>
13
26
<p>State Variables are numeric, boolean (true/false) or string (sequence of letters) values
14
27
that can be obtained and dynamically updated by Aurora as it is running.
15
28
Layers such as the Percent Effect Layer or the Animation Layer
0 commit comments