QVM or DLL?

Locked
smalec
Posts: 11
Joined: Fri May 14, 2010 8:32 pm

QVM or DLL?

Post 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?
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: QVM or DLL?

Post 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.
smalec
Posts: 11
Joined: Fri May 14, 2010 8:32 pm

Re: QVM or DLL?

Post by smalec »

Ok i have it working. Thanks once again ;)
Locked