Skip to content

Commit dd385fb

Browse files
Merge branch 'PR-105-imgui-theme' into 'main'
[PR:105][REMIX-4507] UI theme selector, compact / large UI modes, general UI improvements Closes PR-105 and REMIX-4507 See merge request lightspeedrtx/dxvk-remix-nv!1742
2 parents ed25bbd + 37b06bf commit dd385fb

File tree

6 files changed

+528
-83
lines changed

6 files changed

+528
-83
lines changed

RtxOptions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,12 +303,15 @@ Tables below enumerate all the options and their defaults set by RTX Remix. Note
303303
|rtx.freeCameraTurningSpeed|float|1|||Free camera turning speed \(applies to keyboard, not mouse\) \[radians/s\]\.|
304304
|rtx.fusedWorldViewMode|int|0|||Set if game uses a fused World\-View transform matrix\.|
305305
|rtx.graphicsPreset|int|5|||Overall rendering preset, higher presets result in higher image quality, lower presets result in better performance\.|
306+
|rtx.gui.backgroundAlpha|float|0.9|||A value controlling the alpha of the GUI background\.|
307+
|rtx.gui.compactGui|bool|False|||A setting to toggle between compact and spacious GUI modes\.|
306308
|rtx.gui.hudMessageAnimatedDotDurationMilliseconds|int|1000|||A duration in milliseconds between each dot in the animated dot sequence for HUD messages\. Must be greater than 0\.<br>These dots help indicate progress is happening to the user with a bit of animation which can be configured to animate at whatever speed is desired\.|
307309
|rtx.gui.legacyTextureGuiShowAssignedOnly|bool|False|||A setting to show only the textures in a category that are assigned to it \(Unassigned textures are found in the new "Uncategorized" list at the top\)\.<br>Requires: 'Split Texture Category List' option to be enabled\.|
308310
|rtx.gui.reflexStatRangeInterpolationRate|float|0.05|||A value controlling the interpolation rate applied to the Reflex stat graph ranges for smoother visualization\.|
309311
|rtx.gui.reflexStatRangePaddingRatio|float|0.05|||A value specifying the amount of padding applied to the Reflex stat graph ranges as a ratio to the calculated range\.|
310312
|rtx.gui.showLegacyTextureGui|bool|False|||A setting to toggle the old texture selection GUI, where each texture category is represented as its own list\.|
311313
|rtx.gui.textureGridThumbnailScale|float|1|||A float to set the scale of thumbnails while selecting textures\.<br>This will be scaled by the default value of 120 pixels\.<br>This value must always be greater than zero\.|
314+
|rtx.gui.themeGui|int|0|||A setting controlling the active GUI theme\.|
312315
|rtx.hashCollisionDetection.enable|bool|False|||Enables hash collision detection\.|
313316
|rtx.hideSplashMessage|bool|False|||A flag to disable the splash message indicating how to use Remix from appearing when the application starts\.<br>When set to true this message will be hidden, otherwise it will be displayed on every launch\.|
314317
|rtx.ignoreAllVertexColorBakedLighting|bool|False|||If true, all baked lighting bound to all vertex colors will be ignored\.|

0 commit comments

Comments
 (0)