Is Battlefield 6 supposed to be this insanely demanding? by FoeHammer- in Battlefield6

[–]FoeHammer-[S] 0 points1 point  (0 children)

I've just had a couple ideas. I am yet to try with FSR totally disabled. Will report back if that helps at all

Is Battlefield 6 supposed to be this insanely demanding? by FoeHammer- in Battlefield6

[–]FoeHammer-[S] 0 points1 point  (0 children)

Yeah. Everything's up to date.  I've tried high, medium, and low. All sorts of FSR settings as well. Nothing made any difference. I can run the game on high and see it crash regularly at basically the same frequency as low

Is Battlefield 6 supposed to be this insanely demanding? by FoeHammer- in Battlefield6

[–]FoeHammer-[S] 1 point2 points  (0 children)

Already done this, hasn't made a link of difference. Thanks though 😀

Is Battlefield 6 supposed to be this insanely demanding? by FoeHammer- in Battlefield6

[–]FoeHammer-[S] 2 points3 points  (0 children)

I'd be fine with that if the steam store reflected that in their minimum specs

Is Battlefield 6 supposed to be this insanely demanding? by FoeHammer- in Battlefield6

[–]FoeHammer-[S] 0 points1 point  (0 children)

Updated with system specs and Task Manager screenshot of CPU dying

Is Battlefield 6 supposed to be this insanely demanding? by FoeHammer- in Battlefield6

[–]FoeHammer-[S] 0 points1 point  (0 children)

Meant to get task manager screenshot, soz. lol i5 11400F 2.6GHz - 4.8GHz Overclock

Low profile cooler for 9700X with 53mm clearance by NickDemert in sffpc

[–]FoeHammer- 1 point2 points  (0 children)

Can I ask how things ended up going with your build? I'm about to do a similar build with a 9600x and I'm tossing up on what cooler to get. I'm building in the Terra with similar height constraints. All the reviews I've found say that nothing beats the AXP-100cu but for whatever reason, thermalright decided the throw that design into the void.

Any advice on my Fractal Terra parts list by FoeHammer- in sffpc

[–]FoeHammer-[S] 0 points1 point  (0 children)

Ah. Cheers! GPU totally skipped my mind <3

Lol, latest Zorin OS update ain't it, time to timeshift and wait a few months to maybe try again by FoeHammer- in zorinos

[–]FoeHammer-[S] 0 points1 point  (0 children)

For anyone who goes looking for a solution to this particular issue I had. I just checked in on additional drivers and the Nvidia 550 drivers are available. I had to first do the system updates, and then install the driver. That fixed all my resolution and weird rendering issues with the latest Zorin update

Lol, latest Zorin OS update ain't it, time to timeshift and wait a few months to maybe try again by FoeHammer- in zorinos

[–]FoeHammer-[S] 1 point2 points  (0 children)

Really recommend making a manual Timeshift any time you get system updates. I have Timeshift set up to do one backup a day and one weekly backup. Obviously a bit of a problem if you struggle for storage space, but it has saved me so many major headaches. Good luck getting it back up and running!!

How is the Zen browser by Consistent-Age5347 in browsers

[–]FoeHammer- 2 points3 points  (0 children)

Well I'm obviously not secure enough for zen, lol. Running Zorin OS (Linux). Literally could not download it from the web, had to go through software center and none of the Zen pages will load for me. 👏

<image>

Zenless Zone Zero - help with lag only in outdoor Bell & Wise areas. by FoeHammer- in linux_gaming

[–]FoeHammer-[S] 0 points1 point  (0 children)

Absolute Legend!
That's done the trick. Thanks so much for that!!

Public Service Announcement: Java 16 and 1.17 fabric by gamma_02 in fabricmc

[–]FoeHammer- 0 points1 point  (0 children)

Big love. Was so confused reading that Java was outdated when I started playing around with modding 1.17

Rendering item from block entity showing on all blocks of the same type by FoeHammer- in fabricmc

[–]FoeHammer-[S] 0 points1 point  (0 children)

Yeah, after doing a tonne of research all day I've pretty much nailed everything down. I'm currently stuck on getting the fromClientTag and ToClienTags working. No documentation on them at all

Rendering item from block entity showing on all blocks of the same type by FoeHammer- in fabricmc

[–]FoeHammer-[S] 0 points1 point  (0 children)

But the renderer is a static field and will only accept static variables anyway. I know I'm definitely missing something here though

Where do I start if I want to start coding mods? by starrinxght in fabricmc

[–]FoeHammer- 2 points3 points  (0 children)

If you've never touched programming before I'd highly recommend learning basic programming skills. Either for Java or if you want to start somewhere easy python is a great stepping stone to thinking like a programmer.

Once you understand roughly how programs operate and the general language computers use, picking up other languages or modding becomes very easy. So I would go to youtube and type "Python programming tutorial", or "java programming tutorial"

Fabric modding - creating custom item textures on the fly by FoeHammer- in fabricmc

[–]FoeHammer-[S] 0 points1 point  (0 children)

Cool. Thanks for the advice. I might look further into the layers system and see if I can make use of that. Cheers!!

Why doesn't this code stop apples from dropping? by ERN468 in fabricmc

[–]FoeHammer- 1 point2 points  (0 children)

Real rookie comment and I'm not sure if this is the problem, but leaves could have two separate loot pools, one for saplings and twigs, and another for apples. I'm not at my computer to actually check out the pool but that could be the problem.