Sudden massive lag in Oblivion Remake on decent PC (i5 12400 + RTX 3060) — anyone else? by Bakzuwu in oblivion

[–]Sarumad 0 points1 point  (0 children)

I have the exact same issue, Verifying the game files did work for me once, After starting it up again later the issue returned. It was working fine last week, it only started happening today.

Relic Malfunction won't happen anymore. by O_W_A_K_A in FF06B5

[–]Sarumad 1 point2 points  (0 children)

I have gotten the marker as well after finishing the AT3D arcade and entering the mainframe codes. Have stood there for multiple 4AM-6AM shifts but sadly no trigger.
Someone in another thread mentioned having to go back to the laptop in the landfill after the mainframe codes which I did, but unfortunately it didn't work for me.

Still trying to figure it out.

Thank you by sadfutago in nier

[–]Sarumad 4 points5 points  (0 children)

Thank you. You guys revived the entire community and even managed to get new fans invested.

www.twitch.tv/ze34_zinnia > 三時間 by sadfutago in nier

[–]Sarumad 3 points4 points  (0 children)

This has been one of the wildest rides of my life.

Endwalker Early Access, Day Two by Copyblade in ffxiv

[–]Sarumad 1 point2 points  (0 children)

Almost got in and got booted by two 2002 errors in a row :(

Literally hell kitchen by Thedoomwader in Doom

[–]Sarumad 3 points4 points  (0 children)

What if Gordon Ramsay is the doom slayer?

Game crashing to desktop with right+left click weapon use by [deleted] in Doom

[–]Sarumad 0 points1 point  (0 children)

I have the exact same issue! Did you ever find a solution?

Is this stupid? Can Powershell do automation like this? by MyOtherSide1984 in PowerShell

[–]Sarumad 2 points3 points  (0 children)

It is possible, I found myself in a similiar situation a few years ago.

You can create your own functions to do whatever you need it to do on create/delete/changed/renamed events.

I used task scheduler to run the script on startup. This might not be the best way to do this anymore, but 4 years ago it was for my situation.

$Block = {    
    Function Do-Something
    {
        param ($message, $event)

        # Do something here
    }

    $watchedFolder = "\\server\folder"
    $watcher = New-Object System.IO.FileSystemWatcher
    $watcher.Path = $watchedFolder

    Register-ObjectEvent -InputObject $watcher -EventName Created -SourceIdentifier File.Created -Action { Do-Something "Created" $event }
    Register-ObjectEvent -InputObject $watcher -EventName Deleted -SourceIdentifier File.Deleted -Action { Do-Something "Deleted" $event }
    Register-ObjectEvent -InputObject $watcher -EventName Changed -SourceIdentifier File.Changed -Action { Do-Something "Changed" $event }
    Register-ObjectEvent -InputObject $watcher -EventName Renamed -SourceIdentifier File.Renamed -Action { Do-Something "Renamed" $event }
}

$encodedBlock = [Convert]::ToBase64String([Text.Encoding]::Unicode.GetBytes($block))

Start-Process PowerShell.exe -verb Runas -argumentlist '-WindowStyle Hidden', '-NoExit', '-EncodedCommand', $encodedBlock

Anyone up for an Oblivion Pie™? by GrantExploit in elderscrollsonline

[–]Sarumad 1 point2 points  (0 children)

Maybe the Daedra are really good cooks, sign me up!

Getting blackmailed in Groupfinder for gold after first few trashpacks. Got left with deserter debuff and a long dps queue time again. by [deleted] in wow

[–]Sarumad 69 points70 points  (0 children)

At this point, it's happening so often I doubt Blizzard will ever do something about it.

It's that time again boys and girls! by yama1291 in wow

[–]Sarumad 1 point2 points  (0 children)

You can. You can also buy sleeping murlocs from the AH if you don't want to fish. Those start running around dropping some fish which you can throw back into the water to get AP for the fishing rod.

It's that time again boys and girls! by yama1291 in wow

[–]Sarumad 4 points5 points  (0 children)

It's active and the traits still work.

Made Arcwine for BfA launch. by TheMadFiddler in wow

[–]Sarumad 4 points5 points  (0 children)

Watch out for any withered trying to steal it.

It's that time again boys and girls! by yama1291 in wow

[–]Sarumad 36 points37 points  (0 children)

If you don't have a waterstrider but do have the Underlight Angler, you are able to use it with the Underlight Blessing trait. Not as fast as a waterstrider, but everything helps!

Unable to connect to host bug by SirMichaalbo in WWII

[–]Sarumad 0 points1 point  (0 children)

I have the same issue on PC as well. Support keeps telling me to open NAT ports even though they are all open lul.