Thread: [TEC] Modding SH3
View Single Post
Old 04-24-16, 02:13 PM   #27
Tycho
Sonar Guy
 
Join Date: Oct 2009
Location: Sofia, Bg
Posts: 384
Downloads: 264
Uploads: 1


Default

For Terrain.act file (Map gradient):

Act-To-Tga
Code:
"D:\Programs\ImageMagick\convert.exe" -depth 8 -size 256x1 rgb:Terrain.act Terrain.tga
Tga-To-Act
Code:
"D:\Programs\ImageMagick\convert.exe" -depth 8 -size 256x1 Terrain.tga rgb:Terrain.act
Know, that first 48 colors are for the water, the next 208 for the land.

 
__________________
If you ride like lightning, you're gonna crash like thunder.

Last edited by Tycho; 06-24-17 at 12:52 PM.
Tycho is offline   Reply With Quote