Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (dr_panther, 1 invisible), 620 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Tiled textures in terrains #331636
07/05/10 14:16
07/05/10 14:16
Joined: May 2008
Posts: 62
México.
F
FcoElizalde Offline OP
Junior Member
FcoElizalde  Offline OP
Junior Member
F

Joined: May 2008
Posts: 62
México.
Hi everybody
Does anyone know for sure, if its possible to draw a single texture in each square of the terrain?
I cant find anything but the terrain -> texture creator
wich paints the whole terrain with a single texture.

If it is possible, could you redirect me to a tutorial or tell me how please. Thanks.

Re: Tiled textures in terrains [Re: FcoElizalde] #331732
07/05/10 22:46
07/05/10 22:46
Joined: Apr 2010
Posts: 172
W
wdlmaster Offline
Member
wdlmaster  Offline
Member
W

Joined: Apr 2010
Posts: 172
Quote:

...draw a single texture in each square of the terrain...

no. But you could use a shader (what else tongue ) to place different textures on different spots, but you are restricted to 16 textures per render pass. (Actually 15, because one of the textures is used as blendmap). This is done with a bitmap of the same dimensions as the terrain (example: the terrain is 256x256 cells wide --> the texture is 256x256 pixels wide). Every pixel is one terrain-square. You can now use 15 different colors to draw the 15 textures.

Re: Tiled textures in terrains [Re: wdlmaster] #331760
07/06/10 02:27
07/06/10 02:27
Joined: May 2008
Posts: 62
México.
F
FcoElizalde Offline OP
Junior Member
FcoElizalde  Offline OP
Junior Member
F

Joined: May 2008
Posts: 62
México.
Ok that sounds good enough. Can you give me an hyperlink to a tutorial, or explain please, I get the main idea, but I dont know how to use a shader in that way.

Re: Tiled textures in terrains [Re: FcoElizalde] #332411
07/09/10 14:45
07/09/10 14:45
Joined: May 2008
Posts: 62
México.
F
FcoElizalde Offline OP
Junior Member
FcoElizalde  Offline OP
Junior Member
F

Joined: May 2008
Posts: 62
México.
This idea is really interesting, Can anyone care to tell me how to do it?
Im drooling over it!

Last edited by FcoElizalde; 07/09/10 14:47.
Re: Tiled textures in terrains [Re: FcoElizalde] #333661
07/18/10 04:48
07/18/10 04:48
Joined: May 2008
Posts: 62
México.
F
FcoElizalde Offline OP
Junior Member
FcoElizalde  Offline OP
Junior Member
F

Joined: May 2008
Posts: 62
México.
No one? Anybody, at least tell me if it is the garrettwademan's tutorial, or Matt_Aufderheide's ultimate terrain shader. Since both are in c-script I cant beggin that easily. I dont find the links on the wiki for multitexturing either.

Re: Tiled textures in terrains [Re: FcoElizalde] #333666
07/18/10 08:20
07/18/10 08:20
Joined: Sep 2003
Posts: 929
Spirit Offline

Moderator
Spirit  Offline

Moderator

Joined: Sep 2003
Posts: 929
Why don't you just look in the manual? Under "GED", there is described how to paint tiled textures on terrain.

It's also in the new MED tutorial on the download page, there is a chapter about terrain texturing with GED.


Moderated by  HeelX, rvL_eXile 

Gamestudio download | chip programmers | 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