INISettings

From CoffeeMud Wiki
Revision as of 23:41, 7 July 2018 by Loki (talk | contribs) (Created page with "{{CoffeeMUDAdministratorTOC}} CoffeeMUD makes extensive use of ini settings to customize settings within the game. Some ini settings include: *New DISABLE flag, for disablin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
CoffeeMUD
Administrator                                                  Builder                                                              Player
=CoffeeMUD Administrator Information=
Installation     Help     Development    Modification     Feature Requests     Mud Grinder     ini     Security     CMARE Share     Wiki

CoffeeMUD makes extensive use of ini settings to customize settings within the game. Some ini settings include:

  • New DISABLE flag, for disabling classes and races. Just add RACE_OGRE or CHARCLASS_FIGHTER to the DISABLE= list in the ini file.
  • ENABLE=, used to override skill-only flags on races and classes...ENABLE=RACE_MINDFLAYER to allow players to make mindflayer characters. Ditto for charclasses. ENABLE=CHARCLASS_FIGHTER OGRE ORC MINDFLAYER -DWARF.



Notes

  • Don't save ini to VFS. Bad things happen!
  • Making ini changes from grinder is temporary, and should be avoided.