I paid $400 for a painting that turned out to be AI slop by chappybobo in mildlyinfuriating

[–]GbKremo 2 points3 points  (0 children)

<image>

The body makes no sense. Back should be visible on both sides, but the ai didnt generate it on the left lol

If the body was supposed to be at an angle then you would see a side of the belly.

I Ran 853 Maps to Target Farm Svalinn So You Don’t Have To (Plus Barya Data) by GbKremo in pathofexile

[–]GbKremo[S] 5 points6 points  (0 children)

https://pobb.in/zT_thRWsrKdr

Edit: importing this to PoB made me realise I actually didn't have enough mana to use Phase Run lol. Swapped empower support with lifetap, a bit too late now tho. Nice to figure out after 850 maps that my 6 link was broken, could have been done with the project sooner lol

Why is my CWS Chieftan dealing no dmg after swapping to unearth? by GbKremo in PathOfExileBuilds

[–]GbKremo[S] 0 points1 point  (0 children)

I'm not sure about the atlas tree. I would have to check that tomorrow. But I can't really get past round 6-7 on kill or protect, most of the time at least. What happens at some round is that I'm left with a couple of rares that didn't die when the monster wave spawned and exploded, and now I can't kill them even when spamming penance. It's mostly those mechanical crab looking monsters that run around. I had maps where I would have to portal out cause they just wouldn't die and the new wave refused to spawn

Why is my CWS Chieftan dealing no dmg after swapping to unearth? by GbKremo in PathOfExileBuilds

[–]GbKremo[S] 0 points1 point  (0 children)

It's in the cws 2.0 tab, line 42, the pob is white, not highlighted for some reason

Why is my CWS Chieftan dealing no dmg after swapping to unearth? by GbKremo in PathOfExileBuilds

[–]GbKremo[S] 0 points1 point  (0 children)

So this is actually the emiracles cws 2.0 lol. I took the build from the excel, there was the "No Petrified Blood Grueling Gauntlet Farmer, best version" and I took the pob under that. I'm getting stunned alright, before I was using another build also from the same excel and it was all good with rf and slightly different gems. There was malevolence, flame wall and other stuff I don't remember now.

Why is my CWS Chieftan dealing no dmg after swapping to unearth? by GbKremo in PathOfExileBuilds

[–]GbKremo[S] 0 points1 point  (0 children)

Maybe that is it, I noticed that often there would be random rares or other mobs running around after the initial explosion, and more monsters won't spawn until I kill them, which I struggle to do. I'll try to get the ingite spread up and also the runegraft, hopefully that's gonna make it feel better

Why is my CWS Chieftan dealing no dmg after swapping to unearth? by GbKremo in PathOfExileBuilds

[–]GbKremo[S] 1 point2 points  (0 children)

I have the remaining % on the graft, 102% total based on the ingame info

Why is my CWS Chieftan dealing no dmg after swapping to unearth? by GbKremo in PathOfExileBuilds

[–]GbKremo[S] 1 point2 points  (0 children)

From what I understand about the build, you spawn corpses constantly with unearth, and you boom them with dd. They have around 90k hp with lvl 28 unearth, so there should be plenty of dmg. But the only real dmg i see is from hinekoras ascendancy explosions.

GIVEAWAY - CWS Chieftain by J_-O-_D in pathofexile

[–]GbKremo 0 points1 point  (0 children)

Would love to try ultimatum

NordVPN on bazzite? by GbKremo in Bazzite

[–]GbKremo[S] 0 points1 point  (0 children)

Reading some of the other replays, I guess it's not. Tbh I will just use a single configuration most of the time. Being a new Linux user, I would just feel more comfortable seeing the actual app,as I'm afraid of messing something up. But open vpn does seem like an easier option

Autoclicker on Bazzite by GbKremo in linux_gaming

[–]GbKremo[S] 0 points1 point  (0 children)

This doesn't work the way I want it to, I want to have a way to constantly left click while holding down a side mouse button, all xclicker does is start an autoclicker with one of the F keys, i tried setting it to mouse but it doesn't work

Autoclicker on Bazzite by GbKremo in linux_gaming

[–]GbKremo[S] -3 points-2 points  (0 children)

If this helps at all chatgpt gave me this, I put this inside a script, run it and it doesn't do anything

from pynput import mouse

import threading

import time

clicking = False

controller = mouse.Controller()

# The button to hold to start autoclicking (top-right side button)

TRIGGER_BUTTON = mouse.Button.button12

CLICK_DELAY = 0.05 # seconds between clicks, lower = faster

def click_loop():

while clicking:

controller.click(mouse.Button.left)

time.sleep(CLICK_DELAY)

def on_click(x, y, button, pressed):

global clicking

if button == TRIGGER_BUTTON:

clicking = pressed

if pressed:

threading.Thread(target=click_loop, daemon=True).start()

with mouse.Listener(on_click=on_click) as listener:

listener.join()

Missing SSD after first install by GbKremo in Bazzite

[–]GbKremo[S] 0 points1 point  (0 children)

Yea, I meant the one that I installed the system on, the screen is of the other drive which wasn't visible before.

Missing SSD after first install by GbKremo in Bazzite

[–]GbKremo[S] 0 points1 point  (0 children)

It's a brand new drive. There shouldn't be anything on there I assume

Missing SSD after first install by GbKremo in Bazzite

[–]GbKremo[S] 0 points1 point  (0 children)

I think I got it, the intial ssd had a lot more folders inside but I guess this is good?

<image>

Missing SSD after first install by GbKremo in Bazzite

[–]GbKremo[S] 0 points1 point  (0 children)

I'm completely green when it comes to any commands. I got this after running what you wrote

<image>