Resource Manager: Batch Resource Processor Plugin – Arma Reforger

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page creation)
 
m (Fix)
 
Line 17: Line 17:


* '''File Types''' - types (file extensions) to process
* '''File Types''' - types (file extensions) to process
* '''Path Starts With''' - only check textures whose path starts with this value
* '''Path Starts With''' - only check resources whose path starts with this value
* '''Path Contains''' - only check textures whose path contains this value
* '''Path Contains''' - only check resources whose path contains this value
* '''Path Ends With''' - only check textures whose path ends with this value
* '''Path Ends With''' - only check resources whose path ends with this value
* '''Fix Meta File''' - change configuration inheritance, etc - note that meta file can still be re-saved by other actions
* '''Fix Meta File''' - change configuration inheritance, etc - note that meta file can still be re-saved by other actions
* '''Force Resave Meta File''' - resaves meta file even without changes
* '''Force Resave Meta File''' - resaves meta file even without changes

Latest revision as of 11:49, 3 October 2024

Batch Resource Processor

Resource Manager plugin

Perform simple checks and fixes on resource files

File: ResourceProcessorTool.c

The Batch Resource Processor plugin reprocesses resources (fitting the provided filters) and fixes Prefab/MeshObject/Sound/ParticleEffect meta files.


Usage

Use it with Plugins > Batch resource processor; a window appears allowing to set all the below settings.


Parameters

  • File Types - types (file extensions) to process
  • Path Starts With - only check resources whose path starts with this value
  • Path Contains - only check resources whose path contains this value
  • Path Ends With - only check resources whose path ends with this value
  • Fix Meta File - change configuration inheritance, etc - note that meta file can still be re-saved by other actions
  • Force Resave Meta File - resaves meta file even without changes
  • Report Missing Meta File - report missing meta file
  • Report Missing Configurations - report missing configurations
  • Report Custom Property Values - report custom property values
  • Fix Custom Property Values - fix custom property values (apply all PC custom changes to all other platforms)


Command Line

This plugin can be used through command line usage:

ArmaReforgerWorkbenchSteam.exe -wbModule=ResourceManager -plugin=ResourceProcessorPlugin pluginArguments

It uses the following arguments:

  • -FileTypes to specify File Types as defined above, separated by a comma (e.g -FileTypes="xob,edds")
  • path filters (e.g -PathStartsWith="$ArmaReforger:Assets/Structures/Houses"):
    • -PathStartsWith
    • -PathContains
    • -PathEndsWith