Open Sewer56 opened 3 months ago
!!! info "NxVFS is the working name for a [File Emulation Framework] extension that exposes files in .nx archives as regular FileSystem files."
NxVFS
.nx
This allows us to seamlessly use compressed data in `.nx` archives as if they were regular files.
!!! info "R3 packages are packaged in two levels."
NxVFS transforms the following part of:
modfiles ├── redirector │ └── skill-game-asset.bin └── mod.dll
into
modfiles.nx
!!! warning "The effects of NxVFS over [Demand Paging] are unknown."
This requires research.
Unexpected bot attack, what??
I give up lol
!!! info "
NxVFS
is the working name for a [File Emulation Framework] extension that exposes files in.nx
archives as regular FileSystem files."!!! info "R3 packages are packaged in two levels."
NxVFS transforms the following part of:
into
!!! warning "The effects of
NxVFS
over [Demand Paging] are unknown."