Solved [BUG] 2nd player didn't get Club card

Niborius

Greenhorn
Hi!

So my friend and I both completed the Mysterious Qi quest.
My friend, who is the second player in the server, actually completed it first, but after she clicked on the lumber pile and seemingly received the Club card, it never got into her key items wallet.

Now I also completed the quest today and was able to get the club card and make the bouncer disappear, but she still can't get into the casino, she'll just be teleported back to the entrance of Sandy's store.

I found a few other posts about this on the forum but I couldn't find a solution for it.
I guess editing the save file might work but I don't want to if it's a risk that can maybe disable achievements or corrupts the savegame (I don't know, never used it).

Any tips? Thanks in advance!
 
Last edited by a moderator:
That's very odd.
Save editing would work.
There's nothing that would disable achievements; that game is very lax. And, well there's always a slight issue of breaking a save due to a typo.
But, that can easily be undone, and even more so if you always ensure there's a backup before editing.

The wiki has a quick, basic run-through on editing: https://stardewvalleywiki.com/Saves#Edit_a_save

Now within the save; search for 'hasclubcard'. You should something similar to the following:
Code:
<hasClubCard>false</hasClubCard>

In your farmer's section of the save it'll be set to true. Search for your friend's section, and change it from false to true.
That'll give them the card. Save, the file, and y'all will be all set.
 
Top