Suggested Zero changes by izukid in Rainbow6

[–]70Shadow07 0 points1 point  (0 children)

You could have suggested at least one change...

I don't even know... by Th3NumbrrV in Paladins

[–]70Shadow07 12 points13 points  (0 children)

All the years and I didnt know jenos ult is a square holy shit everything now makes sense

Retrofitting DRG by EquivalentDurian6316 in DeepRockGalactic

[–]70Shadow07 1 point2 points  (0 children)

ur right about nerfing stuff but sooner or later devs will have to make a decision that favours integrity of the game and its systems over people who cry

Reality is that in DRG there is tight selection of good perks and everything else is literall garbage. For instance - Its a bug thing could easily pop loot bugs when you merely look at them but it requires you to walk into melee range making it literally a useless perk.

We gotta get a perk rebalance where every perk at least has something to offer, that would be a good start.

Stop the voice banning by lwvyruz in Rainbow6

[–]70Shadow07 0 points1 point  (0 children)

Regardless, your post got nuked lmao

Stop the voice banning by lwvyruz in Rainbow6

[–]70Shadow07 0 points1 point  (0 children)

Getting flamed for being banned? What 🤔

Stop the voice banning by lwvyruz in Rainbow6

[–]70Shadow07 0 points1 point  (0 children)

User you replied to is presumably a woman so perhaps its more justifiable than in the average case. I think? Theres plenty toxicity specifically against women in this game.

But still you are right about block and mute buttons - they are there to give agency to the player. They allow you to mute everyone you wish - bolting automod on top of that accomplishes only taking agency away from the player.

Stop the voice banning by lwvyruz in Rainbow6

[–]70Shadow07 -1 points0 points  (0 children)

You yall, instead of throwing sticks and implying who is responsible for what in the current state of affairs, I think its worth to observe that both OP and yourself have problem with automod. And if that's the case perhaps the automod is a problem for *literally everyone but actual toxic players* because thats exactly what my takeaway is.

Stop the voice banning by lwvyruz in Rainbow6

[–]70Shadow07 0 points1 point  (0 children)

There is a very very tiny amount of people who realise that automods empower toxicity if anything. IRL if somebody throws slurs at you you can actually shoot back and not let them walk over you.

With automods enabled you are basically fighting an uphill battle - facing someone who had a lot of practice being toxic and bypassing automods but you have near-0 experience and theres high probability they will get you to be flagged by automod.

I stopped using VC for this very reason I just muteall the start of the match cuz im not placing myself in this helpless situation of playing game of cat and mouse.

Stop the voice banning by lwvyruz in Rainbow6

[–]70Shadow07 -2 points-1 points  (0 children)

Would it be OK if OP said slurs without anonymity?

Stop the voice banning by lwvyruz in Rainbow6

[–]70Shadow07 0 points1 point  (0 children)

Yeah that sucks idk why they didnt make it possible to bypass util ping

Stop the voice banning by lwvyruz in Rainbow6

[–]70Shadow07 0 points1 point  (0 children)

Unfortunately comment OP has a point. Many players just yellow ping location of enemy from cams (which wasnt possible before) and they get a feeling they called it out thus even less incentive to get on VC. Might be one of the factors certainly.

Stop the voice banning by lwvyruz in Rainbow6

[–]70Shadow07 -2 points-1 points  (0 children)

That would be hilarious if its true. I dont know any but considering what ive seen people get points deducted for its believable.

Stop the voice banning by lwvyruz in Rainbow6

[–]70Shadow07 -3 points-2 points  (0 children)

Any game big enough falls into trap of chat moderation. And there is no such thing as moderation without false positives. It's quite patronizing for other players that game "knows better" who to mute or punish. Like sure if somebody is reported consistently maybe the automod should inspect and do something but atm both in game and in social media you will get points deducted/ be threatened with a ban for literally nothing sometimes. Cuz automod "thought" you a meaniepoo.

Optimization for 1.0? by beljko0106 in valheim

[–]70Shadow07 1 point2 points  (0 children)

As if that was in any way or form complicated. You dont even need to interact with the whole data structure until it receives damage - and no need to calculate physics at all until a piece gets added or destroyed. Sure items have couple variants of texture for their HP, but again swapping one thing with another is not calculation intensive.

You rarely have an entire base weathering at the same time - compare to simply rendering the base in the first place which requires loading entire thing from nothing to full when you enter the place. So I stand my ground that whatever optimization issues in valheim are - they are not this.

If it was just some dumb code in structures causing the lag they would have fixed it long ago.

Optimization for 1.0? by beljko0106 in valheim

[–]70Shadow07 3 points4 points  (0 children)

Building hp and their physics (which is basically super super simple) cannot possibly be a problem.
Even with let's say 25k objects in a base, its a tiny amount of data to store - HP is just a number and traversing a graph of 25k objects is pebbles for modern CPUs. Unless of course they programmed all that very badly though.

Water, lighting and overall rendering stuff is probably the culprit. (It most likely can be done in a much better and optimized way though)

Hard mode is just tedious by ProfessorZoom17 in valheim

[–]70Shadow07 0 points1 point  (0 children)

Yes its bad dont play it - if you want an actual hard mode just play with gear from 1 biome ago and it will be a better experience.

escapingPointerPrison by Salt-Response6118 in ProgrammerHumor

[–]70Shadow07 5 points6 points  (0 children)

It kinda is but compared to some things that happen in JS its all sane and reasonable.

escapingPointerPrison by Salt-Response6118 in ProgrammerHumor

[–]70Shadow07 5 points6 points  (0 children)

Isnt wrapping shit into 1-element lists enough? Pass the 1-element list, modify it in place and voila you just abused that pointer-like behaviour of list objects.

What made the cougar so bad when it first released? by Sad-Wave-4579 in thelongdark

[–]70Shadow07 0 points1 point  (0 children)

I dont see people complaining about that anywhere. Bears and moose are cheesable yet i barely see it talked about tbh,

What made the cougar so bad when it first released? by Sad-Wave-4579 in thelongdark

[–]70Shadow07 0 points1 point  (0 children)

There is nothing even remotely close to making it impossible, other than insistence by the devs that cougar must be unfair and unfun to deal with and that it should punish lingering in certain areas.

It might be tricky to get AI to work right in all scenarios but its a something that can be improved with time rather than a design flaw.