description
Note: This is for coop only
What exactly this mutator does is to spawn up to 2 vehicles at the beginning of the round. If you already playing a map that has vehicle spawn, I suggest you not use this mutator. This mutator will spawn the vehicle regardless of the map has a vehicle or not. Its best use for the official map.
There is an issue with the vehicle spawn location. I need to find a better algorithm for the location to spawn the vehicle. Right now you might experience vehicle spawning in the location you can't reach or stuck somewhere else.
Mutator name:
- VehicleInsertion
Default game.ini
;Vehicle type to spawn
VehicleType=BlueprintGeneratedClass'/Game/Game/Actors/Vehicles/BP_VH_TechnicalLarge_Insertion_Black.BP_VH_TechnicalLarge_Insertion_Black_C'
;Enable spawning 2nd vehicle
bEnableSecondVehicle=True
;2nd vehicle type
SecondVehicleType=BlueprintGeneratedClass'/Game/Game/Actors/Vehicles/BP_VH_TechnicalSmall_DShK_Black.BP_VH_TechnicalSmall_DShK_Black_C'
List of vehicles
BP_VH_RussianTransport_Bed
BP_VH_RussianTransport_Bed_Black
BP_VH_RussianTransport_BedTarp
BP_VH_RussianTransport_BedTarp_Black
BP_VH_RussianTransport_Black
BP_VH_RussianTransport_Tanker
BP_VH_TechnicalLarge
BP_VH_TechnicalLarge_Black
BP_VH_TechnicalLarge_DShK
BP_VH_TechnicalLarge_DShK_Black
BP_VH_TechnicalLarge_Insertion
BP_VH_TechnicalLarge_Insertion_Black
BP_VH_TechnicalLarge_M2HB
BP_VH_TechnicalSmall
BP_VH_TechnicalSmall_Black
BP_VH_TechnicalSmall_DShK
BP_VH_TechnicalSmall_DShK_Black
BP_VH_USTransport
BP_VH_USTransport_Bed
To change the vehicle type, make sure you have the full path just like in the default game.ini for this mutator then just simply replace the vehicle name in there.
Example the path is /Game/Game/Actors/Vehicles/
and the vehicle we will be using will be BP_VH_TechnicalLarge_Insertion_Black
Then the full path will be /Game/Game/Actors/Vehicles/BP_VH_TechnicalLarge_Insertion_Black.BP_VH_TechnicalLarge_Insertion_Black_C
Other information you have to know:
- Technical Large = truck with 4 seats
- Technical Small = truck with 2 seats only
- Transport bed = with the word 'bed' in it, which means there are more seats. Without the word 'bed' then it just the front truck.
Credits
-
25 Jul 23:01Version 1.0.0
- init
0 Comments for Vehicle Insertion (1.0.0)