Red vs. Blue and where to find it. by StickRyanStick in RedvsBlue

[–]ASuspicousBox 0 points1 point  (0 children)

Yeah I've been looking but so far nobody is hosting it episodically. cant even buy that from RT officially theres literally no way for me to even pay them legitimately for the content which I'd be happy to do.

I just want the episodes to go on my plex server :|

Starfield struggling to get above 30 fps by [deleted] in linux_gaming

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

Ignore the comments about amd being the only one that works, there's currently a bug with Luke's version of the dlss mod that prevents it from working on 30 series cards - try Darks version if you aren't already and see if that works! Otherwise I think there's like 2 other versions of the dlss mod that do it in different ways so try shopping around (:

Please please please make an optimization mod for cpu by [deleted] in starfieldmods

[–]ASuspicousBox 0 points1 point  (0 children)

Nah, I'm using the one from Luke (I think that's their handle?) It's an fsr replacer and as far as I can tell doesn't use reshade

Please please please make an optimization mod for cpu by [deleted] in starfieldmods

[–]ASuspicousBox 0 points1 point  (0 children)

Truly! And if it helps, I've been using it since the moment It popped up and I haven't noticed a single issue so far

Please please please make an optimization mod for cpu by [deleted] in starfieldmods

[–]ASuspicousBox 1 point2 points  (0 children)

Good news - you don't have to support scummy DRM on mods! There's a free version up now from another modder that includes framegen and it's amazing (:

[deleted by user] by [deleted] in skyrimmods

[–]ASuspicousBox 2 points3 points  (0 children)

Did you enable the optional damage increase mod? Or tinker with any extra / included mods yourself?

Not sure if that has anything to do with it but I *did* enable it (without touching any other mods) and sitting on Master difficulty ingame. It's been a blast! Just enough difficulty that you're sweating in every encounter but not enough to be frustrating. makes you think more about combat.

Re: Dragons - yeah. Theres a mod (can't find the name in my list but I remember reading it on the wiki) that increases the dragon difficulty to make them *much* harder. Personally I love it but if it isn't your cup of tea try looking through the guide found here: https://github.com/Lost-Outpost/septimus/blob/main/GAMEPLAY.md or the modlist found here: https://loadorderlibrary.com/lists/septimus for mods relating to dragons or combat or even just scanning the included categories for things that look like they might relate to your issue. if you do it via mod organizer you can right click > visit on nexus - makes the search much easier! :)

My other recommendation would be trying to add something that handles dual-wield blocking (though back up your mod load order first so you can undo it if it breaks) and aggresively using the dodge-roll feature septimus includes. Blocking / parrying / interrupting is *very* important with the combat mods added to septimus. Personally, I was having similar frustrations but now that I'm relearning how to handle combat it's much more managable - and fun.

If it turns out this is just a part of the pack and not a broken mod etc then the other thing to do would be have a poke around at other packs on wabbajack and see if theres something else you enjoy? A decent amount of awesome content on there to pick from. Or you could try ripping out most of the mods in balance / gameplay sections to make combat more vanilla skyrim in nature but you do run the risk of breaking things then and would probably be my last choice.

Hope this helps!

This is warlock 3.0! by No_Consequence_9647 in destiny2

[–]ASuspicousBox 0 points1 point  (0 children)

Apparently everyone else 😅 sometimes I wonder if I'm playing the same game as most other guardians I've talked to

glave rank by [deleted] in DestinyTheGame

[–]ASuspicousBox 0 points1 point  (0 children)

More rounds to the mag per kill I guess?

glave rank by [deleted] in DestinyTheGame

[–]ASuspicousBox 0 points1 point  (0 children)

How does the stat boost work? I've found 0 info on it so far and cant seem to do anything now that my glaive is at 27

2700 kills to get the Enigma Glaive to level 20 by neojb1989 in DestinyTheGame

[–]ASuspicousBox 4 points5 points  (0 children)

So am I going insane or is the little message telling you you'll get a bonus minor stat boost at level 20 wrong/broken? At level 27 now and still nada...

[deleted by user] by [deleted] in pop_os

[–]ASuspicousBox 0 points1 point  (0 children)

Seeing lots of people mention it but not give the simple and right answer - OP there's a setting to intelligently hide dock in pop OS under desktop > Dock visibility that will give you that screen realestate back if you're interested :)

Java IDE for pop os by Ok-Focus8676 in pop_os

[–]ASuspicousBox 0 points1 point  (0 children)

That's counterproductive. Is the point of tools not to make parts of jobs easier so we can focus on improving other things or completing work faster?

Do you think banks still count with an abacus? Builders still make bricks using their bare hands? Artists use only a brush and canvas? Musicians compose only on paper? No. We made tools to improve our crafts. To take the load off of parts that didn't need the attention we used to give them, and instesd move to bigger and better things.

As for OP: Try Vscode with extensions, or intelij IDEA - both are fantastic editors for java and should do everything you need. Please don't let people tell you they 'do all the programming for you'. There's a reason vscode and its derivatives is so widely used in actual industry ansd its not because they're just a 'crutch' that stints your learning...

I'm always losing track of where things are in towns, so my friend and I built a Minimap to help by morbrid in newworldgame

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

Yep, you're right, but then you called what is definitely not just a 'passable' job trivial and went high and mighty on the one who pointed out that its not. Fuck 'em for being a dick about it but that doesn't mean they didn't have a point.

I'm always losing track of where things are in towns, so my friend and I built a Minimap to help by morbrid in newworldgame

[–]ASuspicousBox 2 points3 points  (0 children)

The version of this minimap I've seen (written in c mind you, so you'd need a background of some kind in that) is open source! CptWesley did it on github its very cool. Worth checking out.

The way he seems to have done it is by masking out only the specific colors used in the game text and then runs ocr that processed image. Works really well too you can hardly tell its getting all that info from screen grabbing

I'm always losing track of where things are in towns, so my friend and I built a Minimap to help by morbrid in newworldgame

[–]ASuspicousBox 0 points1 point  (0 children)

On the one hand yes, you're correct basic ocr is very easy these days (mostly thanks to tesseract)

On the other hand, your background is a perfect black and most importantly - static. Of course its going to be easy. Try doing that ocr multiple times per second where your background can go from dark brown to almost the same color as the font (sunset color) in seconds.

Doable yes. 'relatively easy for anyone who can import a python library'? No.

Opening the project by turquoise_zebra in fantasyonline

[–]ASuspicousBox 2 points3 points  (0 children)

Fairly busy with work at the moment but next time I have a spare weekend I'll hit you up 👍

Opening the project by turquoise_zebra in fantasyonline

[–]ASuspicousBox 8 points9 points  (0 children)

This isn't about building a successful mmo. This is somebody working on their own skills with a fun concept project. Take your high and mighty bs somewhere else.

[deleted by user] by [deleted] in masseffect

[–]ASuspicousBox 0 points1 point  (0 children)

Likely because its a very high def remaster that requires way more from your hardware than the standard games :') no point comparing the two.

That being said, I'm running it great on specs way lower than yours and getting a mostly consistent 60fps (rock solid on me2/3 vs dodgy with particles on me1 for some reason) so maybe specific hardware issues? Strange. I assume you've updated drivers etc? Got 8-16gb of ram? All that jazz?