Name: ocsethome Source: Original mod License: (c) 2019 and CC BY-NC-SA 4.0 International: OldCoder (Robert Kiraly). ---------------------------------------------------------------------- 1. This is a reimplementation of "sethome" which supports 4 homes and the following commands: /sethome1 - Set 1st home location /sethome2 - Set 2nd home location /sethome3 - Set 3rd home location /sethome4 - Set 4th home location /sethome - Same as /sethome1 /home1 - Go to 1st home location /home2 - Go to 2nd home location /home3 - Go to 3rd home location /home4 - Go to 4th home location /home - Same as /home1 This implementation uses an improved mechanism to create the data dir- ectory used. ---------------------------------------------------------------------- 2. To be documented: This mod provides an API that can be used by oth- er mods. Presently, "unified_inventory" and SkyDoom make use of the API. ---------------------------------------------------------------------- 3. Technical notes: 3.1. The extra "home" locations can be disabled by the ".conf"-file setting: disable_extra_homes = true 3.2. This mod requires "ocmkdir". 3.3. "ocsethome" calls "unified_inventory". However, "unified_inven- tory" shouldn't be listed in the "ocsethome" "depends.txt" file; not even as an optional dependency. Such an entry would break things.