How did you go about adding the fortified flak emplacement for germany? (the one with the garrison)
That's currently what I'm attempting to implement
It's mostly the 17 pounder with some changes:
1. Clone the 17 pounder AT emplacement entities with new names:
- The pit and gun in ebps
- The emplacement in sbps.
2. Change to model of the gun in ebps 'entity_blueprint_ext' with the model of the original Pak43
3. Replace the weapons in the gun in ebps in 'combat_ext' with the weapons of the original Pak43.
4. Replace the 'ui_ext' in the pit in ebps with the ui of the original Pak43.
5. Clean the 'requirements_ext' in the pit in ebps so it doesn't require the company command post
6. Change the 'loadout_ext' in the emplacement in sbps with your new two entities, the gun and the pit.
These are the most important steps. When that works, you can fine-tune it with other costs, actions and abilities.
Good luck!