Destiny 2 – How to Play Nightfall/Strike Missions Solo

destiny-2

I would like to play the strikes just by myself, without any other guardians to play with me. I have the fireteam setting switched to Private, which indicates that no one can join my Fireteam lobby. And yet, when I do instance into a Nightfall lobby, it seems I am always forced to find 2 other Guardians to queue up with for a strike.

I know the game will most likely be more frustrating and harder to play by going solo. But I like and appreciate the sense of challenge and working on improving my own skills. In addition, it helps to not have teammates get in the way of catalyst progression, or Strike-related bounties or quests.

Is there a way to play fireteam missions solo?

Best Answer

PC

Thanks to /u/depreciated_ on reddit for their solution:

Run the following script in Powershell (run as Administrator):

New-NetFirewallRule -DisplayName "Destiny2-Solo-1" -Direction Outbound -LocalPort 1935,3097,3478-3480 -Protocol TCP -Action Block
New-NetFirewallRule -DisplayName "Destiny2-Solo-2" -Direction Outbound -LocalPort 1935,3097,3478-3480 -Protocol UDP -Action Block
New-NetFirewallRule -DisplayName "Destiny2-Solo-3" -Direction Inbound -LocalPort 1935,3097,3478-3480 -Protocol TCP -Action Block
New-NetFirewallRule -DisplayName "Destiny2-Solo-4" -Direction Inbound -LocalPort 1935,3097,3478-3480 -Protocol UDP -Action Block
Write-Host "Destiny 2 Solo mode activated.  Press ctl + c to deactivate solo mode."

And then run the following when you are done:

Read-Host
Remove-NetFirewallRule -DisplayName "Destiny2-Solo-1" 
Remove-NetFirewallRule -DisplayName "Destiny2-Solo-2" 
Remove-NetFirewallRule -DisplayName "Destiny2-Solo-3" 
Remove-NetFirewallRule -DisplayName "Destiny2-Solo-4"

This will force the game to block specific network ports, preventing other guardians from joining up in your fireteam. Do note as mentioned in his post that the script needs to be run while your ship is fully in orbit, before starting "matchmaking". After a few minutes, the game will automatically start the strike regardless if others join your team (in this case, won't happen), and you'll be free to play any Strikes solo! This applies to both Nightfall strikes, Nightfall: The Ordeal, any strikes in the Vanguard playlists, or Strikes started manually from each planet's map.


PS4

You can set your time back, preferably 1 hour. This prevents others from matching with you, and you can solo strikes this way. Don't forget to switch your system clock back to normal if you want to play with others again.