Guides
Postals
Postal codes are supported and displayed, but rHUD does not come with its own postal map.
To use your own postal codes, replace the default rhud/data/postals.json1 with your own.
Postal Codes File
The postal codes file is a JSON array of objects, where each object contains the following properties:
| Property | Type | Description |
|---|---|---|
code | string | The postal code |
x | number | The X-coordinate of the postal code |
y | number | The Y-coordinate of the postal code |
If your postal codes file isn't working
- Make sure the file name is
postals.jsonand is located in therhud/datafolder. - Check the contents of your postal codes file. Make sure the format is consistent with the example in the above Postal Codes File section.
Footnotes
-
The contents of the default
postals.jsonfile is originally from a postal map called oulsen_satmap ↩