Page 1 of 1
Editor question
Posted: Fri Sep 03, 2021 8:12 am
by pookiebear
Is there any way in the editor to reset all support units to okh?
RE: Editor question
Posted: Sat Sep 04, 2021 12:28 am
by jlbhung
I am not sure if there are other simpler ways, but if you can handle spreadsheet you may try the following -
(a) always back up your scenario first;
(b) export unit.csv at the "CSV" tab of the Editor;
(c) open the unit.csv using spreadsheet software;
(d) filter the data using the following criteria -
(i) nat =1 ; for Germany
(ii) theaterBox = 0 ; to exclude units in theaterBox
(iii) x=0, y=0 ; to identify support units which usually do not have x,y coordinates
(iv) exclude type=21; to unselect airbases
(v) exclude hhq=2; to exclude support units assigned to OKL (they are AA units in cities)
(vi) delay=0; [Edit - added to exclude units arriving in subsequent turns. May not need this if you also want subsequent support units to go to OKH]
(e) for the remaining units, change their hhq value to 1; hhq=1 is OKH
(f) import unit.csv back at the "CSV" tab of the Editor.