Is this possible?
Moderator: Moderators
Is this possible?
Okay I have a question. After you compile a map, when you go to play it the game(or what ever specifies it) places the constant detail texture to compinsate for the map texture size being small. What I am asking is there a way to change or specify what the constant texture is? Or possibly have it defined by the type map which would allow different detail textures in different places?
Gnome's right, only thing I could add is don't use quote around your bitmap name. eg.
[MAP]
{
Description=Honey I shrunk the game;
TidalStrength=20;
Gravity=150;
MaxMetal=0.05;
ExtractorRadius=200;
MapHardness=1000000;
DetailTex=layout03.bmp;
[ATMOSPHERE]
etc...
Detailtex defined per terrian type would be a very nice addition.
[MAP]
{
Description=Honey I shrunk the game;
TidalStrength=20;
Gravity=150;
MaxMetal=0.05;
ExtractorRadius=200;
MapHardness=1000000;
DetailTex=layout03.bmp;
[ATMOSPHERE]
etc...
Detailtex defined per terrian type would be a very nice addition.
Your right we need this function. It would still make mapmaking easy, but it would allow for personalized maps that look good and orignal up close, not just personalized maps that look the same up close. I will add this to the requested features list.
But basic idea: Use the type map to specifiy the terrain type(IE hardness, movement speed, ect...), and which detail texture to use for that terrain type.
We need this!
But basic idea: Use the type map to specifiy the terrain type(IE hardness, movement speed, ect...), and which detail texture to use for that terrain type.
We need this!
There's a list? Where, where, where?TA 3D wrote:I will add this to the requested features list.
Another, terrain type tag that would be nice is "buildable". I had to do some dodgey stuff to get Ashap Plateau so that the lower area was unsuitable for large buildings but also did not have nightmare pathfinding.