Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
4 registered members (AndrewAMD, TipmyPip, NewbieZorro, Grant), 14,196 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Terrain problem #290666
09/20/09 16:27
09/20/09 16:27
Joined: Aug 2009
Posts: 29
satrebor Offline OP
Newbie
satrebor  Offline OP
Newbie

Joined: Aug 2009
Posts: 29
I have one good terrain but,It looks bad when iam walking around.A problem is that there is no DETAIL texture.How to make a detail texture,what i should do thatmy terrain will lokk grat with details.

Re: Terrain problem [Re: satrebor] #290667
09/20/09 16:27
09/20/09 16:27
Joined: Aug 2009
Posts: 29
satrebor Offline OP
Newbie
satrebor  Offline OP
Newbie

Joined: Aug 2009
Posts: 29
Also what best terrain maker do you know

Re: Terrain problem [Re: satrebor] #290668
09/20/09 16:33
09/20/09 16:33
Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
Cowabanga Offline
Expert
Cowabanga  Offline
Expert

Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
Originally Posted By: satrebor
Also what best terrain maker do you know
Photoshop grin.

Re: Terrain problem [Re: Cowabanga] #290805
09/21/09 14:54
09/21/09 14:54
Joined: Aug 2009
Posts: 29
satrebor Offline OP
Newbie
satrebor  Offline OP
Newbie

Joined: Aug 2009
Posts: 29
poor answer frown

Re: Terrain problem [Re: satrebor] #290807
09/21/09 15:00
09/21/09 15:00
Joined: Jun 2009
Posts: 258
behind this enternet window
zeusk Offline
Member
zeusk  Offline
Member

Joined: Jun 2009
Posts: 258
behind this enternet window
get 3dsmax

Re: Terrain problem [Re: Cowabanga] #290808
09/21/09 15:03
09/21/09 15:03
Joined: Nov 2003
Posts: 523
Whitehorse, Yukon, Canada
Paul_L_Ming Offline
User
Paul_L_Ming  Offline
User

Joined: Nov 2003
Posts: 523
Whitehorse, Yukon, Canada
Hiya.

For a 'detail' on a terrain, I think you add something like:

Code:
bmap bumpmap = <detailtexture.bmp>;

ACTION terrain_detail { 
	detail_map = bumpmap;
	detail_size = 5;
	MY.AMBIENT=-20;
	}



Then, in WED/GED, select the terrain and add the ACTION "terrain_detail" to it as it's BEHAVIOUR. However, if you are going to be using multitexture shaders on your terrain, you probably have to do something else...can't help you there, sorry.

As for a Terrain Editor, I use GROME II ( http://www.quadsoftware.com/index.php?m=section&sec=product&subsec=editor ). A lot of others swear by T.Ed ( http://www.thegamecreators.com/?f=ted ) or Terragen ( http://www.planetside.co.uk/ ), but I seriously considered GeoControl ( http://www.geocontrol2.com/index.htm ) before I decided on GROME II. With GROME II, there is a plug-in (currently in beta) to export to A7 (terrain, textures and objects) that requires little extra work. Pretty good, really.


Last edited by Paul_L_Ming; 09/21/09 15:04.

^_^

"We've got a blind date with destiny...and it looks like she's ordered the lobster."

-- The Shoveler

A7 Commercial (on Windows 7, 64-bit)
Re: Terrain problem [Re: satrebor] #291148
09/23/09 15:38
09/23/09 15:38
Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
Cowabanga Offline
Expert
Cowabanga  Offline
Expert

Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
Originally Posted By: satrebor
poor answer frown
Then you probably don't get it.


Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1