altv-issues
altv-issues copied to clipboard
Allow replacing x64a.rpf with resource
Description of the problem
As now i couldn't replace it with replace nor stream resource on server. there is an somekind of exploit players able to use if they replace some files on there rpf file via OpenIV,
- folder structure
└───hitbox
│ resource.toml
│ stream.toml
│
└───replaces
z_z_alien.yft
z_z_fred.yft
z_z_fred_large.yft
z_z_wilma.yft
z_z_wilma_large.yft
- resource.toml
type = 'dlc'
main = 'stream.toml'
client-files = [ 'replaces/*' ]
- stream.toml
[overrides]
'platform:/models/z_z_alien.yft' = 'replaces/z_z_alien.yft'
'platform:/models/z_z_wilma_large.yft' = 'replaces/z_z_wilma_large.yft'
'platform:/models/z_z_wilma.yft' = 'replaces/z_z_wilma.yft'
'platform:/models/z_z_fred_large.yft' = 'replaces/z_z_fred_large.yft'
'platform:/models/z_z_fred.yft' = 'replaces/z_z_fred.yft'
Desired solution for the problem
Allow replacing x64a.rpf with resource.
Alternatives you considered
No response
Additional context
No response