|
cathar1244 -> RE: Clear Objectives? (11/6/2021 8:20:51 AM)
|
Here is one way to do it outside of the editor. 1. Make a copy of your scenario file so you have a backup. 2. With the scenario loaded into the scenario editor, save the file with the "Save game (XML)" option. This creates a file with a .gam file type suffix. 3. The .gam file can be loaded into a text editor. 4. Bunch of information in that file, including formation objectives. This is what you want to look for: <FORMATION ID="14" NAME="Baltic Front" PROFICIENCY="100" SUPPLY="100" SUPPORTSCOPE="Internal Support" ORDERS="Wait" EMPHASIS="Ignore Losses" ENTRYTURN="2"> <OBJECTIVES TRACK="1"> <OBJECTIVE ID="1" DESCRIPTION="41,10 (LENINGRAD)" X="41" Y="10"/> <OBJECTIVE ID="2" DESCRIPTION="21,15 (RIGA)" X="21" Y="15"/> <OBJECTIVE ID="3" DESCRIPTION="16,21 (KAUNAS)" X="16" Y="21"/> <OBJECTIVE ID="4" DESCRIPTION="2,18 (GDANSK)" X="2" Y="18"/> <OBJECTIVE ID="5" DESCRIPTION="51,30 (MOSCOW)" X="51" Y="30"/> </OBJECTIVES> <OBJECTIVES TRACK="2"/> <OBJECTIVES TRACK="3"/> <OBJECTIVES TRACK="4"/> <OBJECTIVES TRACK="5"/> This example shows only one objective track has been set up. The objectives are numbered, and the DESCRIPTION field identifies the hex coordinates of the objective. You can change the coordinates there and save the .gam file. Once saved, load the modified .gam file into the scenario editor with the "Open Game (XML)" option. If it loads without error, then save it as a regular scenario file and the changes will be in the newly saved scenario file. Cheers
|
|
|
|