Question about boot state #124
-
|
Alright so I've got my script finished for my quad fans. It's working better then the official software in that I don't have to manually turn on the software for my lights to change. As it stands, they automatically go to my settings when I sign in to windows. But i'd like it so that even while booting they are my preferred solid orange color. I would rather not see the ugly rainbow pattern at all if possible. I read in profile state section that when making boot profiles the ttcontroller.exe.config needs to have the line about saving state to boot once changed from true to false. Problem is, when I do that the software stops recognizing my controllers. Plus, the config file seems edit itself back to true after I reboot the software anyway. Kinda confused. Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
It is possible that Riing Quad does not support saving a default profile.
Not quite sure why, the default/boot profile is set after initializing the controller.
That is explained in the docs, the default/boot profiles are saved only once, and if you want to change/update them you have to make the service think it didnt yet set the boot profiles by changing the config from |
Beta Was this translation helpful? Give feedback.
-
|
I thought that's what you meant at first, but then I started thinking you
meant I was missing a color gradient (the placement of which confused me).
I'll make that change when I get home today and report back to you. 👍
…On Wed, Jan 20, 2021, 7:05 AM MoshiMoshi0 ***@***.***> wrote:
I dont understand what you mean, replace "Colors" to "Color" in boot
profile.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#124 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASQXXMYY7SVYXTMDBBPXO6LS23IK7ANCNFSM4WJFZPSQ>
.
|
Beta Was this translation helpful? Give feedback.
It is possible that Riing Quad does not support saving a default profile.
Please set the log level to trace by changing:
<logger name="*" minLevel="Info" writeTo="file" enabled="true" />to:
<logger name="*" minLevel="Trace" writeTo="file" enabled="true" />in
TTController.Service.exe.Configfile.Then remove
<add key="boot-profile-saved" value="True" />line if present and start the service in console mode, stop it after 5 seconds and post the late…