This repository provides mapping files (.usmap) for use with FModel, making setup faster and easier.
Note
If you see any mapping missing in this repository and you know how to generate one, please make pull request providing generated mapping and update index.json following exact scheme as all the previous ones.
To use these mappings in FModel, configure the Mapping Endpoint in your settings as follows:
- Endpoint: https://masusder.github.io/FModel-DbdMappings/index.json
- Expression:
$['<version>']['url', 'fileName']
Replace <version> in expression with the exact game version displayed on the splash screen when you launch the game, for example 9.2.0. If you're on Public Test Build then _ptb suffix has to be added to the version, for example 9.2.0_ptb.
You can use this expression $['latest']['url', 'fileName'] instead if you want to always use latest available version there is, keep in mind PTB one will always be treated as latest if available.
Endpoint configuration can be found in FModel settings, open them using this button:
Properly configured endpoint should look like below: