So i have added the CIWS defense mod into the server CIWS Anti Air Defense - GTA5-Mods.com but the guns do not work and Im so confused on how to make this work along with the rim116 that’s included in it. Please someone explain
Did you add weaponarchetypes.meta, vehicleweapons_def_ciws.meta and vehicleweapons_def_rim.meta to your fxmanifest.lua file correctly?
More info on data files is here Data files - Cfx.re Docs and Resource manifest - Cfx.re Docs
Im not sure I wouldnt know how to do that
Try this:
data_file ‘WEAPONINFO_FILE’ 'data/vehicleweapons_def_rim.meta’
data_file ‘WEAPONINFO_FILE’ 'data/vehicleweapons_def_ciws.meta’
Thx for info, done this but the CIWS and RIM stay silent.
Can’t rotate and can’t fire
Here content of my fxmanifest :
files
{
‘meta/*.meta’
}
–data_file ‘VEHICLE_VARIATION_FILE’ ‘meta/caraddoncontentunlocks.meta’
data_file ‘VEHICLE_VARIATION_FILE’ ‘meta/carvariations.meta’
data_file ‘CONTENT_UNLOCKING_META_FILE’ ‘meta/contentunlocks.meta’
data_file ‘HANDLING_FILE’ ‘meta/handling.meta’
data_file ‘VEHICLE_LAYOUTS_FILE’ ‘meta/vehiclelayouts.meta’
data_file ‘VEHICLE_METADATA_FILE’ ‘meta/vehicles.meta’
data_file ‘WEAPONINFO_FILE’ ‘meta/vehicleweapons_def_rim.meta’
data_file ‘WEAPONINFO_FILE’ ‘meta/vehicleweapons_def_ciws.meta’
data_file ‘WEAPONINFO_FILE’ ‘meta/weaponarchetypes.meta’
i comment --data_file ‘VEHICLE_VARIATION_FILE’ ‘meta/caraddoncontentunlocks.meta’ because this make an error in F8 console
thx in advance for help