diag exportTerrainSVG: Difference between revisions
Jump to navigation
Jump to search
m (fixed link) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 9: | Line 9: | ||
|gr1= Diagnostic | |gr1= Diagnostic | ||
|descr= [[File: A3 diag exportTerrainSVG Example.jpg|thumb | |descr= [[File: A3 diag exportTerrainSVG Example.jpg|thumb|400px|Highly detailed map of [[Stratis]]|right]] | ||
Like the old [[Arma 3: Cheats#TOPOGRAPHY|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. | ||
Line 30: | Line 30: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>diag_exportTerrainSVG ["C:\Users\USERNAME\Desktop\Stratis_Map.svg", true, true, true, true, true, false]; // replace USERNAME with your username!</sqf> | ||
|seealso= [[Arma 3: Diagnostics Exe]] | |seealso= [[Arma 3: Diagnostics Exe]] | ||
}} | }} |
Revision as of 13:43, 5 May 2022
Description
- Description:
- 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:
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