Search found 5 matches

by smatt454
Sun Feb 06, 2011 6:07 am
Forum: Programming Discussion
Topic: Quake Mod with Steam Version of Q3
Replies: 9
Views: 8092

Re: Quake Mod with Steam Version of Q3

Thanks for the help so far. Sorry this sounds so noobish, I just never followed through on a project using VB. I've heard of ioquake, and thought of using it. I just wanted to compile the original source, but ioquake should work just as well, if not better for what I want. First off, I'm not sure wh...
by smatt454
Thu Feb 03, 2011 9:45 pm
Forum: Programming Discussion
Topic: Quake Mod with Steam Version of Q3
Replies: 9
Views: 8092

Re: Quake Mod with Steam Version of Q3

So I made a folder in my quake folder (C:\Program Files (x86)\Steam\steamapps\common\quake 3 arena) called mymod and put the dlls in there. I ran the command quake3.exe +set fs_game mymod +set sv_pure 0 +set vm_game 0 +set vm_cgame 0 +set vm_ui 0 The game ran but still none of the changes I coded ap...
by smatt454
Tue Jan 18, 2011 7:29 am
Forum: Programming Discussion
Topic: Quake Mod with Steam Version of Q3
Replies: 9
Views: 8092

Re: Quake Mod with Steam Version of Q3

Haha so there's the culprit. Well I'm going to sound like a complete noob, but since I usually develop on Linux (actually this is my first VS venture besides an introductory Visual Basic class), I don't know too much about VS. I get what you are saying, not entirely sure how to fix it. I've skimmed ...
by smatt454
Wed Nov 10, 2010 10:17 pm
Forum: Programming Discussion
Topic: Quake Mod with Steam Version of Q3
Replies: 9
Views: 8092

Quake Mod with Steam Version of Q3

I'm trying to make a Quake 3 mod. 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...