Turbo-Beaver: Unbelievable how CDPR has fallen since their "FCK DRM" times:
https://web.archive.org/web/20200317220045/https://fckdrm.com/
I wonder if they still remember they put an actual quest in
The Witcher 3 whose very purpose was to mock DRM:
https://witcher.fandom.com/wiki/The_Tower_Outta_Nowheres CDPR of 2022 is a travesty of what they used to stand for only a couple of years ago.
JunglePredator: Setting RewardState= to true unlocks the armour set in a new game; though unlike the rewards page indicates you don't get a letter from yennefer right away... instead it was located with the items in the chest in vizima.
Turbo-Beaver: I don't think it's that simple. RewardsState= is not a Boolean flag. As far as I can tell, regardless of the login state, you always get the McDonald's livery armor (the red and yellow White Tiger) and the first letter from Yennefer. Then, once you reach the chest, the Dol Blathanna armor is either there or is not, and the second letter from Yennefer, also to be found there, differs accordingly.
All this logic is hard-coded in the witcher.exe file, so it's possible to (1) mod the executable to always grant the DRM-fenced items, or (2) redirect and spoof the JSON response from the HTTP server - the URL is:
https://rewards.live.cdpred.services/v1/users/%llu/products/the_witcher_3_wild_hunt/rewards (where %llu is an ID number). (As for (2), since the new version of the game tries to connect to the Internet on every startup, even with no telemetry consent, it might be worth doing something about it anyway.)
But the easiest bypass is to (3) just give yourself the items using the console:
additem('Dol Blathanna Armor')
additem('Dol Blathanna Boots')
additem('Dol Blathanna Gloves')
additem('Dol Blathanna Pants')
additem('Dol Blathanna longsword')
additem('White Widow of Dol Blathanna')
JunglePredator: There's probably no way to get the gwent unlock of course since that uses a central server... I had thought the gwent card was for the Witcher 3 gwent but it's for their online gwent game sadly.
Turbo-Beaver: additem('gwint_card_roach')
Not that any of these are worth it anyway. But it's a matter of principle.
Between this and the lack of successor to GOG Downloader, CDPR is now making the experience worse for their most loyal customers. To download the new version without Galaxy, I just had to click 23 times in 3-4 minute intervals. If someone never bought it and gets it "elsewhere," I presume all it takes is 2 clicks at most. CDPR has completely lost the plot.
I did not realize there was a second set; I'll have to poke at it later tonight. Off hand it does seem to have only give the White Tiger set.
Thanks for pointing it out.