planqi / slashdiablo-maphack

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

Split BH config into settings and advanced item display #51

Closed youbetterdont closed 4 years ago

youbetterdont commented 4 years ago

The config file is now split between settings and item display. This is to make it easier to push changes via the slash launcher. The idea is that the BH_settings.cfg file is controlled by the user and the BH.cfg file is pushed.

BH.cfg contains only ItemDisplay, SkillList, and TabSkillList lines. BH_settings.cfg contains everything else. The in-game menu can change only BH_settings.cfg.

This PR contains #50