Hey there, is there a way to remove not just a specific unit or division type, but a specific model?
Usecase: After WW1 is over, i would like to give players (and more importantly the AI) the choice to gear down their navy. As the AI will not disband units on it's own, ancient units (CA1, BB1, BC1, ... ) should be decommissioned by this event, or they will just continue draining up a nations oil and supply pool.
I was thinking about something like these:
For two of these commands, the value parameter even exists, but is ignored currently.
Usecase: After WW1 is over, i would like to give players (and more importantly the AI) the choice to gear down their navy. As the AI will not disband units on it's own, ancient units (CA1, BB1, BC1, ... ) should be decommissioned by this event, or they will just continue draining up a nations oil and supply pool.
I was thinking about something like these:
Code:
type = remove_division which = battlecruiser where = -1 value = 1 #remove all BC1s
Code:
type = delete_unit which = battlecruiser value = 1 #atm value is ignored
Code:
type = damage_division which = battlecruiser value = 1 where = 100 #destroy all BC1s
For two of these commands, the value parameter even exists, but is ignored currently.
Last edited:
Upvote
0