Skip to content

Simple AFS patcher (replace via filename matching)

License

Notifications You must be signed in to change notification settings

ShadowTheHedgehogHacking/PAFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAFS

Simple AFS patcher (CLI util) - replace via filename matching (.adx files only)

  • The AFS and folder containing .adx replacements must be the same name.
  • The .adx replacements can NOT be in subdirectories (e.g. \PJS\mysubfolder\something.adx) only \PJS\something.adx is valid

To build single file for platform of your choice:

dotnet publish PAFS.sln -c Release -r win-x64 dotnet publish PAFS.sln -c Release -r linux-x64