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?
QVM or DLL?
-
- Posts: 4022
- Joined: Sat Mar 12, 2005 6:24 pm
Re: QVM or DLL?
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?
Ok i have it working. Thanks once again 
