altv-issues icon indicating copy to clipboard operation
altv-issues copied to clipboard

Loading multiple rpf files in one resource

Open mrgharabaghi opened this issue 1 year ago • 1 comments

Description of the problem

Instead of creating multiple resources for each rpf file, it's a good idea to support multiple rpf files in a single resource.

Desired solution for the problem

# resource.toml
type = 'rpf'

# Absolute path
rpf-files = [
    'dlc1.rpf',
    'archive/dlc2.rpf',
    'archive/dlc3.rpf'
]
# resource.toml
type = 'rpf'

# Wildcard
rpf-files = [
    'archive/*'
]

Alternatives you considered

No

Additional context

No

mrgharabaghi avatar Sep 03 '24 04:09 mrgharabaghi