Ground Texture issue

Questions and answers about the how and why of making maps.
Post Reply
User avatar
hutty
Private First Class
Private First Class
Posts: 227
Joined: Thu Jul 02, 2009 8:09 pm

Ground Texture issue

Post by hutty »

I am developing a map and want to have the ground be a diffrent texture than the default grass.
I cant find the answer on the wiki, the forums, or even the code in other map files. Please help.
For all of you who have asked what a hutty is, there is one as my avatar.

instant map... just add water
trepan
Dev Wizard
Dev Wizard
Posts: 704
Joined: Fri Feb 21, 2003 7:50 pm

Re: Ground Texture issue

Post by trepan »

User avatar
hutty
Private First Class
Private First Class
Posts: 227
Joined: Thu Jul 02, 2009 8:09 pm

Re: Ground Texture issue

Post by hutty »

thanx :D
For all of you who have asked what a hutty is, there is one as my avatar.

instant map... just add water
User avatar
Agent West
Private First Class
Private First Class
Posts: 318
Joined: Thu Jan 31, 2008 1:32 pm

Re: Ground Texture issue

Post by Agent West »

the easies way to change ground texture (easiest that i know of) would be to make a thin box (.1 units tall) on the ground. texturize the box, and it will appear as ground. if you want water, look on wiki about that (i'm talking about actuall water, not water colored box).
Rest in peace, AliceD (AKA Happy Alice)! miss ya!
trepan
Dev Wizard
Dev Wizard
Posts: 704
Joined: Fri Feb 21, 2003 7:50 pm

Re: Ground Texture issue

Post by trepan »

1. using GroundMaterial is easier than setting up another object

2. arguably easiest:

Code: Select all

r11394 | trepan | 2005-08-17 06:51:43 -0300 (Wed, 17 Aug 2005) | 2 lines
-gndtex option (for team and random worlds)
Post Reply