Page 1 of 1

QVM or DLL?

Posted: Fri May 14, 2010 8:42 pm
by smalec
Hello guys.
First of all i would like to ask about qagame and cgame format. Should I compile it as a *.dll or maybe *.qvm.
The second thing is after compiling the dlls my mod doesn't work (my q3 version is 1.32, sdk is too for 1.32).
I have a shortcut with added "+set fs_game "my mod's folder name" but it seems it doesn't work at all.
Any ideas?

Re: QVM or DLL?

Posted: Fri May 14, 2010 9:27 pm
by ^misantropia^
DLLs when developing / debugging, QVMs when you release your mod. Start the game with `+set vm_pure 0 +set vm_game 0 +set vm_cgame 0 +set vm_ui 0` and the DLLs should load without a hitch.

Re: QVM or DLL?

Posted: Sat May 15, 2010 9:44 am
by smalec
Ok i have it working. Thanks once again ;)