Patch Notes Update Elite Dangerous: Beyond - Chapter Two 3.1

Status
Thread Closed: Not open for further replies.
*Stares At screen, waiting for patch notes*
*Writes Powershell Script to Refresh Page*


Code:
[COLOR=#454545][FONT='inherit'][FONT=arial]function Refresh-WebPages {[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT='inherit'][FONT=arial]        param([/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT='inherit'][FONT=arial]            $interval = 5[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT='inherit'][FONT=arial]        )[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT='inherit'][FONT=arial]        "Refreshing IE Windows every $interval seconds."[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT='inherit'][FONT=arial]        "Press any key to stop."[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT='inherit'][FONT=arial]        $shell = New-Object -ComObject Shell.Application[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT='inherit'][FONT=arial]        do {[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT='inherit'][FONT=arial]            'Refreshing ALL HTML'[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT='inherit'][FONT=arial]            $shell.Windows() | [/FONT][/FONT][/COLOR]
[COLOR=#E4AF0A][FONT='inherit'][FONT=arial][COLOR=#454545]                Where-Object { $_.Document.url -like '[URL="https://forums.frontier.co.uk/showthread.php/435267-Elite-Dangerous-Beyond-Chapter-Two-3-1?p=6819647#post6819647"][COLOR=#E4AF0A]https://forums.frontier.co.uk/showthread.php/435267-Elite-Dangerous-Beyond-Chapter-Two-3-1?p=6819647#post6819647[/COLOR][/URL]' }  | [/COLOR][/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT='inherit'][FONT=arial]                ForEach-Object { $_.Refresh() }[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT='inherit'][FONT=arial]            Start-Sleep -Seconds $interval[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT='inherit'][FONT=arial]        } until ( [System.Console]::KeyAvailable )[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT='inherit'][FONT=arial]            [System.Console]::ReadKey($true) | Out-Null[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT='inherit'][FONT=arial]    }[/FONT][/FONT][/COLOR]
 
Last edited:
"The galaxy servers will be taken down tomorrow (28/06) at 8:00 AM (BST)"
"The downtime is expected to last for approximately 9 hours."

It is currently ~11AM. Therefore it has been 3 hours.
9-3 = 6, therefore, 6 hours to go.

True....but at least give us the notes?
 
A plea to FD - please replicate the current Training Missions/Challenge Scenarios from the main game into the Single Player Combat Training (SPCT). I hadn't played the training scenarios for a while so thought I would get my Elite fix while the servers are down. Unfortunately the SPCT has not been updated for years, or maybe never at all. It does not use the same bindings as the main game so I had to re-do those. In the end I had to stop playing because there is no option to turn off the ship acceleration judder and it was making me nauseous.
 
Greetings Commanders,

The galaxy servers will be taken down tomorrow (28/06) at 8:00 AM (BST) to reploy update 3.1 Elite Dangerous: Beyond - Chapter Two.

The downtime is expected to last for approximately 9 hours. There is a chance that this could run over, so we really appreciate your patience. As usual with these updates we'll keep you as up to date as possible.

We will post the full changelog tomorrow.

but the notes are not until tomorrow[noob]
 
*Stares At screen, waiting for patch notes*
*Writes Powershell Script to Refresh Page*


Code:
[COLOR=#454545][FONT=&][FONT=arial]function Refresh-WebPages {[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT=&][FONT=arial]        param([/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT=&][FONT=arial]            $interval = 5[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT=&][FONT=arial]        )[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT=&][FONT=arial]        "Refreshing IE Windows every $interval seconds."[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT=&][FONT=arial]        "Press any key to stop."[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT=&][FONT=arial]        $shell = New-Object -ComObject Shell.Application[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT=&][FONT=arial]        do {[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT=&][FONT=arial]            'Refreshing ALL HTML'[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT=&][FONT=arial]            $shell.Windows() | [/FONT][/FONT][/COLOR]
[COLOR=#E4AF0A][FONT=&][FONT=arial][COLOR=#454545]                Where-Object { $_.Document.url -like '[URL="https://forums.frontier.co.uk/showthread.php/435267-Elite-Dangerous-Beyond-Chapter-Two-3-1?p=6819647#post6819647"][COLOR=#E4AF0A]https://forums.frontier.co.uk/showthread.php/435267-Elite-Dangerous-Beyond-Chapter-Two-3-1?p=6819647#post6819647[/COLOR][/URL]' }  | [/COLOR][/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT=&][FONT=arial]                ForEach-Object { $_.Refresh() }[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT=&][FONT=arial]            Start-Sleep -Seconds $interval[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT=&][FONT=arial]        } until ( [System.Console]::KeyAvailable )[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT=&][FONT=arial]            [System.Console]::ReadKey($true) | Out-Null[/FONT][/FONT][/COLOR]
[COLOR=#454545][FONT=&][FONT=arial]    }[/FONT][/FONT][/COLOR]

*installs Easy Auto Refresh Chrome extension; sets timer to 1 minute* :D
 
Greetings Commanders,

The galaxy servers will be taken down tomorrow (28/06) at 8:00 AM (BST) to reploy update 3.1 Elite Dangerous: Beyond - Chapter Two.

The downtime is expected to last for approximately 9 hours. There is a chance that this could run over, so we really appreciate your patience. As usual with these updates we'll keep you as up to date as possible.

We will post the full changelog tomorrow.

woulda been nice to at least have had a changelog to read :(
 
Status
Thread Closed: Not open for further replies.
Back
Top Bottom