Sponsors |
|
Online Users: 97 |
| 20 members and 77 guests |
| AAA, badaim, bFeared, BizarroEvade, davemiester, dhahlen, jeank, kancel, masak, mhquake, Mindf!3ldzX, odettepatt, ORL, raytyldes, Spike, Trinca |
| Most users ever online was 477, 08-05-2008 at 03:10 PM. |
|
 |
|
12-14-2009, 09:29 PM
|
#1 (permalink)
|
|
Administrator
USER INFO »
Posts: 7,476
Reputation:
Join Date: Nov 2005
Currently: Offline
|
Open Source Immortality?
Rumors?
DirectR00k? DirectFuh? DirectTonik?
"Universal Servers" NQ Servers running every Open Source mod from Rocket Arena to Slide to The Lost Chapters to Navy Seals and Team Fortress to FFA deathmatch with 200  custom maps available?
Flash ProQuake? Client-side QuakeC available in all clients? QuakeOne movies page?
MD3 to MDL converter? MD3, MD2, MDL, MD5 converter?
ProQuake for the Play Station Portable? Qrack for Mac OS X? NAT-fix being added to DirectQ?
Last edited by Baker; 12-17-2009 at 03:37 PM..
|
|
|
|
12-14-2009, 11:35 PM
|
#2 (permalink)
|
|
Shalrath
USER INFO »
Posts: 264
Reputation:
Join Date: Jan 2009
Currently: Offline
| Contact: |
|
|
Oh come on Baker, this is hardly fair, you know the status of at least a few of these for certain.
|
|
|
|
12-15-2009, 01:39 AM
|
#3 (permalink)
|
|
Code Monkey
USER INFO »
Posts: 2,554
Reputation:
Join Date: Nov 2005
Currently: Offline
| Contact: |
|
|
lol I think MH accidentally typed DirectRook when he meant DirectQrack. I had this on my todo list ever since the dx7 quake wrapper was released. As you can tell by the name "glQrack", dxQrack isnt a far stretch
I have had to retool my project config lately after switching from MSVC v6 to 2005 and then to 2008 express. I have gotten DIRECTJoe to compile today so adding MH's awesome DirectX wrapper is getting closer. One of my main issues though is getting Qrack to work on windows 7 without compatibility mode. I did update my SDK to version 7, i really hope libcurl isnt the main obstacle, as recompiling that library would be a huge endeavor! It loads but half the time during the load process it craps out.
a few things I've been working on lately:
fixed: old bug with pq_teamscores when a team had a negative score!
added: gl_powerupshell_size, to control the size of a model's polygon shell effect.
(default 0), range: 0 to 10.
fixed a bug with m_filter.
fixed: if sv_defaultmap is null ("") then Qrack will return with error :
Couldn't load map: 'mymap.bsp'. if map not found.
modified: gl_fogenable is set in worldspawn for maps that wish to autoload fog settings,
using gl_fogenable 2 forces current fog settings to carry over if the next map doesnt
have a fog key in worldspawn. This basically forces fog ON all the time.
added: scr_bloodsplat 0 | 1
shows bloodsplats on player's screens when being hurt.
__________________
_____________
Q u a k e On e
|
|
|
|
12-15-2009, 03:15 AM
|
#4 (permalink)
|
|
Mega Enforcer
USER INFO »
Posts: 659
Reputation:
Join Date: Mar 2006
Currently: Offline
|
> gl_fogenable 2 forces current fog settings to carry over if the next map doesnt
have a fog key in worldspawn. This basically forces fog ON all the time.
Ouch. As a mapper, I'd be pretty pissed if some other map's massive fog was forced on mine.
What's the preferred format for a fog setting, the way Fitzquake does it?
|
|
|
|
12-15-2009, 03:16 AM
|
#5 (permalink)
|
|
Mega Enforcer
USER INFO »
Posts: 659
Reputation:
Join Date: Mar 2006
Currently: Offline
|
Damn, I get so used to > as a quote character like in Trac/wiki. Did that a couple times now
|
|
|
|
12-15-2009, 04:29 AM
|
#6 (permalink)
|
|
Mega Enforcer
USER INFO »
Posts: 612
Reputation:
Join Date: Jan 2008
Currently: Online
|
Originally Posted by R00k
lol I think MH accidentally typed DirectRook when he meant DirectQrack.
I meant DirectRook, just so there's less cnfusion between anything I might release and anything you might release.
|
|
|
|
12-15-2009, 10:31 AM
|
#7 (permalink)
|
|
Code Monkey
USER INFO »
Posts: 2,554
Reputation:
Join Date: Nov 2005
Currently: Offline
| Contact: |
|
|
Originally Posted by golden_boy
Ouch. As a mapper, I'd be pretty pissed if some other map's massive fog was forced on mine.
What's the preferred format for a fog setting, the way Fitzquake does it?
Hmm, earlier in this thread someone complained that they set gl_fogenable 1 in the console and after each map load he had to retype it. For FitzQuake if it's set in the world spawn its enabled otherwise it's disabled. This just allows the end user to play with fog on as they wish. If you really dont want fog enabled on your map, you can set this in worldspawn
"fog 0 0 0 0", which will work on any engine without modification.
__________________
_____________
Q u a k e On e
|
|
|
|
12-15-2009, 10:35 AM
|
#8 (permalink)
|
|
Administrator
USER INFO »
Posts: 7,476
Reputation:
Join Date: Nov 2005
Currently: Offline
|
Originally Posted by golden_boy
> gl_fogenable 2 forces current fog settings to carry over if the next map doesnt
have a fog key in worldspawn. This basically forces fog ON all the time.
Ouch. As a mapper, I'd be pretty pissed if some other map's massive fog was forced on mine.
Isn't that wasted time looking for a solution to a problem that doesn't exist? Hehe
fog doesn't save to a config. Someone would need to manually enter fog values in the console or put it in their autoexec.cfg intentionally.
Originally Posted by gnounc
Oh come on Baker, this is hardly fair, you know the status of at least a few of these for certain.
Ah, maybe. Maybe not. Sure things are the ones the have happened! A la "There are three horses who have never come in win, place, or even show. Their names are Coulda, Woulda, and Shoulda."
Besides, people find more interest in things that could happen than things that have happened -- people like the unknown!
|
|
|
|
12-15-2009, 12:34 PM
|
#9 (permalink)
|
|
Defender
USER INFO »
Posts: 156
Reputation:
Join Date: Oct 2008
Currently: Offline
| Contact: |
|
|
Originally Posted by Baker
DirectR00k? DirectFuh? DirectTonik?
Bad link
|
|
|
|
12-15-2009, 01:10 PM
|
#10 (permalink)
|
|
Administrator
USER INFO »
Posts: 7,476
Reputation:
Join Date: Nov 2005
Currently: Offline
|
Originally Posted by Panix
Bad link
Fixed. Thanks for pointing that out.
|
|
|
|
 |
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|