yes
XcomFiles requires OpenXcom Extended: https://openxcom.org/forum/index.php/topic,5258.0.html
(You should have received a warning when you activated the mod.)
I have compiled the OXCE from the
https://github.com/MeridianOXC/OpenXcom.git, and I am still getting the same error. What could be going wrong? Is there some additional data that needs to installed?
In my case, I did a manual install along the lines of
install -m 755 $BUILD_DIR/bin/openxcom /usr/local/bin/
cp -r $BUILD_DIR/{standard,common} ~/.local/share/openxcom/
cp -r $HIDDEN_TREASURE/{TFTD,UFO} ~/.local/share/openxcom/
UPDATE I think, I might have found the root of the problem. The
master branch of the aforementioned
git repository contains a vanilla version of the game. I used that branch in connection with the issue discussed at
https://openxcom.org/forum/index.php/topic,11190.0.html.
@Meridian Frankly, this is a bit misleading. Perhaps, a policy of branch naming should be reconsidered? Maybe, a file with release id should also be placed in the root of the repository. Nothing more sophisticated than a
VERSION with a basic description string is necessary. Maybe first paragraph in
README could mentioned something about being a vanilla version, and not an extended one.