Update Game Servers/ARK - Survival Ascended.md

This commit is contained in:
Nicole Rappe
2024-05-07 10:12:20 -06:00
parent 8076947066
commit 5a0a94bb4b

View File

@ -11,12 +11,10 @@ We need to install the Visual C++ Redistributable for both x86 and x64
## Run Unreal Engine Certificate Trust Script ## Run Unreal Engine Certificate Trust Script
There is an issue where if you run a dedicated server, part of that requires API access to Epic Games and that will not work without installing a few certificates. The original Github page can be found [here](https://github.com/Ch4r0ne/UnrealEngine_Dedicated_Server_Install_CA/tree/main), which details the reason for it in more detail. There is an issue where if you run a dedicated server, part of that requires API access to Epic Games and that will not work without installing a few certificates. The original Github page can be found [here](https://github.com/Ch4r0ne/UnrealEngine_Dedicated_Server_Install_CA/tree/main), which details the reason for it in more detail.
- [Download Unreal Engine Certificate Install Script](https://github.com/Ch4r0ne/UnrealEngine_Dedicated_Server_Install_CA/blob/main/Install_Certificate.ps1)
!!! note "Run as Administrator" !!! note "Run as Administrator"
You need to run the command as an administrator. This command will temporarily bypass the script execution policy: You need to run the command as an administrator. This command will download the script automatically and temporarily bypass the script execution policy to run the script:
``` ```
PowerShell -ExecutionPolicy Bypass -File "C:\Users\nicole.rappe\Downloads\Install_Certificate.ps1" PowerShell -ExecutionPolicy Bypass -Command "irm 'https://raw.githubusercontent.com/Ch4r0ne/UnrealEngine_Dedicated_Server_Install_CA/main/Install_Certificate.ps1' | iex"
``` ```
## SteamCMD Deployment Script ## SteamCMD Deployment Script