Static weapons not spawning with any crew! #1676
-
Would appreciate help with this, I have wasted many hours trying to fix this to no avail! Using a mixture of mods, here is what I have, using a bunch of random units for the crewmen section in desperation: btc_type_divers = ["O_diver_F"]; I have tried to change the crewmen listed in btc_type_crewmen, it never changes anything nor causes the assets to be crewed correctly, they still spawn empty. I have tried to add units by doing: " btc_type_crewmen = btc_type_crewmen + ["TCF_URA_Rifleman"];", it has not resulted in anything. Attached is a screenshot version of my config, and at least one picture of the issue. Main faction being used is the OPTRE Insurrectionist faction, with the custom units from The Carver Findings as shown above. Help would be deeply appreciated, I am at my wits end with this. I fixed this by accident before but that was literal years ago. What the hell is going wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello,
Cheers |
Beta Was this translation helpful? Give feedback.
Hello,
btc_type_crewmen
is a string not an array (https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/def/mission.sqf#L656C9-L656C25)You should see an error in your .rpt about this
Cheers