Document PAK v2 resource closeout
Some checks failed
CI / linux-portable (push) Successful in 3m34s
CI / windows-gate (push) Failing after 6m5s
CI / release (push) Has been skipped

This commit is contained in:
Erik 2026-08-27 20:29:50 +02:00
parent d8c794a478
commit cccae4169a
5 changed files with 98 additions and 32 deletions

View file

@ -97,8 +97,8 @@ missing.
- A machine-local `acdream.pak` built from those DATs
- A running ACE server for connected play; the examples use
`127.0.0.1:9000`
- For the graphical client, a driver exposing the mandatory modern OpenGL
capabilities
- For the graphical client, a driver exposing the mandatory Vulkan
capabilities validated at startup
The project does not distribute Microsoft/Turbine DAT files or derived
prepared packages.
@ -111,10 +111,9 @@ dotnet build AcDream.slnx -c Release
dotnet test AcDream.slnx -c Release --no-build
```
The current baseline is a successful Release build with **8,826 passing tests
and 5 intentional skips**. The build currently reports 17 test-project
warnings tracked by [`#228`](docs/ISSUES.md#228--clean-release-build-emits-17-test-project-warnings);
production compilation has zero errors.
The current CI-filtered Windows baseline is a successful Release build with
**16,151 passing tests and zero failures**; opt-in live, installed-DAT,
prepared-package, manual, timing, and platform-specific lanes run separately.
## Prepare content
@ -127,8 +126,9 @@ dotnet run --project src\AcDream.Bake\AcDream.Bake.csproj -c Release -- `
--out "C:\Games\Asheron's Call\acdream.pak"
```
A complete package is approximately 30 GB. It is machine-local and must not be
committed. `ACDREAM_PAK_PATH` overrides the default
A complete format-2 package from the standard installed DAT set is about
570 MiB (the former format-1 package was about 30 GB). It is machine-local and
must not be committed. `ACDREAM_PAK_PATH` overrides the default
`<DAT directory>\acdream.pak`.
## Run the graphical client