Hi,
i just recently discovered how to add an unit from one faction to another. For this you will need the NTW Packfilemanger. In this tutorial I add the Brunswick line to prussia.
Prelude: Create a new mod with PFM
Step 1:Changing the units_to_exclusive_faction_permissions table.
This is basicly the same as in ETW, find the unit copy the line and change the faction.
You should have an Entry like this:
Inf_Line_Brunswick_Line_Infantry prussia True
Step 2: Changing the uniforms table.
This is new since NTW. To avoid the placeholder problem, go here find the unit you want to change (third column). Now copy that line, change the first column with a new prefix (lets say Prussia) and change the faction in the 2nd column.
You should have an Entry like this:
Prussia_Inf_Line_Brunswick_Line_Infantry prussia Britain_Inf_Line_Brunswick_Line_Infantry Inf_Line_Brunswick_Line_Infantry
Step 3: Changing the uniform_to_faction_colours table.
This isn't necessary and i haven't testet this yet but i think its correct. Search the line with the unit you want to change. Important the reference is the IDref from the uniforms table. Search the entry for Britain_Inf_Line_Brunswick_Line_Infantry copy that row an change the first entry to Prussia_Inf_Line_Brunswick_Line_Infantry and the 2nd to prussia. Without that Step the Unit will have the faction color instead of beeing mainly black.
Step 4: Changing the units table.
This is the same as in ETW just change the columns Early Available and Late Available to true. This will make the unit accessable for custom battles.
Step 5: Changing the building_units_allowed table
Adding some lines for Inf_Line_Brunswick_Line_Infantry to make the unit accessable for the campaign.
Edit:
After looking through Swiss Halberdiers aum_mod this seems to work for new units as well.
For new units there are some additional steps:
1. Adding the unit to units_stats_land (or naval) table
2. Adding the unit to units table
3. Adding some abilities to the unit in unit_to_unit_abilities_junctions
I hope this is new to you and helps. To make things a bit easier I made an example mod.
Thanks to
Erasmus777
HusserlTW
the Vicar
for the NTW_PFM
and
Swiss Halberdier
for the AUM-NAP mod.
Greetings
Thalion