Search found 17 matches

by Co11ision
Sun Jan 09, 2011 2:25 am
Forum: Programming Discussion
Topic: QVM
Replies: 7
Views: 3347

Re: QVM

^misantropia^,

Thanks man, that fixed it! :D

As for Xubuntu, may have to give it a go. Also, I'll check into the ioquake3 and read up on it. Thanks for the advice and the help!
by Co11ision
Sun Jan 09, 2011 1:54 am
Forum: Programming Discussion
Topic: QVM
Replies: 7
Views: 3347

Re: QVM

Here is the information: // set up for pmove memset (&pm, 0, sizeof(pm)); pm.ps = &client->ps; pm.cmd = *ucmd; pm.tracemask = MASK_PLAYERSOLID & ~CONTENTS_BODY; // spectators can fly through bodies pm.trace = trap_Trace; //This is line 321 that is giving the error when compiling. pm.poin...
by Co11ision
Sun Jan 09, 2011 12:52 am
Forum: Programming Discussion
Topic: QVM
Replies: 7
Views: 3347

Re: QVM

Just a quick update: I ran game.bat all by itself to see if there were any errors and this is what it says at the very end: C:\quake3\dts\code\game\vm>c:\quake3\bin_nt\lcc -DQ3_VM -S -Wf-target=bytecode - Wf-g -I..\..\cgame -I..\..\game -I..\..\ui ../g_active.c ../g_active.c:321: operands of = have...
by Co11ision
Sun Jan 09, 2011 12:40 am
Forum: Programming Discussion
Topic: QVM
Replies: 7
Views: 3347

Re: QVM

Just a quick update: I ran game.bat all by itself to see if there were any errors and this is what it says at the very end: C:\quake3\dts\code\game\vm>c:\quake3\bin_nt\lcc -DQ3_VM -S -Wf-target=bytecode - Wf-g -I..\..\cgame -I..\..\game -I..\..\ui ../g_active.c ../g_active.c:321: operands of = have ...
by Co11ision
Sat Jan 08, 2011 11:22 pm
Forum: Programming Discussion
Topic: QVM
Replies: 7
Views: 3347

QVM

Hello all, I'm having a bit of a problem making qvm's. After reading through this I changed my bats to read: (This is the game.bat) mkdir vm cd vm set cc=c:\quake3\bin_nt\lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\ui %1 %cc% ../g_main.c @if errorlevel 1 goto quit %cc...
by Co11ision
Thu May 20, 2010 1:21 pm
Forum: ID Tech
Topic: American McGee's "The Gibhole"
Replies: 9
Views: 3409

Re: American McGee's "The Gibhole"

I just googled 'the gibhole' and got three results, just American talking about it was all. I checked his website and forum and did a search in the forum, but no results came from it. I suppose there is two ways to ask him if he might could still release it. Either through the forum or through an em...
by Co11ision
Tue May 18, 2010 11:18 pm
Forum: Quake III Arena & Quake Live Discussion
Topic: Windows 7 and Quake 3 Arena: Performance Issues
Replies: 17
Views: 21312

Re: Windows 7 and Quake 3 Arena: Performance Issues

*clears throat* I guess I need to talk about this. I discovered something this evening. After reading what you guys posted about virtual machine, and opengl I did some further research. What you guys are saying makes sense. So I updated Quake 3 from 1.31 to 1.32 and ran Quake 3 as follows: Quake3.ex...
by Co11ision
Tue May 18, 2010 10:58 pm
Forum: Quake III Arena & Quake Live Discussion
Topic: High End Map Fails to Load
Replies: 4
Views: 4901

Re: High End Map Fails to Load

Ok got it working. Actually I was still on 1.31, so I updated to 1.32. >.>

Anyway, I reset the target line to: Quake3.exe +set com_hunkmegs 128 and it is working now, thanks.
by Co11ision
Tue May 18, 2010 6:16 pm
Forum: Quake III Arena & Quake Live Discussion
Topic: High End Map Fails to Load
Replies: 4
Views: 4901

Re: High End Map Fails to Load

It is a fresh install of Quake3. I only have two third party maps, so maybe they are conflicting somehow? I'll keep 'On the Edge of Forever' and remove the other one and see what happens. I have no problems loading the default maps. I think I'm updated to 1.32b, but I'll double check it after work, ...
by Co11ision
Tue May 18, 2010 5:45 pm
Forum: Quake III Arena & Quake Live Discussion
Topic: Windows 7 and Quake 3 Arena: Performance Issues
Replies: 17
Views: 21312

Re: Windows 7 and Quake 3 Arena: Performance Issues

Foo wrote:try setting pb_sleep 500 at the console.
It might help.
by Co11ision
Tue May 18, 2010 1:30 pm
Forum: Quake III Arena & Quake Live Discussion
Topic: Windows 7 and Quake 3 Arena: Performance Issues
Replies: 17
Views: 21312

Re: Windows 7 and Quake 3 Arena: Performance Issues

This is the biggest nonsense I've ever heard. Such a startup switch doesn't exist for the Quake 3 executable. Besides, Quake 3 doesn't even use DirectX. At least, not for it's rendering pipeline. I'm pretty sure Foo's on the right track. It's most probably punk buster being nasty. Your right, it is.
by Co11ision
Tue May 18, 2010 2:50 am
Forum: Quake III Arena & Quake Live Discussion
Topic: High End Map Fails to Load
Replies: 4
Views: 4901

High End Map Fails to Load

Hey all, I have been trying to load "On the Edge of Forever" by Sock and when it loads the items, it suddenly goes back to the main menu. I hit the tilde key to see if any errors were spit out, but I found none. I have my com_hunkmegs set at 128, anyone have any ideas why this is happening...
by Co11ision
Tue May 18, 2010 2:35 am
Forum: Quake III Arena & Quake Live Discussion
Topic: Windows 7 and Quake 3 Arena: Performance Issues
Replies: 17
Views: 21312

Re: Windows 7 and Quake 3 Arena: Performance Issues

Hey Riahc3, I would say just trying running Quake 3 in WindowsXP SP2 compatibility mode and see if that helps. Also, an older version of directx may help (directx9). Just so you know my setup: Windows 7 Ultimate 64bit Edition I have Quake III installed on the root drive: C:\Quake3 I have the Quake3....
by Co11ision
Mon May 17, 2010 1:29 am
Forum: Programming Discussion
Topic: Quake (3) Standards Group -Where are ye?!
Replies: 2
Views: 3327

Re: Quake (3) Standards Group -Where are ye?!

That's good to know that some of them still linger about. Thank you ^misantropia^ for the information and the link!
by Co11ision
Sun May 16, 2010 3:54 pm
Forum: Programming Discussion
Topic: Quake (3) Standards Group -Where are ye?!
Replies: 2
Views: 3327

Quake (3) Standards Group -Where are ye?!

Hey all, I'm wondering what happened to the Quake Standards Group website? Did the bill not get paid again? Was there no back up or archiving of data so after the server crashed there was nothing to put back on the website? Inquiring minds want to know! If anyone has any information please let me kn...