User Tools

Site Tools


arma3:port-arma-2-terrain

ArmA 2 To ArmA 3 Port - Terrain

ArmA 3 Forum, ArmA 3, ArmA 3 Config, ArmA 3 Missions, ArmA 3 3D Modeling, ArmA 3 Scripting, ArmA 3 Terrain, ArmA 3 Texturing, ArmA 3 Tools

Howto port ArmA 2 Terrain WRP into ArmA 3

  1. roads from arma2, then disable new shapefile roads in config; newRoadsShape = “”;
  2. config inherit from stratis and required addons “A3_Map_Stratis”

WRP files from ArmA 2 Visitor 3 work just fine in arma3 binarize and in-game, you DON'T need to re-compile / export the terrain with terrain builder.

Re-Compile with Terrain Builder

If you choose to re-compile PEW through Terrain Builder, it basically assumes you have layers.cfg, the ground close textures and satellite images still available.

Remember that this is totally optional task, you do not need to re-compile PEW / WRP through terrain builder.

Terrain Builder:

  1. file → import → maps, choose visitor3 pew project file
  2. set northing 200000 and easting 0
  3. set layers.cfg
  4. file → import → satellite mask
  5. file → import → satellite texture
  6. check that terrain and satellites have correct sizes
  7. rebuild terrain
  8. generate layers
  9. file → export → wrp
  10. convert png to paa

All done

Config

New values in CfgSurfaces:

class CfgSurfaces
{
	class Default{};
	class Water{};
	class GdtStratisConcrete: Default
	{
		access = 2;
		files = "gdt_strconcrete_*";
		character = "Empty";
		soundEnviron = "concrete";
		soundHit = "concrete";
		rough = 0.05;
		maxSpeedCoef = 1;
		dust = 0.15;
		lucidity = 0.3;
		grassCover = 0.0;
		impact = "hitConcrete";
		maxClutterColoringCoef = 1.35;
	};

Objects

Objects in general do not cause errors if they are not used, well doh quite obvious but still. If you just binarize objects you get no errors in binarize or in-game.

Objects Config

VTE_objects_cfg worked off the box without errors, no changes had to be made. Seems like the base classes are same as in ArmA 2.

arma3/port-arma-2-terrain.txt · Last modified: 2024/08/03 12:13 by snakeman

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.