diag exportTerrainSVG: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(More explanation)
m (fixed link)
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:diag_exportTerrainSVG}}
{{RV|type=command


{{Command|Comments=
|game1= arma3


| arma3diag |Game=
|branch= diag


|2.02|Game Version=
|version1= 2.02


|gr1= Diagnosis |GROUP1=
|gr1= Diagnostic


| {{wip}}
|descr= [[File: A3 diag exportTerrainSVG Example.jpg|thumb|right|400px|Highly detailed map of [[Stratis]]|right]]
Like the old TOPOGRAPHY cheat code, exports terrain, but in Modern SVG Format instead of the proprietary EMF format.
Like the old [[Arma 3: Cheats#TOPOGRAPHY|TOPOGRAPHY]] cheat code, exports terrain, but in modern SVG format instead of the proprietary EMF format.
|DESCRIPTION=


| [[diag_exportTerrainSVG]] [filePath, drawLocationNames, drawGrid, drawCountlines, drawTreeObjects, drawMountainHeightpoints, simpleRoads] |SYNTAX=
|s1= [[diag_exportTerrainSVG]] [filePath, drawLocationNames, drawGrid, drawCountlines, drawTreeObjects, drawMountainHeightpoints, simpleRoads]


|p1= filePath: [[String]] - Path on disk |PARAMETER1=
|p1= filePath: [[String]] - Path on disk. File name and extension have to be included


|p2= drawLocationNames: [[Boolean]] - Whether or not to draw location names |PARAMETER2=
|p2= drawLocationNames: [[Boolean]] - Whether or not to draw location names


|p3= drawGrid: [[Boolean]] - Whether or not to draw grid |PARAMETER3=
|p3= drawGrid: [[Boolean]] - Whether or not to draw grid


|p4= drawCountlines: [[Boolean]] - Whether or not to count lines |PARAMETER4=
|p4= drawCountlines: [[Boolean]] - Whether or not to count lines


|p5= drawTreeObjects: [[Boolean]] - Whether or not to draw trees |PARAMETER5=
|p5= drawTreeObjects: [[Boolean]] - Whether or not to draw trees


|p6= drawMountainHeightpoints: [[Boolean]] - Whether or not to draw mountain height spots |PARAMETER6=
|p6= drawMountainHeightpoints: [[Boolean]] - Whether or not to draw mountain height spots


|p7= simpleRoads: [[Boolean]] - Simplify roads (Draw roads as one long polyline instead of seperate segments, uses average road width as overall width) |PARAMETER7=
|p7= simpleRoads: [[Boolean]] - Simplify roads. Draw roads as one long polyline instead of separate segments. Uses average road width as overall width


| [[Nothing]] |RETURNVALUE=
|r1= [[Nothing]]


|x1=<code> </code>|EXAMPLE1=
|x1= <code>[[diag_exportTerrainSVG]] ["C:\Users\USERNAME\Desktop\Stratis_Map.svg", [[true]], [[true]], [[true]], [[true]], [[true]], [[false]]]; {{cc|Replace USERNAME with your username!}}</code>
 
| [[Arma 3 Diagnostics Exe]]|SEEALSO=


|seealso= [[Arma 3: Diagnostics Exe]]
}}
}}
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 13:43, 28 June 2021

Hover & click on the images for description
Only available in Diagnostic branch(es).

Description

Description:
Highly detailed map of Stratis
Like the old TOPOGRAPHY cheat code, exports terrain, but in modern SVG format instead of the proprietary EMF format.
Groups:
Diagnostic

Syntax

Syntax:
diag_exportTerrainSVG [filePath, drawLocationNames, drawGrid, drawCountlines, drawTreeObjects, drawMountainHeightpoints, simpleRoads]
Parameters:
filePath: String - Path on disk. File name and extension have to be included
drawLocationNames: Boolean - Whether or not to draw location names
drawGrid: Boolean - Whether or not to draw grid
drawCountlines: Boolean - Whether or not to count lines
drawTreeObjects: Boolean - Whether or not to draw trees
drawMountainHeightpoints: Boolean - Whether or not to draw mountain height spots
simpleRoads: Boolean - Simplify roads. Draw roads as one long polyline instead of separate segments. Uses average road width as overall width
Return Value:
Nothing

Examples

Example 1:
diag_exportTerrainSVG ["C:\Users\USERNAME\Desktop\Stratis_Map.svg", true, true, true, true, true, false]; // Replace USERNAME with your username!

Additional Information

See also:
Arma 3: Diagnostics Exe

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note