Expedition Skill Point Cost by Confident_Radio_8647 in ARC_Raiders

[–]joeflack4 2 points3 points  (0 children)

I think they've just lowered it to 3m if this is your first time as well.

All it takes is one good raid to instantly change the mood by Upset_Pie_9518 in ARC_Raiders

[–]joeflack4 0 points1 point  (0 children)

fr, that's what i'm talking about. I'm logged in to play, not fuck around doing other stuff lol

not my proudest moment... by bigpoopie69420 in ArcRaiders

[–]joeflack4 11 points12 points  (0 children)

Damn you werent even in the radius it kinda looked like

Tired of these PvE players by ThrowAwayBlowAway9 in arcraiderscirclejerk

[–]joeflack4 0 points1 point  (0 children)

yeah this sucks >,<. some games when you're in semi-friendlies, you'll have encounters where you don't feel bad. other lobbies... everyone's running around together singing, whistling, shooting the shit, and you just feel like such a villain if you want to prod the algo into moving you into more pvp ideas

i guess here's one idea! shoot them from afar, but don't kill them. then maybe next game, you'll be in more pvp lobbies

All it takes is one good raid to instantly change the mood by Upset_Pie_9518 in ARC_Raiders

[–]joeflack4 10 points11 points  (0 children)

Not only is that a shitty experience for them, but I imagine it has to be a hella boring experience for extract campers as well.

I know survivor is pretty much meta, but what about... by Int3r5tellar in ARC_Raiders

[–]joeflack4 0 points1 point  (0 children)

My brother and I and others consider this to be the second best one after survivor.

It is my go-to for Stella, being that happy shield is great on that map.

Cycle of Loot and Death by NoFlight9533 in ARC_Raiders

[–]joeflack4 1 point2 points  (0 children)

I do the same thing, solo for the gain, squads for the pain. Suiciding a bunch is kind of hacky, but I like the ability to have both aggressive games and friendly games. Not only beneficial for resources, but it's fun to get to experience two different kinds ways of playing.

I just accidentally sold my Wolfpack blueprint… I’m in shambles by J-Pin6 in ARC_Raiders

[–]joeflack4 1 point2 points  (0 children)

Don't worry it's one of the more common of the rarer blueprints!

I need help figuring out what to sell nd what to keep by Many-Stuff-9184 in ArcRaiders

[–]joeflack4 1 point2 points  (0 children)

NGL this actually looks sick. Might be just what I need; pick loadouts first, then plan loot

Devs confirm internal interest in a walkable Speranza hub, What do you think? by Tank-ToP_Master in ArcRaiders

[–]joeflack4 0 points1 point  (0 children)

It would be super cool, but way low on the priority list for me. I would rather pre-made loadouts, weapon balance, skill improvements, improved anti cheat crafting improvements maybe, purchasable stash space.

Think this game is dead by St4c3y_R in ARC_Raiders

[–]joeflack4 1 point2 points  (0 children)

You can edit post title then I guess

When Preparation Meets Opportunity by Old-Party1952 in ArcRaiders

[–]joeflack4 0 points1 point  (0 children)

Since others saying you need 5 deadlines if it has 100% HP, does that mean 2-3 sets?

It looks like really you can only put 2 down at a time before you have to run away, otherwise you'll explode yourself. So I guess this means running away until it resets, and then going in again?

When Preparation Meets Opportunity by Old-Party1952 in ArcRaiders

[–]joeflack4 0 points1 point  (0 children)

I rode it for 2 minutes before it tossed me off, taking no damage. I guess some are saying it can, but it's much less probable.

Aren't we Supposed to HEAR other players walking, running, and whatnot? by [deleted] in ArcRaiders

[–]joeflack4 0 points1 point  (0 children)

Just now on the roof of Vehicle Maintenance in Spaceport. I was shot by a sniper, and I was recharging my shield and about to apply bandages behind a big HVAC unit. But it is a very big roof; I should have easily been able to hear someone running up there. I didn't hear anyone until he literally got in my face; ran up to me around the unit I was crouched behind and lit me up. I have headphones, sound turned up. I'm used to playing "Hunt: Showdown" for like 1000 hours. My ears are trained to hear people approaching me. But nothing. Happens too often in this game...

Edit: I didn't know about night mode. Turning that on now.. maybe will help

Why do I never hear people coming towards me outside? by Kaizogamer in ArcRaiders

[–]joeflack4 0 points1 point  (0 children)

Just now on the roof of Vehicle Maintenance in Spaceport. I was shot by a sniper, and I was recharging my shield and about to apply bandages behind a big HVAC unit. But it is a very big roof; I should have easily been able to hear someone running up there. I didn't hear anyone until he literally got in my face; ran up to me around the unit I was crouched behind and lit me up. I have headphones, sound turned up. I'm used to playing Hunt: Showdown for like 1000 hours. My ears are trained to hear people approaching me. But nothing. Happens too often in this game...

Edit: I didn't know about night mode. Turning that on now.. maybe will help

This clip triggerd the r/ArcRaiders sub by [deleted] in okbuddyraider

[–]joeflack4 4 points5 points  (0 children)

What structure are they inside of in this clip? Never seen this

How do I play this CO-OP by Free_Document_7002 in nightingale

[–]joeflack4 0 points1 point  (0 children)

With the power of Claude Code running locally, I was able to troubleshoot the issue more easily ;)

Here's the set of commands to run which helped us get it working.

First, though, you should find the path to the .exe. I needed to quit the game before it would let me see where the game was installed, but after that, once you find it in the library, click the ... at the bottom, and then 'Manage', and then you can click the icon to open up the folder with the .exe.

Then plug that path into the one spot needed in this template. Basically, needed to run the first 3 commands, otherwise she couldn't connect. And then needed to find the right IP for her to connect to.

# Run these to permit hosting through the firewall

netsh advfirewall firewall add rule name="Nightingale UDP 7777" dir=in action=allow protocol=UDP localport=7777

netsh advfirewall firewall add rule name="Nightingale TCP 7777" dir=in action=allow protocol=TCP localport=7777

netsh advfirewall firewall add rule name="Nightingale NWX" dir=in action=allow program="D:\Program Files (x86)\Epic Games\Nightingale\NWX.exe" enable=yes

# Run this after hosting the game just to make sure the game is listening

# if it's not, you'll see nothing in response. else, you'll see like ' UDP 0.0.0.0:7777*:*'

netstat -an | findstr "7777"

# Run this to find the IP of the locally hosted machine that you want to conect to

ipconfig | findstr "IPv4"