Tips
From OpenSimulator
(Difference between revisions)
Line 1: | Line 1: | ||
[[Category:Users]] | [[Category:Users]] | ||
− | + | ===Terrain commands by example=== | |
− | + | ||
− | === | + | |
====Quickly flatten a region==== | ====Quickly flatten a region==== | ||
When you have multiple regions, that you need to terraform to a certain height, the quickest way to do it is by selecting a region, and fill the terrain to the specified height: | When you have multiple regions, that you need to terraform to a certain height, the quickest way to do it is by selecting a region, and fill the terrain to the specified height: | ||
change-region YourRegionName | change-region YourRegionName | ||
− | terrain fill 20 | + | script terrain fill 20 |
''Note:'' Remember to change to the region you wish to modify if that is the only region wish to make changes to. Without using the change-region command, you may very well end up flattening multiple regions! | ''Note:'' Remember to change to the region you wish to modify if that is the only region wish to make changes to. Without using the change-region command, you may very well end up flattening multiple regions! | ||
[[Category:Getting Started]] | [[Category:Getting Started]] |
Revision as of 02:33, 17 March 2008
Terrain commands by example
Quickly flatten a region
When you have multiple regions, that you need to terraform to a certain height, the quickest way to do it is by selecting a region, and fill the terrain to the specified height:
change-region YourRegionName script terrain fill 20
Note: Remember to change to the region you wish to modify if that is the only region wish to make changes to. Without using the change-region command, you may very well end up flattening multiple regions!