About to release a map, however, upon set_gctf 1; restart the following console error is raised.
"""
EMERGENCY: can't play the selected map in the given game mode. Falling back to a supported mode.
"""
Nexuiz kicks the game mode back to DM
So I googled. The only reference I found was:
in file /trunk/data/qcsrc/common/mapinfo.qc @
http://svn.icculus.org/nexuiz/trunk/data/qcsrc/common/mapinfo.qc?view=markup&pathrev=3171
There is a function in that file which contains the above error msg. It indicates to me that it can't find mapinfo. I made one, restarted, same problem. Also after making a .txt file, the problem persists.
Could someone expound upon that error? I'm stuck.