Twitch Drops!?Whats The Point?
-
Whats the point of twitch drops if you don't get the packs? lol I was in little man's ,koogs and itsplayfuls stream literally the entire time they were live on Saturday and Sunday and I'm not sure what days they come or if its a certain day but I never received any packs at all...Anyone else have this problem??
-
Have you tried disconnecting your link to twitch and then reconnecting it? It needs to be connected both on the game side and the Twitch side.
-
@JayJonez187 This happens every year and they don’t seem to care.
-
@GoozeFn_PSN The real question is: why do some players get their drops while others don't? That is the real puzzle.
-
@Blind_Bleeder I didn’t get any last year or the year before. They couldn’t figure it out. This year I got them from the pre release streams. Then I stopped getting them. Got some weeks after the first drops weekend. Still haven’t got any from this weekend. They give me some BS that it’s been passed on for further review, but nothing ever happens.
-
@GoozeFn_PSN That's what I mean. It's a puzzle why this happens.
-
It's like one of those Leonard Nimoy Unsolved Mysteries.
Edit:
Actually, it was 'In search of,' with LN! -
@JayJonez187 said in Twitch Drops!?Whats The Point?:
Whats the point of twitch drops if you don't get the packs? lol I was in little man's ,koogs and itsplayfuls stream literally the entire time they were live on Saturday and Sunday and I'm not sure what days they come or if its a certain day but I never received any packs at all...Anyone else have this problem??
Do you actually go into your Twitch account to "claim" them? That was a new addition at one point.
-
I think I found the module that determines if a Twitch Drop is given to a player: (If I get banned for this - nice knowing you all)
import struct # Define the UserItem structure class UserItem: def __init__(self): self.Beef = "" # Function to release a Twitch drop def TwitchDropRelease(UserNumber): # Open UserDatabase.dat for random access with open("UserDatabase.dat", "rb+") as file: # Calculate the offset based on the record size offset = UserNumber * struct.calcsize("6s") # Move the file pointer to the appropriate position file.seek(offset) # Read the UserItem structure at the specified position user_item = UserItem() # Read the binary data into the UserItem structure data = file.read(struct.calcsize("6s")) user_item.Beef = struct.unpack("6s", data)[0].decode() # Update the Finger attribute based on the condition if user_item.Beef == "1": Finger = "Middle" else: Finger = "None" # Return the Finger value return Finger
(yeah - I paused a game to do this, which was fine because I play offline)
-
A couple of things. As mentioned you do have to go into the twitch drops inventory and claim them.
Last year, or maybe the year before, I was not getting them and went to my account on this site and it wanted me to create a Show.com account in addition to my PS account. I had never needed it before but once I created it Twitch Drops began working for me again.
-
@JayJonez187 said in Twitch Drops!?Whats The Point?:
Whats the point of twitch drops if you don't get the packs? lol I was in little man's ,koogs and itsplayfuls stream literally the entire time they were live on Saturday and Sunday and I'm not sure what days they come or if its a certain day but I never received any packs at all...Anyone else have this problem??
I haven't received a Twitch pack in years; even though they've been claimed.
-
I used to love the "twitch drops for all" weekends. Until they hardcapped them at...5? I think this year? So yeah, we're still getting the free packs but holy hell.
-
@Dolenz This isn’t the problem. I’ve gotten them before. I know how it works. It’s an ongoing problem year to year. This year has been better, but I still haven’t gotten my packs from last weekend. It took a few weeks to get my packs from the last drop weekend.
-