View Single Post
  #82  
Old October 12th, 2006, 07:33 PM
paradoxharbinger's Avatar

paradoxharbinger paradoxharbinger is offline
Sergeant
 
Join Date: May 2004
Posts: 338
Thanks: 0
Thanked 0 Times in 0 Posts
paradoxharbinger is on a distinguished road
Default Re: new map generator

i just wanted to throw out an exampe of what the scripts to mod things will look like. the first is for sprites and the second for pixel colors of the underlying terrain and border between terrain types (appearing in that order). if a star should appear in brackets, it is interpretted to mean everything, so it can be used as a default.

Code:
 
[FOREST]
.\data\features\tre_01.tga, MODDENSE
.\data\features\tre_02b.tga, MODDENSE
[MOUNTAIN]
.\data\features\mnt_01.tga, MODDENSE
.\data\features\mnt_02.tga, MODDENSE
.\data\features\mnt_03.tga, MODDENSE
[SWAMP]
.\data\features\smp_01.tga, DENSE
.\data\features\smp_02.tga, DENSE
.\data\features\smp_02.tga, DENSE
.\data\features\smp_02.tga, DENSE
.\data\features\smp_02.tga, DENSE
.\data\features\smp_03.tga, DENSE
.\data\features\smp_04.tga, DENSE
.\data\features\smp_05.tga, DENSE
.\data\features\tre_03.tga, DENSE
[FARM]
[WASTE]
[PLAINS]
.\data\features\pln_01.tga, MODDENSE
.\data\features\pln_02.tga, MODDENSE
.\data\features\pln_03.tga, MODDENSE
.\data\features\pln_04.tga, MODDENSE
.\data\features\pln_05.tga, MODDENSE
.\data\features\tre_02b.tga, MODDENSE
[WATER]
[END]




Code:
 [*]
128, 128, 128
[FOREST]
0, 90, 15
[PLAINS]
200, 215, 5
[SWAMP]
20, 120, 80
[MOUNTAIN]
220, 200, 145
[FARM]
125, 165, 25
[WASTE]
95, 70, 65
[WATER]
25, 70, 175

[*|*]
192, 0, 0
[WATER|*]
128, 255, 255
[FOREST|*]
255, 0, 0



btw, i'm thinking about moving this discussion over to the dom3 map section, since the dom2 section seems pretty dead now.
__________________
ParadoxHarbinger's MapGen New Site!

Get The MapGen Alpha

Get The Dom3 Unit Maker

I'm shoulder high in crap, and my water-wings are flat!
Reply With Quote