Monster Hunter Stories 2: Wings of Ruin
0 of 0

File information

Last updated

Original upload

Created by

Fexty

Uploaded by

Fexty125731

Virus scan

Safe to use

Tags for this mod

About this mod

nativePC (game file override) implementation to layer custom game files on top of the real ones

Requirements
Permissions and credits
Requires Ando's Modloader


What is this?

This is a barebones "nativePC" (term is from Monster Hunter World, another term for it would be layeredFS) implementation.
It allows you to layer .arc files over the real game files. So instead of dropping custom arcs into nativeDX11x64, you'd drop them in nativePC

Usage

1. Install Ando's Modloader
2. Extract this mod into gamefolder/mods
3. Extract any downloaded mods into gamefolder/nativePC instead of nativeDX11x64

Your folder structure should look something like this afterwards:

└── Monster Hunter Stories 2/
├── mods/
│└── bootleg-nativepc/
├── bootleg-nativepc.dll
└── plugin.json
├── nativeDX11x64/
└── ...
├── nativePC/
└── <file mods (custom arcs) go here>
└── ...

Note that inside nativePC you still need the same relative paths as in nativeDX11x64. So "nativeDX11x64/archive/common.arc" would go in "nativePC/archive/common.arc"

This only overwrites .arc files, NOT the unpacked arc.(However that is also in the works)