I'm using Windows7 Home Premium 64 bit
I'm compiling with VS 2003.
Here is the tutorial I'm using: http://gregs-blog.com/2008/01/24/how-to ... arena-mod/
When I change the output directories to "C:\Program Files (x86)\Steam\steamapps\common\quake 3 arena\baseq3", the dlls dont show up there.
However when the output director is .\Debug the dlls do compile. I tried just copying the files from .\Debug to my baseq3 folder but when I ran
Code: Select all
“quake3.exe +set sv_pure 0 +set vm_game 0 +set
vm_cgame 0 +set vm_ui 0″
the changes I made werent reflected in the game.
Can someone please help me figure this out?