setTerrainGrid: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <dl class="command_description"> <dt><dt>" to " <dl class="command_description"> <dt><dt>") |
Lou Montana (talk | contribs) m (Text replacement - "]]<dd class="note">" to "]]</dt> <dd class="note">") |
||
Line 52: | Line 52: | ||
<dt><dt> | <dt><dt> | ||
<dd class="notedate">Posted on August 4, 2006 - 12:02</dd> | <dd class="notedate">Posted on August 4, 2006 - 12:02</dd> | ||
<dt class="note">[[User:Hardrock|hardrock]]<dd class="note">''Notes from before the conversion:'' | <dt class="note">[[User:Hardrock|hardrock]]</dt> | ||
<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 | ||
Line 59: | Line 60: | ||
<dt><dt> | <dt><dt> | ||
<dd class="notedate">Posted on August 18, 2007 - 9:46</dd> | <dd class="notedate">Posted on August 18, 2007 - 9:46</dd> | ||
<dt class="note">[[User:WGL.Q|WGL.Q]]<dd class="note">''Effects on grass:'' | <dt class="note">[[User:WGL.Q|WGL.Q]]</dt> | ||
<dd class="note">''Effects on grass:'' | |||
* 50: disables/removes grass altogether. | * 50: disables/removes grass altogether. | ||
Line 69: | Line 71: | ||
<dt><dt> | <dt><dt> | ||
<dd class="notedate">Posted on December 15, 2019 - 5:50</dd> | <dd class="notedate">Posted on December 15, 2019 - 5:50</dd> | ||
<dt class="note">[[User:Rommel]]<dd class="note">''Arma 2 Supported Reso:'' | <dt class="note">[[User:Rommel]]</dt> | ||
<dd class="note">''Arma 2 Supported Reso:'' | |||
In Arma 2 you are not stuck to 50, 25, 12 etc. 45 is a lower setting then 25! | In Arma 2 you are not stuck to 50, 25, 12 etc. 45 is a lower setting then 25! | ||
<dt><dt> | <dt><dt> | ||
<dd class="notedate">Posted on March 13, 2013 - 17:05</dd> | <dd class="notedate">Posted on March 13, 2013 - 17:05</dd> | ||
<dt class="note">[[User:GalZohar|GalZohar]]<dd class="note">''Arma 3 Multiplayer default:'' | <dt class="note">[[User:GalZohar|GalZohar]]</dt> | ||
<dd class="note">''Arma 3 Multiplayer default:'' | |||
Some testing indicates that the default value for Arma 3 multiplayer is 10 - just like before. 10 is between "Normal" and "High". | Some testing indicates that the default value for Arma 3 multiplayer is 10 - just like before. 10 is between "Normal" and "High". |
Revision as of 18:32, 12 June 2021
Description
- Description:
- Sets the desired terrain resolution in meters.
- Groups:
- SystemEnvironment
Syntax
- Syntax:
- Syntax needed
- Parameters:
- grid: Number - For default landscapes the supported resolutions are:
- 50 - smoothest, less lag
- 25 - default in multiplayer
- 12.5 - default in single player
- 6.25
- 3.125 - bumpiest, higher lag
- Return Value:
- Nothing
Examples
- Example 1:
setTerrainGrid 12.5;
Additional Information
- See also:
- getTerrainGridsetViewDistanceviewDistancesetDetailMapBlendParsgetObjectViewDistancesetObjectViewDistance
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
- 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 are estimates!
- Posted on December 15, 2019 - 5:50
- User:Rommel
- Arma 2 Supported Reso: In Arma 2 you are not stuck to 50, 25, 12 etc. 45 is a lower setting then 25!
- Posted on March 13, 2013 - 17:05
- GalZohar
- Arma 3 Multiplayer default: Some testing indicates that the default value for Arma 3 multiplayer is 10 - just like before. 10 is between "Normal" and "High". An user's terrain detail setting is ignored in multiplayer just like in Arma 2.
- Posted on November 19, 2014 - 17:44 (UTC)
- MrPineapple
-
TerrainGrid values for Arma 3 1.34:
Low = 50 (NoGrass)
Standard = 25
High = 12.5
Very High = 6.25
Ultra = 3.125
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.75
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Elite: Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: System
- Command Group: Environment
- Scripting Commands: Local Effect