planqi / slashdiablo-maphack

A customized maphack for the slashdiablo D2 server
GNU Affero General Public License v3.0
88 stars 42 forks source link

Added four new colors #45

Closed youbetterdont closed 4 years ago

youbetterdont commented 4 years ago

Added four new colors: CORAL, SAGE, TEAL, and LIGHT_GRAY. These work the same as existing colors (that is, text and map color is supported).

Here is what the text looks like in game: image

Here is a full map of the available text colors: image

The row and column numbers are the first and second hex digit of the color code, respectively. Color codes for text use the format \377c<code>. So \377c0=\377c\x30 maps to row 3, column 0. Likewise, SAGE is \377c\x07.

Edit: This only works in -3dfx mode :(

planqi commented 4 years ago

Is there an easy way to detect in game if it is running with glide? I'd want to 'overwrite' them with a non-glide similar color.