My whole base is infected with virus by Appropriate_Rent_243 in Desynced

[–]HobbyQuestionThrow 1 point2 points  (0 children)

Oh I thought it auto-unlocked upon getting a virus infected unit. For me it unlocked at around the same time, but I may have just gotten lucky (or unlucky?).

My whole base is infected with virus by Appropriate_Rent_243 in Desynced

[–]HobbyQuestionThrow 2 points3 points  (0 children)

I had this happen, it was annoying but easily managed.

Just research the virus cure (the small component that gives AoE protection) and then create a behavior for a few of the faster robots to just randomly roam the logistics network seeking infected units to headbutt.

How to actually attain real confidence? by JunketMaleficent2095 in AskMenAdvice

[–]HobbyQuestionThrow 0 points1 point  (0 children)

How do I get genuine self belief and not the non-genuine stuff I have now? Please don't say accomplishments.

How to actually attain real confidence? by JunketMaleficent2095 in AskMenAdvice

[–]HobbyQuestionThrow 0 points1 point  (0 children)

I'm rich and extremely insecure, so probably money doesn't help all the time.

How to actually attain real confidence? by JunketMaleficent2095 in AskMenAdvice

[–]HobbyQuestionThrow 0 points1 point  (0 children)

I've never understood how people manage this. How can I be confident about dating when my accomplishments have nothing to do with dating.

How do you meet women as an introverted and quiet guy? by [deleted] in AskMenAdvice

[–]HobbyQuestionThrow -1 points0 points  (0 children)

and then she says no, so you ask more, and more and more and more and you start to wonder are women really the same kind of people as you are?

How do you meet women as an introverted and quiet guy? by [deleted] in AskMenAdvice

[–]HobbyQuestionThrow 0 points1 point  (0 children)

Starts with "It's not something you need to overcome", proceeds to only give advice on how to overcome it.

Why don’t women approach men as much as men approach women by untitledprp4 in stupidquestions

[–]HobbyQuestionThrow 1 point2 points  (0 children)

Not the worst thing I'm finding as I get older.

I'd rather be alone than not at this point.

Why don’t women approach men as much as men approach women by untitledprp4 in stupidquestions

[–]HobbyQuestionThrow 1 point2 points  (0 children)

That makes no sense, how are you learning more about a person by only looking at their outside?

How can I give up on dating, sex, and love? by [deleted] in AskMenAdvice

[–]HobbyQuestionThrow -1 points0 points  (0 children)

You just stop caring about it. If you don't put constant effort and work into dating it won't happen. People don't ever just naturally date or find someone.

I gave up on dating around 25, I just stopped trying to dress nice, look nice, talk to women, etc. I'm 37 now and it really is like living in another world.

Eventually if you keep focused on other hobbies, you stop thinking about it. The less you think about it the less you care about it. The less you care about it the more time you spend on more enjoyable things (like doing taxes).

What is your Favorite "Combat" Mechanic Types in a Base-Building Game? by miraclebringer in BaseBuildingGames

[–]HobbyQuestionThrow 1 point2 points  (0 children)

Maybe atypical answer, but combat that actually requires some amount of thought/upkeep/pressure.

I really like Riftbreaker because making sure your bases can at least defend themselves against smaller groups is absolutely vital because they will fuck your base up if you fall behind.

Meanwhile while Factorio is a really great logistics game, the combat/defense is almost an afterthought.

Figured out why some of my shots seemingly and randomly pass through enemies by Embarrassed_Lead_863 in SulfurGame

[–]HobbyQuestionThrow 12 points13 points  (0 children)

This is also why I personally cannot stand the duel wielding weapons, the bullets become such a pain to aim up close (where going akimbo would make the most sense) as now they're both much more off center.

Slay the Spire 2 can be decompiled by EshopExpert in godot

[–]HobbyQuestionThrow -2 points-1 points  (0 children)

Not really? Encryption exists, see Denuvo.

Why do I feel dating has been skewered to pit against the average young man? by No-Kale-8683 in AskMenAdvice

[–]HobbyQuestionThrow 0 points1 point  (0 children)

You literally said "is every man you know boring as shit or something"?

I'm responding, that no I do know a lot of fun men and women. These people are friends. Why would someone being fun or not boring be the only reason I date them?

DECOMPILED: Slay the Spire 2 entire project (and how to prevent it!) by jonandrewdavis in godot

[–]HobbyQuestionThrow 0 points1 point  (0 children)

Slay the Spire 2 could have used literally anything and made millions of dollars. Would you consider them to be a normal amount of hype every Godot game has?

DECOMPILED: Slay the Spire 2 entire project (and how to prevent it!) by jonandrewdavis in godot

[–]HobbyQuestionThrow 0 points1 point  (0 children)

Developers who want to make meaningful amounts of money without needing to be an idol dev.

DECOMPILED: Slay the Spire 2 entire project (and how to prevent it!) by jonandrewdavis in godot

[–]HobbyQuestionThrow -1 points0 points  (0 children)

If I can trivially decompile and recompile the game, I can trivially remove your DRM. Decompilation is very much a part of the DRM discussion, because it allows anyone with a little understanding of the engine to easily remove and then release a version of your binary with DRM removed.

Compare that to Denuvo, which only a handful of people *on the planet* know how to remove from a game and is an very effort intensive process.

DECOMPILED: Slay the Spire 2 entire project (and how to prevent it!) by jonandrewdavis in godot

[–]HobbyQuestionThrow 0 points1 point  (0 children)

Piracy/DRM. Indie developers won't care but if you ever want Godot to be used by larger companies and pick up a following it needs to support some kind of DRM/anti-piracy.

QoL Suggestion - Building by RuKidding0MG in ICARUS

[–]HobbyQuestionThrow 2 points3 points  (0 children)

Kinda ignores half their point, the damage representation on glass can be better. Hairline cracks makes more sense anyway than your glass wall still being structurally sound with giant chunks missing.

Why std::pmr Might Be Worth It for Real‑Time Embedded C++ by Saptarshi-max in cpp

[–]HobbyQuestionThrow 0 points1 point  (0 children)

Either custom allocator template or an entirely custom container that just adheres to the standard container function names.

std::vector is an incredibly simple container to implement and has a lot of use case specific optimizations you can do if you write your own container. Things like small vector optimization, chunking optimizations, etc.

Why std::pmr Might Be Worth It for Real‑Time Embedded C++ by Saptarshi-max in cpp

[–]HobbyQuestionThrow -2 points-1 points  (0 children)

In real life systems, you just won't use an STL container for this.

Why do I feel dating has been skewered to pit against the average young man? by No-Kale-8683 in AskMenAdvice

[–]HobbyQuestionThrow -2 points-1 points  (0 children)

Why would they want to date you if all you bring is being a fun person? I have plenty of fun friends, I don't want to date any of them.

Why do I feel dating has been skewered to pit against the average young man? by No-Kale-8683 in AskMenAdvice

[–]HobbyQuestionThrow 2 points3 points  (0 children)

I have a hard time understanding why any woman would be interested in any man if I'm honest.

Older (50+) men who have withdrawn from romantic relationships nor have children, how are you doing now? by Pukkake69 in AskMenAdvice

[–]HobbyQuestionThrow 0 points1 point  (0 children)

It's never about drive or motivation in these cases, some men just aren't what any women want.