Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2011-11-29 18:12:06
Size: 1022
Editor: EricPalmer
Comment:
Revision 5 as of 2015-05-06 11:15:24
Size: 1024
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
= view_mapsT.in = = make_scriptT.in =
Line 7: Line 7:
Used by ["make_script.e"]. Used by [[make_script.e]].
Line 17: Line 17:
 3. Script file to use (or Seed). This has all the commands that will be used to build each of the aaaa.INN file that goes into ["lithos.e"]  3. Script file to use (or Seed). This has all the commands that will be used to build each of the aaaa.INN file that goes into [[lithos.e]]

make_scriptT.in

Support file.

Generated by hand.

Used by make_script.e.

General Info

  • # is a comment, locations will be skipped
  • & is a command. This command will be run. Normally, you will use this on the first line to setup that map that you will be working with

Parameters

  1. Copy the mapfile that you will be working with. Give it a generic name
  2. Filename of the mapfile you will be using
  3. Script file to use (or Seed). This has all the commands that will be used to build each of the aaaa.INN file that goes into lithos.e

  4. Location to make a new landmark. In this case it is in meters - and here we are setting a landmark in a 50 meter grid. If there is the line Lat/Lon (?) this the numbers would be lat and lon.
  5. Repeat
  6. End

Example

& cp MAPFILES/ZN0056.MAP MAPFILES/XXXXXX.MAP
XXXXXX
XXX050.SEED
0050,  0950
0100,  0950
...
0850,  0050
0900,  0050
0950,  0050
END

make_scriptT.in (last edited 2023-03-17 09:41:45 by DalyTerik)