You have 5 races defined in bfm.lua but the editor-player-
properties menu only lists 2. The fix is to edit menus.lua,
search for menu-editor-player-properties, and change the
races for items 21 through 36.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=148949
You have 5 races defined in bfm.lua but the editor-player-
properties menu only lists 2. The fix is to edit menus.lua,
search for menu-editor-player-properties, and change the
races for items 21 through 36.
Logged In: YES
user_id=1140447
If I understood right, I should change lines:
"options", {"Human", "Orc" },
to:
"options", {"Dwarves", "Darkness", "Humans", "Gnomes",
"Neutral" },
But that doesn't help.
Logged In: YES
user_id=1140447
It works now.