project reality header
Go Back   Project Reality Forums > PR:BF2 Mod Forums > PR:BF2 Community Modding > Modding Tutorials
19 Sep 2024, 00:00:00 (PRT)
Register Developer Blogs Members List Search Quick Links
Modding Tutorials Information and tutorials related to modding BF2.

Reply
 
Thread Tools Display Modes
Old 2011-06-27, 06:43   #1
Amok@ndy
Retired PR Developer
Supporting Member

Amok@ndy's Avatar
Default Creating Heightsmaps With GeoControl and BF2HMT

Creating Heightsmaps with GeoControl and BF2HMT

By Fenring and some contributions by Lobo

Before reading this, the basic EA/DICE introduction to heightfields could be a good read.

Download Geocontrol
Download BF2 HeightMap Tool
Download bf2 grids for GeoControl


(Terrain generated/sculpted with Geocontrol 2 in DICE newest BF game Battlefield: Bad Company)

This tuorial doesnt explain in detail how to use geocontrol but rather how to adopt geocontrol for bf2 use, but geocontrol is relatively simple and has good help functions and presets.

One of the major disadvantages when using World Machine and really large heightfields (2048x2048+) is the high memory consumption/speed of filters and the relative lack of "painted/exact" control over the landscape. The surrouding terrain in bf2 is great in that way it can be modeled according to the rest of your map with shadows and everything and therfore more realistic (not like in BF42 where is just the heightmap repeated). If we want to create the surrounding terrain also the minimum heightfield size is 1024x1024 for the smallest map size. These are the sizes you need to work with in landscape generators in general to create entire terrain including your surrounding (mapsize *4):

256 any scale: 1024x1024
512 any scale: 2048x2048
1024 any scale: 4096x4096

When working with bf2hmt to export to bf2 you need to resize this to your mapsize+1*3 (example 1025*3 = 3075)
1024 = 3075x3075
512 = 1539x1539
256 = 771x771

Example image 1024 map size:


1025 for the main heightmap and other two 1025 for both sides in both axes for the surrounding terrain. These are croped and scaled down for the game in bf2hmt.

Now with this theoretic part over lets start up geocontrol. Load up one of the grids accoding to the map size your going to create, i suggest starting of with a 256 size map (1024x1024), faster to work with and faster to learn before tackling the bigger map sizes. Geocontrol is very memory friendly, even 4096 size can be used with as little as 512mb ram, but you do need a fast CPU to get decent speeds when sculpting the terrain with high demanding filters like erosion.



As you can see the grid separetes the surrounding terrain from the playable area directly in geocontrol. Use the zoom button to just work with your playable area

Now we export, I just do "Normalize" and export as .raw , ill just save mine in "My Documents" as test.raw.



Open it up in Photoshop with these values for raw import:



and resize to the figures shown in theory:
1025 = 4096x4096 resize to 3075x3075
512 = 2048x2048 resize to 1539x1539
256 = 1024x1024 resize to 771x771

Ill resize mine to 771x771



Save always in TIFF format, we save as test.tiff with standard options.

If you havent done this already create a basic 256 level in bf2editor:



Now lets open this file in bf2hmt:



After some BF2_tpaint we have a complete basic map with surrounding terrain in like 5 minutes!



There will always be some stitching problems with the surrounding and main terrain so keep that in mind when designing your maps.

To texture your primary terrain in terragen just import the heightmapprimary.raw in geocontrol and save as .ter and open in terragen. Simple as that!

Also remember that bf2hmt can be used in the same way with any other landscape generator or photoshop.


Heres a screenshot of geocontrol terrain lightmapped and colortextured in Terragen and detailmap in bf2_tpaint.
Notice the scale of things when the small veichle is a Panzer II!

**************************************************
EditorNotes: GeoControl2 has some small changes related to the previous version but with this tutorial you should be able to handle GeoControl2, though the Normalize button is not present in the Beta Version you are still able to create your terrain



cheers @ndy


Amok@ndy is offline
Last edited by Amok@ndy; 2011-06-29 at 08:28..
Reply With Quote
Old 2011-06-27, 07:37   #2
billoute
Retired PR Developer

billoute's Avatar
Default Re: [Map Tutorial] Creating Heightsmaps with GeoControl and BF2HMT

Impressive, I regret to not knowing this tool before I began to start mapping.
A question, it seems to me that there is in BF editor a maximum altitude, which can cause problems with high montains. These tops may be flat ?

La faim justifie les moyens ......
billoute is offline Reply With Quote
Old 2011-06-27, 07:52   #3
Amok@ndy
Retired PR Developer
Supporting Member

Amok@ndy's Avatar
Default Re: [Map Tutorial] Creating Heightsmaps with GeoControl and BF2HMT

if you are using this tool you wont have problems with that you can have 255 different heights saved in the .raw file + the setting in the bf2 editor where you can set the maximum height it would never be a problem


Amok@ndy is offline Reply With Quote
Old 2011-08-22, 04:19   #4
AFsoccer
Retired PR Developer
Supporting Member

AFsoccer's Avatar
Default Re: [Map Tutorial] Creating Heightsmaps with GeoControl and BF2HMT

Note: We've discovered issues of kits disappearing and FOB being bugged when terrain is at exactly 0 height. So when finalizing your terrain import, please be sure to raise any terrain that's at 0 height, even if only by 0.5 meters.

AFsoccer is offline Reply With Quote
Old 2011-10-30, 01:25   #5
Shovel
Supporting Member

Shovel's Avatar
Default Re: [Map Tutorial] Creating Heightsmaps with GeoControl and BF2HMT

Does anyone have the BF2 grids for GeoControl? The link isn't working.

Shovel009
Shovel is offline Reply With Quote
Old 2011-10-30, 10:59   #6
Amok@ndy
Retired PR Developer
Supporting Member

Amok@ndy's Avatar
Default Re: [Map Tutorial] Creating Heightsmaps with GeoControl and BF2HMT

im not at home atm but im going to reupload them as soon as im home


Amok@ndy is offline Reply With Quote
Old 2011-11-04, 21:30   #7
Shovel
Supporting Member

Shovel's Avatar
Default Re: [Map Tutorial] Creating Heightsmaps with GeoControl and BF2HMT

Also, I cannot get BF2HMT to "link" to my bf2 editor. (My levels don't show up in the program)

What do?

Shovel009
Shovel is offline Reply With Quote
Old 2011-11-05, 09:53   #8
Durkie

Durkie's Avatar
Default Re: [Map Tutorial] Creating Heightsmaps with GeoControl and BF2HMT

You must set the game directory to you pr_edit levels folder
Durkie is offline Reply With Quote
Old 2011-12-27, 02:27   #9
Shovel
Supporting Member

Shovel's Avatar
Default Re: [Map Tutorial] Creating Heightsmaps with GeoControl and BF2HMT

I am having some problems with the rotation of the heightmap.
This is the heightmap that I want ingame:


When I put it into BF2HMT like this, it comes out facing the wrong direction.

Which way do I have to mirror/rotate the heightmap for it to show up the right way ingame?

Shovel009
Shovel is offline
Last edited by Shovel; 2011-12-27 at 02:35..
Reply With Quote
Old 2011-12-27, 02:59   #10
splatters
Default Re: [Map Tutorial] Creating Heightsmaps with GeoControl and BF2HMT

Quote:
Originally Posted by Shovel View Post
I am having some problems with the rotation of the heightmap.
This is the heightmap that I want ingame:

When I put it into BF2HMT like this, it comes out facing the wrong direction.

Which way do I have to mirror/rotate the heightmap for it to show up the right way ingame?
Flip it vertically.
splatters is offline Reply With Quote
Reply


Tags
bf2hmt, creating, geocontrol, heightsmaps, map, tutorial

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT. The time now is 05:55.