Project

General

Profile

Actions

NoDraw

The CentrED Client features the ability to hide certain tiles - usually referred to as "nodraw" tiles. Since different shards have different needs, I decided to make the list of nodraw tiles customizable.

With the client already ships a default nodraw.txt, that contains the most prominent tiles to be hidden.

nodraw.txt

The CentrED client loads nodraw.txt from it's own application directory (where the executable is), as well as from the user directory (where the config files are) and also from the data directory (where the .mul files are).

The format is pretty simple:
  • Each line that starts with T is treated as Terrain tile.
  • Each line that starts with S is treated as Static tile.
  • Hexadecimal numbers start with $
  • Ranges are specified by - (without spaces!)

Example:

T$2
S$2198-$21A4

This defines the terrain tile 2 as well as all statics between 0x2198 and 0x21A4 as being nodraw tiles.

Updated by Andreas Schneider over 14 years ago ยท 1 revisions