setTerrainGrid: Difference between revisions
Jump to navigation
Jump to search
m (VBS2 scripting category removal) |
(mass edit: removing obsolete </dt> and </dd> tags) |
||
Line 39: | Line 39: | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on August 4, 2006 - 12:02 | <dd class="notedate">Posted on August 4, 2006 - 12:02 | ||
<dt class="note">'''[[User:Hardrock|hardrock]]''' | <dt class="note">'''[[User:Hardrock|hardrock]]'''<dd class="note">''Notes from before the conversion:'' | ||
This is like opening up your video preferences and changing "terrain detail", i.e.: setTerrainGrid 50 <nowiki>=</nowiki> lowest detail | This is like opening up your video preferences and changing "terrain detail", i.e.: setTerrainGrid 50 <nowiki>=</nowiki> lowest detail | ||
setTerrainGrid 3.125 <nowiki>=</nowiki> highest detail It is similar to the command [[setViewDistance]]. | setTerrainGrid 3.125 <nowiki>=</nowiki> highest detail It is similar to the command [[setViewDistance]]. | ||
<dd class="notedate">Posted on August 18, 2007 - 9:46 | |||
<dt class="note">'''[[User:WGL.Q|WGL.Q]]''' | <dd class="notedate">Posted on August 18, 2007 - 9:46 | ||
<dt class="note">'''[[User:WGL.Q|WGL.Q]]'''<dd class="note">''Effects on grass:'' | |||
* 50: disables/removes grass altogether. | * 50: disables/removes grass altogether. | ||
Line 55: | Line 55: | ||
[http://ofpc.de/wargames//files/arma/biki/Test_VD_TD.Sara.rar Demo Mission Test_VD_TD.Sara.rar]: ViewDistance and TerrainGrid can be changed via RadioTriggers | [http://ofpc.de/wargames//files/arma/biki/Test_VD_TD.Sara.rar Demo Mission Test_VD_TD.Sara.rar]: ViewDistance and TerrainGrid can be changed via RadioTriggers | ||
<dd class="notedate">Posted on December 15, 2019 - 5:50 | |||
<dt class="note">'''[[User:Rommel]]''' | <dd class="notedate">Posted on December 15, 2019 - 5:50 | ||
<dt class="note">'''[[User:Rommel]]'''<dd class="note">''ArmA2 Supported Reso:'' | |||
In ArmA2 you are not stuck to 50, 25, 12 etc. 45 is a lower setting then 25! | In ArmA2 you are not stuck to 50, 25, 12 etc. 45 is a lower setting then 25! | ||
<!-- Note Section END --> | <!-- Note Section END --> |
Revision as of 02:58, 18 October 2011
Description
- Description:
- Operation Flashpoint, VBS1: Set desired terrain resolution (in meters).
For default landscapes, supported resolutions are:
- 50 - smoothest, less lag
- 25 - default in multiplayer
- 12.5 - default in singleplayer
- 6.25
- 3.125 - bumpiest, higher lag
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
setTerrainGrid 12.5
Additional Information
- See also:
- setViewDistanceviewDistance
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
Notes
- Posted on August 4, 2006 - 12:02
- hardrock
- Notes from before the conversion: This is like opening up your video preferences and changing "terrain detail", i.e.: setTerrainGrid 50 = lowest detail setTerrainGrid 3.125 = highest detail It is similar to the command setViewDistance.
- Posted on August 18, 2007 - 9:46
- WGL.Q
- Effects on grass:
- 50: disables/removes grass altogether.
- 25: grass is visible.
- Lower values make grass drawn a bit further at distance. However the effect is decreasing rapidly: Grass radius of 25 is 100%. 12.5 is now like 100% + 20%, 6.25 is like 100% + 20% + 5% and 3.125 is 100% + 20% + 5% + 1%. Note these estimates!
- Posted on December 15, 2019 - 5:50
- User:Rommel
- ArmA2 Supported Reso: In ArmA2 you are not stuck to 50, 25, 12 etc. 45 is a lower setting then 25!