Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Release 0.9.5

Compare
Choose a tag to compare
@dgkanatsios dgkanatsios released this 20 Apr 17:37
· 4 commits to master since this release
c628513

Adding support for non-password protected game certificates (.pfx files). You can use that by adding a GameCertificateDetails object at MultiplayerSettings.json that includes objects with Name/Path values, like

"GameCertificateDetails": [
{Name="cert1",Path="C:\path\cert1.pfx"},
{Name="cert2",Path="C:\path\cert2.pfx"},
]

Name(s) and Path(s) must be unique.