brown
https://ibb.co/mc3kWF
green
https://ibb.co/ifnZQa
is it possible change only color in mini map?
good work lamb
Thanks mate
Editing the palette only (like Black2Pink) You can change the map color for Blue, White and Yellow without changing the unit color. The other 5 player models all use the same palette entry for their mini-map as the lightest shade in their unit colors, so if you change that palette entry it changes both.
Here's a list of the "team colors" palette entries used for each player model. There's 4 for the units and 1 for the mini-map.
MM UNITS
--------------------------
RED D0 D0-D3
BLUE 01 * D4-D7
TEAL D8 D8-DB
PURP DC DC-DF
OJ E0 E0-E3
BLACK E4 E4-E7
WHITE FF * E8-EB
YELLOW 02 * 0C-0F
But you CAN reassign a different mini-map palette entry to any player color by patching the exe. This is what my
Map Black patch does. It patches the exe so that the mini-map palette index for black is no longer 0xE4, so as it then uses a different palette entry to the the black units the color can be changed seperately.
That patch just assigns a lighter shade of grey for the mini map and does not alter the unit colors. If you want to make it a different color, or edit other map colors, I explained how it's done in the preceeding posts - very simple with a hex editor, of if you have some specific change you need I can alter the patch for you in about 2 minutes if you want.