A tool for modding a variety of files in Nier:Automata
Supported file types:
- DAT, DTT
- PAK, YAX, XML (xml quest scripts)
- BIN (ruby quest scripts)
- BXM (XML config files)
- WTA, WTP, WTB (texture files)
- BNK, WEM, WAI, WSP (audio files)
- TMD (localized UI text)
- MCD (localized UI text)
- SMD (localized subtitles)
- FTB (fonts)
- CPK extract
- Save files (SlotData_X.dat)
- EST (effects)
Go to the releases page and download the latest F-SERVO_x.x.x.7z
file. Extract the archive and run F-SERVO.exe
.
See the incomplete wiki.
Music replacement & loop point editing
- Open an issue on this repository
- Nier Discord modding server
- My Discord name: @raiderbv
-
Git clone this repository
-
Get all assets
- Update git submodules with
git submodule update --init
- Download additional assets from here and extract the folders inside into the
assets
folder. (This is so that the raw git repo isn't 100+ MB large)
- Update git submodules with
-
Update dependencies with
flutter pub get
-
Run with your IDE of choice or for release build
flutter build windows --release