Also, I need the Python plugin because otherwise the new event/mini-games I'm designing won't work, since they are written in Python.
EDIT: Looked through the Python plugin source, and I think I found the problem. I don't have a copy of CFPython.py or whatever. Crashes right after saying "PYTHON - Start initCFPython.", so I found that in plugin_python.c. This line:
Code: Select all
m = Py_InitModule("CFPython", CFPythonMethods);