Terrain Tutorial – Arma 2

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
#Importing Landscape, Satellite Texture, and Objects.
#Importing Landscape, Satellite Texture, and Objects.
#Binarizing your world properly.
#Binarizing your world properly.
#Propper Samplemap to work with.
#Proper Samplemap to work with.
References:
References:
*[[Visitor 3 Manual]]
*[[Visitor 3 Manual]]
*[http://tinyurl.com/5kd79v ArmABuildEnvironment.pdf (by Synide)]
*[http://tinyurl.com/5kd79v ArmABuildEnvironment.pdf (by Synide)]


==1.Setting up Visitor==
==Setting up Visitor==

Revision as of 20:26, 30 August 2009

Introduction

This simple tutorial will explain the basic process of creating a Island in ArmA2.

What the tutorial will deal with:

  1. Setting up Visitor and the working directory correctly with your namespace/tag.
  2. Importing Landscape, Satellite Texture, and Objects.
  3. Binarizing your world properly.
  4. Proper Samplemap to work with.

References:

Setting up Visitor