Log in to reply
 

Fort Zancudo patrol vehicles.



  • This post is deleted!


  • @123456789gtamod

    1:
    Yeah, it's possible :thumbsup:

    2:
    dispatch.meta

    ...\Grand Theft Auto V\mods\update\update.rpf\common\data\dispatch.meta

    Edit the vehicle names in the:

    '<ZoneType>VEHICLE_RESPONSE_ARMY_BASE</ZoneType>'

    sections of the file.

    Example:

    		<Vehicle>
    			<Name>POLICE_CAR_WOMEN</Name>
    			<ConditionalVehicleSets>
    				<Item>
    					<ZoneType>VEHICLE_RESPONSE_ARMY_BASE</ZoneType>
    					<VehicleModels>
    						<Vehicle>crusader</Vehicle> <!-- edit these vehicle names here -->
    						<Vehicle>mesa3</Vehicle>
    						<Vehicle>barracks</Vehicle>
    					</VehicleModels>
    					<PedModels>
    						<Ped>S_M_M_Marine_01</Ped>
    						<Ped>S_M_Y_Marine_03</Ped> 	
    					</PedModels>
    				</Item>
    

    Additionally, make sure any vehicle you add to those lines has the 'FLAG_LAW_ENFORCEMENT' flag added to it's 'vehicles.meta' '<flags>' line, so the vehicle can spawn as dispatch without any issues:

    Example:

    vehicles.meta

             <flags>FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_NO_RESPRAY FLAG_DONT_SPAWN_IN_CARGEN FLAG_REPORT_CRIME_IF_STANDING_ON FLAG_HAS_LIVERY FLAG_HAS_INTERIOR_EXTRAS</flags>
    

    Flags can be in any order, with a space inbetween them.



  • I think he means the ambient army vehicles roaming around and inside the base. They should be somewhere in scenario for editing I believe. or you can use different vehicles for the same model name (replacing vanilla vehicles basically).


Log in to reply
 

Looks like your connection to GTA5-Mods.com Forums was lost, please wait while we try to reconnect.