Comments on: zwift-login https://zwifthacks.com Make it easy to ride more.... Sat, 30 Nov 2024 11:06:47 +0000 hourly 1 https://wordpress.org/?v=7.0.2 By: Jesper [ZwiftHacks] https://zwifthacks.com/zwift-login/#comment-14437 Sat, 30 Nov 2024 11:06:47 +0000 http://rosenlundnielsen.dk/zwift/?page_id=27#comment-14437 In reply to Riccardo.

It would require some changes to the zwift-login.script but is doable for anyone with just a tiny bit of coding skills (see guidance below).

You have to be aware that the passwords are not securely saved, so I would not recommend using zwift-login in a public setting where one user potentially could find the passwords of other users.

The changes needed are:

Line 133: Change
Loop, 5 {
to
Loop, 30 {

After line 229:
Add additional lines for the values 6-30 like this:
Gui, Add, Radio, xp+30 yp gRadioSlot5, 6
et cetera.

Line 760: Change
Loop, 5
to
Loop, 30

Line 895: Add extra blocks for each of the value 6-30 like this:
RadioSlot5:
Slot := 6
SaveSlotToIni()
LoadFromIni()
SetGuiInitialState()
Return

Line 760: Change
Loop, 5
to
Loop, 30

]]>
By: Riccardo https://zwifthacks.com/zwift-login/#comment-14409 Mon, 18 Nov 2024 11:27:15 +0000 http://rosenlundnielsen.dk/zwift/?page_id=27#comment-14409 Thank you so much for your work!
I would like to have the possibility to manage 30 user logins, but currently, I can only see the option to use 5 users maximum.
Thank you for your kind reply!

]]>
By: Mav https://zwifthacks.com/zwift-login/#comment-14395 Wed, 13 Nov 2024 11:00:58 +0000 http://rosenlundnielsen.dk/zwift/?page_id=27#comment-14395 Came here for those like me trying to get zwift running with Steam link in Steam big picture.
I tried adding zwift to steam, and launching it remotely, however it didnt work with the launcher screen.
Grabbed Jespers program and the other pre reqs. installed them, ticked the leave running for steam setting, add the zwiftlogin +launch to steam.
Hey Presto! it works now, boots up easily and runs much smoother on the streaming PC.
Trainer is connected via the phone, along with HR monitor.

Thanks

Jesper

]]>
By: Ivan Santiago https://zwifthacks.com/zwift-login/#comment-10417 Sun, 31 Dec 2023 20:07:00 +0000 http://rosenlundnielsen.dk/zwift/?page_id=27#comment-10417 Thank you

]]>
By: Jesper [ZwiftHacks] https://zwifthacks.com/zwift-login/#comment-5606 Tue, 26 Apr 2022 16:00:54 +0000 http://rosenlundnielsen.dk/zwift/?page_id=27#comment-5606 In reply to Matt Watkins.

You’re welcome 🙂

]]>
By: Matt Watkins https://zwifthacks.com/zwift-login/#comment-5605 Tue, 26 Apr 2022 15:59:59 +0000 http://rosenlundnielsen.dk/zwift/?page_id=27#comment-5605 Hey Jesper,
I just wanted to say thank you for the awesome work you’ve put in to these tools. It’s really very much appreciated!
Cheers!
Matt.

]]>
By: Mostafa Mossaad https://zwifthacks.com/zwift-login/#comment-4601 Fri, 04 Feb 2022 18:45:21 +0000 http://rosenlundnielsen.dk/zwift/?page_id=27#comment-4601 In reply to Jesper [ZwiftHacks].

Excellent. I think that solved it for me. (The bottom of the screen still shows “Loading login screen” and “Filling fields”. Just an FYI). Thank you very much.

]]>
By: Jesper [ZwiftHacks] https://zwifthacks.com/zwift-login/#comment-4599 Fri, 04 Feb 2022 14:33:45 +0000 http://rosenlundnielsen.dk/zwift/?page_id=27#comment-4599 In reply to Mostafa Mossaad.

The sequence always include Change User because it made the internal logic much easier and saves a lot of troubleshooting in scenarios with multiple users of the same Zwift setup.

You can skip it adding the /nouser switch to the start menu shortcut to zwift-login. In your case you could also add /launch – then it will be a fully automated launch of Zwift when you start zwift-login.

I just added the description of /nouser to this page (it was in the latest release notes).

]]>
By: Mostafa Mossaad https://zwifthacks.com/zwift-login/#comment-4598 Fri, 04 Feb 2022 13:31:15 +0000 http://rosenlundnielsen.dk/zwift/?page_id=27#comment-4598 Hello,
Brilliant idea.

I’m not sure if this is the expected behavior, but why does the sequence “always” involve pressing the “Change User” button? And is there any way where I can skip that?

I’m the only user of Zwift.

My expectation is a single shortcut click, that would automatically “/launch” zwift and takes me straight away to the pairing screen.

Thank you very much.

]]>
By: Jesper [ZwiftHacks] https://zwifthacks.com/zwift-login/#comment-4312 Sun, 16 Jan 2022 10:16:45 +0000 http://rosenlundnielsen.dk/zwift/?page_id=27#comment-4312 In reply to Gav.

Unfortunately I do not know of anything similar for macOS.

]]>