File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ https://user-images.githubusercontent.com/920861/134824107-03e9f99c-b420-47c7-b7
16164 . Download the [ latest PIN release] ( https://github.com/themeldingwars/PIN/releases/latest )
17175 . Make a backup copy of the original ` FirefallClient.exe ` in ` Firefall\system\bin `
18186 . Replace the ` FirefallClient.exe ` with the patched ` FirefallClient.exe ` from the PIN release
19- 7 . Make sure the [ .NET 8 Runtime] ( https://dotnet.microsoft.com/download/dotnet/8 .0 ) is installed
19+ 7 . Make sure the [ .NET 10 Runtime] ( https://dotnet.microsoft.com/download/dotnet/10 .0 ) is installed
20208 . Trust self-signed development certificates by running ` dotnet dev-certs https --trust `
21219 . Start all three applications:
2222 - GameServer
@@ -63,10 +63,10 @@ PlayIntroMovie = false
6363## Development
6464
65651 . Install Visual Studio or JetBrains Rider
66- - Include the [ .NET 8 SDK] ( https://dotnet.microsoft.com/download/dotnet/8 .0 ) component or install it separately
66+ - Include the [ .NET 10 SDK] ( https://dotnet.microsoft.com/download/dotnet/10 .0 ) component or install it separately
67672 . Recursive clone the repository ` git clone --recurse-submodules https://github.com/themeldingwars/PIN.git `
68683 . Build the solution
69- 4 . Edit the ` GameServer.dll.config ` produced by the build in ` UdpHosts\GameServer\bin\Release\net8 .0 ` to ensure that ` StaticDBPath ` is correct.
69+ 4 . Edit the ` GameServer.dll.config ` produced by the build in ` UdpHosts\GameServer\bin\Release\net10 .0 ` to ensure that ` StaticDBPath ` is correct.
70705 . Trust self-signed development certificates by running ` dotnet dev-certs https --trust `
71716 . Start multiple targets at once
7272 - Visual Studio: Create a ` Multiple Startup Projects ` target that start WebHostManager, GameServer and MatrixServer
You can’t perform that action at this time.
0 commit comments