For example, this happens to me today with risk of rain 2

Only a steam user will understand, when you sell all your cards and some of your favorites skins to buy a new game that you really want, but when you get the money, the sale ended 5 minutes ago

4 years ago

Comment has been collapsed.

Deleted

This comment was deleted 1 year ago.

4 years ago
Permalink

Comment has been collapsed.

#rememberthekonrad

4 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 1 year ago.

4 years ago
Permalink

Comment has been collapsed.

I created a userscript that loads my favorite backgrounds randomly :D

I personally don't care if everyone sees it or not so it is perfect for me

4 years ago
Permalink

Comment has been collapsed.

That sounds like a nice script. If there's a way to customize what backgrounds it uses, would you mind sharing?

4 years ago
Permalink

Comment has been collapsed.

Ofc i can share. Someone else from Reddit helped my create btw (thanks from here :)

// ==UserScript==
// @name         Steam Random Background
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  try to take over the world!
// @author       You
// @match        https://steamcommunity.com/id/jfmugen/    (CHANGE HERE TO YOUR OWN PROFILE)
// @grant        none
// @run-at       document-start
// ==/UserScript==

(function() {
    'use strict';

    document.addEventListener("DOMContentLoaded", function() {

        var imagesArray = [

"https://steamcdn-a.akamaihd.net/steamcommunity/public/images/items/44350/deafa6e8db92914952b6a1be6e40737ee3cb2b16.jpg",
"https://steamcdn-a.akamaihd.net/steamcommunity/public/images/items/383870/f42a85705dcb548ce6d26dc657630dc72b03d7d0.jpg",
"https://steamcdn-a.akamaihd.net/steamcommunity/public/images/items/583660/361fda7dfb819158079afbf50b7ca13d1ffa6468.jpg",
"https://steamcdn-a.akamaihd.net/steamcommunity/public/images/items/48700/1454162df0d724caefc9916b13d1db7a89f5640a.jpg",
"https://steamcdn-a.akamaihd.net/steamcommunity/public/images/items/245070/27803d45223a5efbf817c9f6f5728760523807a5.jpg",

        ];

        const background = document.querySelector('div.profile_page');
        const randomImage = imagesArray[Math.floor(Math.random() * imagesArray.length)];
        background.style.backgroundImage = 'url('+randomImage+')';
        background.style.backgroundColor = 'black';
        background.style.backgroundSize = 'contain';

    });

})();

Basically replace image links. You can use any .jpg link. (I personally created Imgur links for example. It should be a direct link tho (.jpg in the end))

Be careful about commas (,) and quotes (") btw. They are essential.

4 years ago*
Permalink

Comment has been collapsed.

Sounds like if you only ever log into Steam on one pc you could even use local images from your hard drive.

Hmm. Do you know if there's a way to have it select from all the images inside a folder on your pc (in other words, use the whole folder without having to put individual images)?

If so then saving any images you wanted into the folder would make it really easy to add/remove images without having to update the script every time.

4 years ago
Permalink

Comment has been collapsed.

Probably there is a way but i personally don't know how to do it.

Folder might be tricky since extension needs a permission to reach your folders, but another alternative would be an Imgur Album. Still, that probably requires some API things, which i don't know about :/

(That is not that hard as well tho, i personally added/removed things only 2-3 times in months.)

4 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 1 year ago.

4 years ago
Permalink

Comment has been collapsed.

something something buy a game just for +1.

4 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 10 months ago.

4 years ago
Permalink

Comment has been collapsed.

or, mum: why you playing boob game? <awkward silence>

4 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 4 years ago.

4 years ago
Permalink

Comment has been collapsed.

GIVE US THE OLD LIBRARY BACK!!! every time i run into a new bug with this shit layout that was forced down our throats

4 years ago
Permalink

Comment has been collapsed.

Gotta use unreact and revert back to the old library. I forgot the new library even existed xD.

4 years ago
Permalink

Comment has been collapsed.

My "only a Steam user will understand" moment comes every time a major sale starts. You can always tell, because Steam suddenly fails to load anything else than your library :D

4 years ago
Permalink

Comment has been collapsed.

and you are 1 hour waiting to the store comes back to live, and another half an hour to the prices to refresh

4 years ago
Permalink

Comment has been collapsed.

And telling yourself to not go overboard with your spending, but you do it anyway.

4 years ago
Permalink

Comment has been collapsed.

Despite having a huge backlog of games that you haven't touched yet, yes. The sad reality of being a gamer :D

4 years ago
Permalink

Comment has been collapsed.

Google>

"disable steam birthday verification how"

4 years ago
Permalink

Comment has been collapsed.

Buying a game, just before it becoming a f2p

4 years ago
Permalink

Comment has been collapsed.

oh yeah, that's a really common one, batman arkham franchise, enter the gungeon, csgo in my case

And i'm pretty sure that will happen to overwatch and R6

4 years ago
Permalink

Comment has been collapsed.

umm, they said f2p, not "free for a limited time"

But yeah, that too...

4 years ago
Permalink

Comment has been collapsed.

csgo in my case

You got 2178 hours out of it, I don't think it's worth even thinking about the 15? 20? dollar it cost, not even a cent/hour. And then we ignored drops' prices.

4 years ago
Permalink

Comment has been collapsed.

i'm not so mad about the fact that is f2p now, just the cons with that, more cheaters, more monetization, before for every operation you could pay a little of money for crates and skins etc, and even get your money back if you were lucky, now the last one it was damn expensive and not worth it

4 years ago
Permalink

Comment has been collapsed.

I left the game and never really were a hardcore player, but I really feel the comment about cheaters and people taking it seriously. Stuff like that that drove me away from playing any kind of competitive online.

4 years ago
Permalink

Comment has been collapsed.

lol yeah..

4 years ago
Permalink

Comment has been collapsed.

Gifting a game to someone on the other side of the world, and they can't accept it.

4 years ago
Permalink

Comment has been collapsed.

Steam closed the borders before it was cool.

4 years ago
Permalink

Comment has been collapsed.

It's still not cool though.

4 years ago
Permalink

Comment has been collapsed.

yeah .. its bad

4 years ago
Permalink

Comment has been collapsed.

I miss shoving games in my inventory for later.

4 years ago
Permalink

Comment has been collapsed.

Nerd-rage at discovering that one or more achievements in the game you're playing are broken / unachievable.

4 years ago
Permalink

Comment has been collapsed.

...which is when you learn how to use SAM to just fix it yourself rather than waiting on an unresponsive dev. :D

4 years ago
Permalink

Comment has been collapsed.

shhhhhh!

4 years ago
Permalink

Comment has been collapsed.

🤫😁

4 years ago
Permalink

Comment has been collapsed.

That's a good idea if you want to be labeled as a SAM-user and potential cheater - because who knows what else got forged, besides that single achivement?

4 years ago
Permalink

Comment has been collapsed.

Any tool can be abused. It doesn't make the tool (or the user) evil if they're using it as it should be.

4 years ago
Permalink

Comment has been collapsed.

I know, but I'm not here for the philosophy part if the tool makes the bad thing or the wielder. (obviously the second)
Also, SAM is a tool to tinker with stuff you're not supposed to tinker with, ofc it will raise suspicion.

I'm just telling that if there's a guy who knows how to break in to a car, the knowledge itself is not problematic. But if they demostrate before a good few people that yeah, they can actually do that... they will have fun explaining that any break-ins in the future is definitely not their doings.
(This is why achievement-hunter groups forbid unlocking knowingly broken achievements, because that proves that they are using tools they shouldn't, and at that point anything and everything can be a product of it)

As for me, just keep on doing what you feel good. At least not like some players who proudly display 95%+ achievement completions while obviously unlocking everything at the same time with SAM :D

4 years ago
Permalink

Comment has been collapsed.

I definitely know that all too well. I'm in two different achievement hunter groups, so I know better than to abuse the power of such tools.

Where SAM is actually super helpful is if you're a developer. If you want to Steamify your game, you need to be able to test your achievement code, remove those achievements, make fixes, and then test to see if they will pop properly afterward. SAM allows devs to do that. It's really quite handy.

4 years ago
Permalink

Comment has been collapsed.

I'm just telling that if there's a guy who knows how to break in to a car, the knowledge itself is not problematic. But if they demostrate before a good few people that yeah, they can actually do that... they will have fun explaining that any break-ins in the future is definitely not their doings.

This is a fallacious argument. A locksmith doesn't have to explain anything. Just because some/many people will abuse the power doesn't mean everyone will. Same reason not every gun owner is a killer. Like grez1 said: just because a tool can be abused doesn't make it bad.

This is why achievement-hunter groups forbid unlocking knowingly broken achievements, because that proves that they are using tools they shouldn't, and at that point anything and everything can be a product of it

Again faulty reasoning, if they only unlock broken achievements which they would have gotten otherwise they've done nothing wrong. The tools aren't inherently "wrong" just because a large amount of people misuse them. Just because someone knows how to use a gun, doesn't make them a killer.

Most things in this world aren't black & white. I mostly see comments about SAM being "evil" from casual achievement hunters, who only get the easily gotten achievements. So for them it doesn't matter much if broken achievements lower their 60/70% Avg. Game Completion Rate since they never get to a number that means anything relevant, just another achievement they haven't gotten. If your Avg. Game Completion Rate is 95%+ and it's lowered because of things that are completely out of your control, then it starts to matter.

And it makes sense for those casual achievement hunters to just label most people with 95%+ Avg. Game Completion Rate as "cheaters", since it makes them feel better about themselves. Surely they cheated, it's not that I'm unable or unwilling to get that hard achievement.

In conclusion: Achievements don't really matter, I think everyone knows that. I've spend far too much time getting them myself, and I've never used SAM for anything but broken achievements which I would have normally gotten or (no longer) unobtainable achievements. I'm aware that most people would think I'm a cheater and that's fine with me, because I know that I'm not and I do achievements for myself not for others.

4 years ago
Permalink

Comment has been collapsed.

I know, but I'm not here for the philosophy part if the tool makes the bad thing or the wielder.

You skipped the very first sentence just to leave a rant. I know quarantine is boring, but watch a movie or something. Pornhub is free as well, I'm sure you can get better use of your fingers than typing another comment like yours.

A locksmith doesn't have to explain anything [...]

That's wildly idealistic and ignoring how people and their thoughts work. Also I said nothing about locksmiths, you're cherrypicking the more or less single professional who's 100% okay to know how to break a lock. How about a friendly drug addict who recently picked on picking locks and breaking into cars?
People do judge and even lingering thoughts can affect people's view about individuals

Again faulty reasoning, if they only unlock broken achievements which they would have gotten otherwise they've done nothing wrong. The tools aren't inherently "wrong" just because a large amount of people misuse them. Just because someone knows how to use a gun, doesn't make them a killer.

Wat? You're basically saying that it's okay to unlock every Telltale interactive game's achievement because technically I can get them? Or any other game's because "all it needs is grinding" so why not get it in the first hour?
Also, have you really read ANY achievement site's rules, that you're so confidently say that only "casual achievement hunters" frown on it?
FYI: https://astats.astats.nl/astats/Guidelines.php

+A: I should have earned an achievement but the game didn’t grant it to me, may I unlock it with an achievement unlocker?
Q: No, any tampering with your achievements via third-party tools is going to result in a ban.

You're trying to invalidate what I said about achievement-hunter groups' treatment of SAM by saying that achievements are meaningless and tools are nice according to you. I'm sure that's some fallacy as well or just being disorganized.

Get some rest or something. You're throwing inaccuracies into a finished discussion that didn't really matter neither for us.

4 years ago
Permalink

Comment has been collapsed.

You skipped the very first sentence just to leave a rant.

You say you don't care about the philosophy of the argument and then go on about how using SAM is bad. Why should I take it into account when you don't even listen to yourself? I'm as free to voice my opinion as are you, I don't tell you how to spend your time.

That's wildly idealistic and ignoring how people and their thoughts work.

My example shows how your reasoning is false and things aren't black and white. Your example is stereotyping addicts, and only serves to prove what you already belief. I never said no one breaks into cars. Also "bias" exist really? Never knew that :D Just because a lot of morons share an opinion doesn't make them right.

Wat? You're basically saying that it's okay to unlock every Telltale interactive game's achievement because technically I can get them? Or any other game's because "all it needs is grinding" so why not get it in the first hour?

That's not what I'm saying at all. I said:

if they only unlock broken achievements which they would have gotten

That means achievement they would have gotten if they weren't broken. I'm not sure how I can put this more clearly to be honest.

Also, have you really read ANY achievement site's rules

The creators of AStats are only a hand of people, I don't see how they represent a majority of anything. Unless their rules were established democratically; and in the point you're trying to make, the majority of them would have to be 95+%ers, which I highly doubt. I personally think they're a bunch of morons but that's beside the question, I can understand why they put that rule. It's because there are people who will use it to cheat and they're unable or unwilling to check every single person individually so it's easier to ban the use of the tool.

You're trying to invalidate what I said about achievement-hunter groups' treatment of SAM

I never said anything about achievement groups, you're the one bringing them up all of the sudden. I was talking about people with 95%+ Avg. Game Completion Rate. They're not the same.

achievements are meaningless and tools are nice according to you. I'm sure that's some fallacy as well or just being disorganized.

Yes that is indeed my opinion, I never stated otherwise. You state it's a fallacy but provide no counterpoint. Also ad hominem attacks are really poor form.

4 years ago
Permalink

Comment has been collapsed.

I never said anything about achievement groups, you're the one bringing them up all of the sudden. I was talking about people with 95%+ Avg. Game Completion Rate. They're not the same.

You quoted me on that for fuck's sake, claiming that it's factually wrong in this comment of yours

I don't know why you want to argue so, SO hard. Again, to quote my first sentence from both of the comments you're replying:

I know, but I'm not here for the philosophy part if the tool makes the bad thing or the wielder. (obviously the second)

I clearly stated that yes, the person is at fault, not the tool (You threw that statement two times at me like you invented the wheel again).
Then I continued about the groups that don't like using SAM to paint a better picture of the online communities, that may or may not share my (previously clearly stated) thoughts.
If people are talking in good faith, that's called information. And grez1 took it as such. And now look at yourself.
By your applied logic if I say "I don't follow any religion but X will seriously despise you for doing Y" means I'm in a philosophical argument and I stated that I agree with them.

This is a mockery of a discussion on your part, and I won't take part in it in the future. You're better than this.

4 years ago*
Permalink

Comment has been collapsed.

Yeah, I've considered it...but I just haven't been able to cross that threshold, so to speak...essentially for the reasons adam1224 mentioned.

4 years ago
Permalink

Comment has been collapsed.

I did with broken achievements some years ago, a site like astats.nl will definitely catch and mark you, some members make it a sport to catch people, they will give you one chance to redeem yourself, but you need to lock everything, and since so many time passed by for me i simply locked everything (even so many legit things).
I'd not recommend it anymore and just deal with the broken ones.

4 years ago
Permalink

Comment has been collapsed.

Yeah, I'm not even on astats.nl or any of those other sites. I don't particularly care if somebody thinks I "cheated" or not. But I fear that if I start going down the SAM road, I might use it for other reasons than the truly broken achievements. Like I have a case where there was an achievement for getting all the other achievements, but it didn't pop because I got the last achievement on a new game profile (because the other one got corrupted). Should I use SAM to fix that? Maybe?

4 years ago
Permalink

Comment has been collapsed.

When I enter my friend's lobby before they even invite me.

View attached image.
4 years ago
Permalink

Comment has been collapsed.

Missing a flash sale with historically low price and each year you feel like it will never be that low again.

4 years ago
Permalink

Comment has been collapsed.

I wonder how many years ago was the last flash sale thingy of Steam? :p I really liked those. They gave Steam sales some action.

4 years ago
Permalink

Comment has been collapsed.

4-5 years, there's a 2015 June IGN article about Steam introducing refunds, it happened around that time (and partially because of that)

4 years ago
Permalink

Comment has been collapsed.

Flash sales causing less sales and typical users not liking them was biggest reasons (according to a valve guy)

4 years ago
Permalink

Comment has been collapsed.

I kind of get it since people was on the edge if they should buy or not and they feel betrayed if they have bought before or missed it.

4 years ago
Permalink

Comment has been collapsed.

I was thinking around that time too 4-5 years. I was just lazy to search, thanks for looking it up. o/

4 years ago
Permalink

Comment has been collapsed.

Used flash sale as example but my "problem" can be on any sale as a example. (missing a great deal with historically low price and each year never get that price ever again).

4 years ago
Permalink

Comment has been collapsed.

or glitch prices, like dark souls 3 on launch

4 years ago
Permalink

Comment has been collapsed.

Ouch those hurt too but since they are fixed pretty fast can't really get enough time to feel the loss.

4 years ago
Permalink

Comment has been collapsed.

Billions of dollar in annual revenue, support is automated and quotes (often not even relevant) sections of FAQ.

4 years ago
Permalink

Comment has been collapsed.

Only a steam user will understand, when you sell all your cards and some of your favorites skins to buy a new game that you really want, but when you get the money, the sale ended 5 minutes ago

Protip, if you don't have enough balance you can try to checkout and it will fail. You will then receive link with ability to retry for next 3 days.

4 years ago
Permalink

Comment has been collapsed.

Oh, that's a great one! Cheers

4 years ago
Permalink

Comment has been collapsed.

Thank you!!! You cant believe how many times I missed the sale by minute while just holding items in my cart on checkout.

4 years ago
Permalink

Comment has been collapsed.

Only a steam user will understand, when you sell all your cards and some of your favorites skins

I would go farther and say only a Steam user will understand WTF is a game that "drops cards" ^^

4 years ago
Permalink

Comment has been collapsed.

And at some point you will buy a game selling those cards

A lot of cards

4 years ago
Permalink

Comment has been collapsed.

This item is currently unavailable in your region.

And the store crashing at the beginning of every major sale.

4 years ago*
Permalink

Comment has been collapsed.

Sign in through Steam to add a comment.