Jump to content
Sign in to follow this  
darkxess

Out of map image help

Recommended Posts

Im wondering if the border can be done the same colour as my map

as seen in the picture, as it looks kind of crap like it is now! lol. Ive noticed

Takistan has it, but how would I do something like that?

Thanks guys.

Picture:

hr.jpg

Share this post


Link to post
Share on other sites

My recommendation is to do the following:

1. Change the OutsideTerrain texture so that it is a lighter texture more fitting for your map

2. Edit your sat pic so that you blend the outsideterrain texture onto the edges of your map

3. Create hills/mountains on the edge of the map to break up the effect

Regards,

Tup

Share this post


Link to post
Share on other sites

Em, never knew I could change the "OUTSIDE" terrain texture... lol

Mind letting me know how? thanks Tupolov.

Share this post


Link to post
Share on other sites

		class OutsideTerrain {
		satellite = "cmr\cmr_cicada\data\s_satout_co.paa";
		enableTerrainSynth = 1;

		class Layers {
			class Layer0 {
				nopx = "cmr\cmr_cicada\data\cmmtravad1_detail_nopx.paa";
				texture = "cmr\cmr_cicada\data\cmmtravad1_detail_co.paa";
			};
		};
	};

Thats the part in your config.cpp

Correct me if im wrong but the s_satout is the texture you see from the distance and the other 2 are the detail textures you see up close.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×