Splitting Already Made Lighting/Detail maps

zeus

05-11-2006 08:19:45

Hi,

I have managed to get the PLSM working and have been looking at the various config options.

I am wondering specifically about the .gen.cfg file.

There are options to generate a lightmap, alpha maps, etc. but I am wondering if it is possible to make use of a pre-made map.

In other words, I already have a number of heightmaps, lightmaps and detail maps available and do not want the mapsplitter to generate new ones. Is it possible to pass the already made maps to the map splitter and just have it split them?

Thanks,
Grant

tuan kuranes

05-11-2006 13:14:40

yes, add that to the gen.cfg:

NumSplatMapToSplit = 5
SplatMapName0=mylightmap.png
SplatMapName1=mydetailsmap.png
SplatMapName2=myothermap.png
SplatMapName3=myothermap2.png
SplatMapName4=myothermap3.png

zeus

05-11-2006 13:53:00

Great, thanks a lot. Exactly what I was looking for.

Cheers,
Grant