I would really, really know how this works, because i still think that what @Viccracenvy tells us is to change the variety of peds and not the numbers in a single car.
epoqx
View profile on GTA5-Mods.com »
Posts made by epoqx
-
RE: 4x seats vehicles useable by AI dispatchposted in General Modding Discussion
-
RE: can i control how many officers in one vehicle ?posted in General Modding Discussion
@Viccracenvy I think that you are talking about how to change the variety of peds. Changing these lanes doesn't seem to affect the number of peds that will spawn in a single car.
I think that cars are hard blocked on there cop/fib/swat/army spawning seats. I've made multiple tests with multiple cars, FBI2 always spawn with 3 peds maximum, FBI (the buffalo) is the only car I know that can spawn with 4 peds of any category.
-
Turn off livery on modded police carsposted in General Modding Discussion
So, I'm working a lot on the dispatch.meta recently, and right now I'm trying to make a dispatch of undercover FBI peds. I found the peds, but I'm having troubles to find the cars.
Except reworked vanilla cars transformed to unmarked, there doesn't seem to be a lot non-ELS that are working properly.
I don't use ELS because it doesn't seem to be usefull for the AI in single player mod without LSPDFR.
Most of the amazing modded, non-ELS cars are marked.- Is it possible to take off the livery so I can use the basic color pattern of a car while keeping the police lights ? (Making it an unmarked/undercover car)
- If not, can ELS for a non-LSPDFR user be usefull ? (Dispatched/Spawned from popgroup law vehicles can use it ?)
Thanks !
-
RE: Empty/ghost vehiclesposted in General Modding Discussion
News. I made tons of tests, and it is defenitively related to the <DispatchType>.
- SWAT peds (S_M_Y_Swat_01) are made for <DispatchType>DT_SwatAutomobile</DispatchType>.
- COPS/FBI peds (S_M_Y_Cop_01, mp_m_fibsec_01, s_m_m_fibsec_01) all share the same COP category, and are related to <DispatchType>DT_PoliceAutomobile</DispatchType>.
- ROADBLOCK vehicles (riot, insurgent) are ONLY related to <DispatchType>road_blocks</DispatchType>
- If you switch the SWAT peds category to the <DispatchType>DT_PoliceAutomobile</DispatchType>, it will work.
- If you switch the COP peds category to the <DispatchType>DT_SwatAutomobile</DispatchType>, there will be ghost vehicles.
- If you switch any SWAT/COP/FIB vehicles to ROADBLOCK, it seems to work.
- If you switch ROADBLOCK category vehicles to another </DispatchType>, there will be ghost vehicles.
Dispatch Ghost Fix didn't worked at all for me.
Seems like changing the peds.meta to make a ped category belong to another makes the game crash. -
Add or change a ped categoryposted in General Modding Discussion
Hi,
I'd like to add a new FBI style ped for my dispatch. I want the skin from "s_m_m_fiboffice_01" and "s_m_m_fiboffice_02" to act like "s_m_m_fibsec_01" : Being a FIB unit that can be dispatched like a cop.
Seems like that mod is doing this : https://fr.gta5-mods.com/misc/merryweather-enabled. So I kinda followed similar steps.I Copied the .yft/.ytd... files from the fiboffice peds, to the location of the fibsec ped, while giving them a new name : "s_m_m_fibcos_01" and "s_m_m_fibcos_02".
I first copied the entries of "s_m_m_fibsec_01" into the peds.meta, while changing the names to <Name>s_m_m_fibcos_01</Name> and 02. Game crashed at laoding screen.
So I took the entries from the "s_m_m_fiboffice_01" and changed all the relationships of it to COP (like the "s_m_m_fibsec_01" entries). Still crashed.How can I do this ? Is it possible to change de ped category just by changing the peds.meta ?
Thanks
-
RE: 4x seats vehicles useable by AI dispatchposted in General Modding Discussion
@Viccracenvy NumPedsToSpawn value ? How this works concretely ? I already tried to upgrade this value, but it doesn't seem to impact the units dispatched in each cars.
So it is possible to make spawn 2 peds instead of 4 in the FBIBuffalo, but is it possible to make spawn more than 3 peds in any other vehicle than FBIBuffalo and FBIGranger ? I tried different ones, from different categories, but they all seem to spawn at maximum 2 peds in it. Even in vans, SUVs or big 4x4, which makes it a bit unrealistic.
Thanks
-
RE: Empty/ghost vehiclesposted in General Modding Discussion
I reainstalled GTA, and work from the vanilla dispatch. I made my own Vehiclesets :
"<Vehicle>
<Name>SWAT</Name>
<ConditionalVehicleSets>
<Item>
<ZoneType>VEHICLE_RESPONSE_ARMY_BASE</ZoneType>
<VehicleModels>
<Vehicle>crusader</Vehicle>
</VehicleModels>
<PedModels>
<Ped>S_M_M_Marine_01</Ped>
</PedModels>
</Item>
<Item>
<ZoneType>VEHICLE_RESPONSE_COUNTRYSIDE</ZoneType>
<VehicleModels>
<Vehicle>SHERIFF</Vehicle>
</VehicleModels>
<PedModels>
<Ped>S_M_Y_Sheriff_01</Ped>
</PedModels>
</Item>
<Item>
<VehicleModels>
<Vehicle>fbi2</Vehicle>
<Vehicle>insurgent2</Vehicle>
</VehicleModels>
<PedModels>
<Ped>S_M_Y_Swat_01</Ped>
</PedModels>
</Item>
</ConditionalVehicleSets>
</Vehicle>"This is the one with the insurgent2. The fbi2 spawn normally with the 3 swat peds, the insurgent2 spawn empty, driving without objective, isn't marked as ennemy on the minimap, and if i come close it just stops.
I just made a test with a fresh downloaded "Dispatch ghost Fix" with your instructions. Here is the Log :"Found configuration file:
\Rockstar Launcher\Grand Theft Auto V\scripts\dispatch.meta
Loading Completed. 15 Peds loaded.
Peds all requested. shutting down script"@Viccracenvy Btw, how do you copy the datas as a scrollable page ?
-
Make a car spawn with tuning partsposted in General Modding Discussion
Hi, i'd like to make a replaced car for my dispatch spawn with tuning parts. How to do this ? a Flag can do it ? Is it possible to force the spawn with some specific parts ?
Thanks
-
RE: 4x seats vehicles useable by AI dispatchposted in General Modding Discussion
I've found this https://fr.gta5-mods.com/vehicles/lspd-tru-granger-add-on-replace.
Exactly what i'm searching for, the replace works in-game, but still with 3x peds. If someone got an idea one how to make it work like in the video (Granger full of SWAT inside, and 4 outside) from that link, it would be amazing.