Factions - custom factions? #1512
-
Is it possible to create a custom faction with handpicked classnames? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hello, Yes sure, you can replace with all your class name here: https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/def/mission.sqf#L634-L643 btc_type_units = ["class1", "otherclassname", "anotherone"]; Cheers |
Beta Was this translation helpful? Give feedback.
-
To Clarify some Details... A) type_units refers to units as in soldiers i assume? B) Type_Crewmen would be the crew of all vehicles or just some specific assets? C) _motorized: does this refer to any sort of vehicles or a specific set of (unarmed) vehicles? D) E) Can i change the enemy Faction during a running campaign or will it be "written in stone" once its saved to the Database? |
Beta Was this translation helpful? Give feedback.
-
Follow up question: This is the way i have my custom enemy faction defined inside def/mission.sqf
Sometimes, when a town is being initilised, the following errorcode came up occationally. Did I do something wrong? Happens with costal towns but also with town inland, several km away from the coast.
|
Beta Was this translation helpful? Give feedback.
Hello,
Yes sure, you can replace with all your class name here: https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/def/mission.sqf#L634-L643
Cheers