INISettings

From CoffeeMud Wiki
Jump to navigation Jump to search
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.