For some reason the engine always starts with a tiny window and I cannot grab any of the window edges to resize it. There is no menu and for some reason all the vid commands are read only (which is odd). I try 'vid_height', 'vid_width', 'vid_fullscreen' and nothing works, seem to be stuck with a tiny window.
I eventually got the engine to recognize my MOD (I had a spelling mistake on the command line) and then got more errors:
quakeforce initialized
vid_updatefullscreen: error setting fullscreen
couldn't exec autoexec.cfg
findfile: can't find menu.dat
menu load: could not load menu.dat
findfile: can't fine net.png
findfile: can't find net.tga
findfile: can't find net.pcx
It looks like the engine is missing menu.dat. I went back to the QF directory and under the subfolder QF found a zip file called 'menu.dat.gz'. Now this is where it is so wrong, you have a zip file without a .zip extension and when I looked at the directory I assumed it was some weird config file and ignored it. You seriously need installation instructions for this engine, the files are all over the place and this is just frustrating.
Unzipped file 'menu.dat.gz' and got a new file menu.dat
Moved the menu.dat to the root of my quake directory with the engine
Now I use several engines to test things, they all use the same config file in my MOD directory and generally don't do much to this file. QuakeForge has re-written the whole file into a format that no other engine understands! All the binds have changed to 'in_bind imt_mod K_TAB "+showscores". When I run another engine like Fitz it produces tons of errors and resets the config file back to Quake default because it thinks it is corrupt. Then all my keyboard config is reset, I lose mlook and anything else I have set in the config file.
This is not good, if the engine is going to re-write my config, why not just create a special config for this engine only? No other engine can read this file so it might as well be setup for QuakeForge only.
Back to running the shortcut with the menu.dat file in the root of the quake directory with the QF engine. Produces the same error, cannot find menu.dat file. So I move the menu.dat file to the MOD directory and run the shortcut again.
Fatal Error:
menu.dat: PR_Check_Opcodes: non-zero global index in invalid operand (statement 7: call2)
Stuck, can't get engine to go any further.
