How do you remove tiled textures on your surface maps?

Ask questions, discuss ideas, get answers
Post Reply
Diamondback
Posts: 589
Joined: Mon Oct 01, 2012 3:13 pm
Location: Canada
Contact:

How do you remove tiled textures on your surface maps?

Post by Diamondback »

Hi guys, I'm having this problem while texturing my map. Here's what's wrong:
Image

As you can see, BC42 gives me crappy tiled textures after generating surface maps from the material map I have already painted. So I opened the map in ED42 to use some custom texture layers I have made, hoping I can somehow "erase" the tiling effect, but it doesn't work. Even while applying the texture layers in ED42, the tiling is still there.

How do I get rid of the tiling effect and where is it defined in the game files? I looked in the Terrain.con of my map for possible lines of code that control the tiling but couldn't find what I want there.
See my Strasbourg map project here.
User avatar
Swaffy
Posts: 1715
Joined: Sun Aug 29, 2010 9:25 pm
Location: Cibolo, Texas

Re: How do you remove tiled textures on your surface maps?

Post by Swaffy »

My only guess is it's one of the image files from the Ed42/library/Textures directory.
(Forum Thread|Download) Swaffy'sMod v0.34 | Download link to come Soon™
duffman
Posts: 55
Joined: Tue Apr 15, 2014 8:02 am

Re: How do you remove tiled textures on your surface maps?

Post by duffman »

The tile effect comes from the detail.dds (bump map).
See inside your RFA file: bf1942/levels/YOUR_MAP/textures/details.dds

That file is applied onto your ground textures to give impression of detail in the terrain.
It is normally repeated as in tiled like you see on your map (by the game engine).

To reduce the visible tiling you need to edit the details image and make it smoother, and
even out the edges so that it looks better when tiled.

But you could of course just replace it with one from a different map..

See init/terrain.con:
GeometryTemplate.detailTexName bf1942\levels\coral_sky\textures\detail

Battlecraft fetches the details file (details.bmp) from: /Battlecraft 1942/TextureSets/ and from a sub folder in there (desert/winter etc).
User avatar
Swaffy
Posts: 1715
Joined: Sun Aug 29, 2010 9:25 pm
Location: Cibolo, Texas

Re: How do you remove tiled textures on your surface maps?

Post by Swaffy »

It looks like
Editor42/library/Textures/Default/detail.bmp

Maybe you can back that image up (in a different folder) then make one that is a flat color.
(Forum Thread|Download) Swaffy'sMod v0.34 | Download link to come Soon™
Diamondback
Posts: 589
Joined: Mon Oct 01, 2012 3:13 pm
Location: Canada
Contact:

Re: How do you remove tiled textures on your surface maps?

Post by Diamondback »

duffman wrote:The tile effect comes from the detail.dds (bump map).
See inside your RFA file: bf1942/levels/YOUR_MAP/textures/details.dds

That file is applied onto your ground textures to give impression of detail in the terrain.
It is normally repeated as in tiled like you see on your map (by the game engine).

To reduce the visible tiling you need to edit the details image and make it smoother, and
even out the edges so that it looks better when tiled.

But you could of course just replace it with one from a different map..

See init/terrain.con:
GeometryTemplate.detailTexName bf1942\levels\coral_sky\textures\detail

Battlecraft fetches the details file (details.bmp) from: /Battlecraft 1942/TextureSets/ and from a sub folder in there (desert/winter etc).
I figured out that much, thanks. I used the detail.dds from Bocage (the detail.dds there is a grassy one) and while the tiling effect is much less apparent than the default one BC placed in my map, it is still there and can be seen by planes. I will edit the detail.dds file to make it smoother and see what happens.
See my Strasbourg map project here.
Crash

Re: How do you remove tiled textures on your surface maps?

Post by Crash »

Just paint the map and/or choose tiles that dont look too symmetrical.
Post Reply