diag exportTerrainSVG: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
(added example and image)
(2 intermediate revisions by one other user not shown)
Line 9: Line 9:
|gr1= Diagnosis
|gr1= Diagnosis


| {{WIP}}
| Like the old [[ArmA: Cheats#TOPOGRAPHY|TOPOGRAPHY]] cheat code, exports terrain, but in modern SVG format instead of the proprietary EMF format.
Like the old [[ArmA:_Cheats#TOPOGRAPHY|TOPOGRAPHY]] cheat code, exports terrain, but in modern SVG Format instead of the proprietary EMF format.
 
[[File: A3 diag exportTerrainSVG Example.jpg|Highly detailed map of [[Stratis]]|left|400px]]




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


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


|p2= drawLocationNames: [[Boolean]] - Whether or not to draw location names
|p2= drawLocationNames: [[Boolean]] - Whether or not to draw location names
Line 27: Line 28:
|p6= drawMountainHeightpoints: [[Boolean]] - Whether or not to draw mountain height spots
|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)
|p7= simpleRoads: [[Boolean]] - Simplify roads. Draw roads as one long polyline instead of separate segments. Uses average road width as overall width


| [[Nothing]]
| [[Nothing]]


|x1=<code> </code>
|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]]
| [[Arma 3 Diagnostics Exe]]
}}
}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 10:41, 19 January 2021


-wrong parameter ("arma3diag") defined!-[[:Category:Introduced with arma3diag version 2.01|2.01]]
Hover & click on the images for description

Description

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

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

[[Category:Introduced with arma3diag version 2.01]][[ Category: arma3diag: New Scripting Commands | DIAG EXPORTTERRAINSVG]][[ Category: arma3diag: Scripting Commands | DIAG EXPORTTERRAINSVG]]