#1 posted by
Lardarse on 2006/01/31 16:58:07
ArQon is working on Q4max currently
Check
#2 posted by
bambuz on 2006/01/31 17:36:00
quakedev, quakesrc, their forums
Overheard In Irc
#3 posted by megaman on 2006/01/31 22:57:12
<LordHavoc> adamllis: Quake3 code is significantly worse than QFusion
<adamllis> qfusion?
<LordHavoc> adamllis: Vic's Quake2 engine that runs Quake3 content
<LordHavoc> some mods and games are being made with it
<LordHavoc> warsow, nosferatu, a few others
<LordHavoc> adamllis: its code quality is better than quake3, less bugs in general
<LordHavoc> adamllis: I was rather apalled when I saw how little error checkign the quake3 code has (just about none)
<LordHavoc> adamllis: it's amazingly easy to crash quake3 :P
<adamllis> would you suggest to a game company to use qfusion or similar mod over q3?
<LordHavoc> that kind of depends
<LordHavoc> qfusion doesn't have the botlib
<LordHavoc> if that's important to them, then q3 is probably better
<LordHavoc> but qfusion has more advanced tech
<LordHavoc> it has per pixel lighting on models, among other features
so that might be why there's not much fuss bout q3 source.
I'm Still Waiting For Equake3
#4 posted by
adamllis on 2006/02/01 00:42:23
:) or q3clients would be nice
I think arQon is still working on cpm 1.33 as well as being coding advisor to Q4MAX, and afaik he's looking at other q3 engine projects atm, rather than making one himself.
Deliberate Threadcromancy
#6 posted by
Kinn on 2016/07/11 00:50:45
so...in TYOOL 2016, what's the "Quakespasm" equivalent for Quake 3? i.e. is there an Q3 engine port that optimises the game for modern computers without adding a load of bloat and extra crap?
IoQuake3 Maybe?
#7 posted by
ericw on 2016/07/11 01:01:43
http://ioquake3.org/get-it/
I've used it to play Sock's "Map on the Edge of Forever" mod, that's about it though.
Ericw
#8 posted by
Kinn on 2016/07/11 09:53:00
Luvvly jubbly, I'll give that a whizz.
#9 posted by mh on 2016/07/11 12:48:07
I made a Q3 port last year that moved all (well, most) of the "shaders" to the GPU, i.e actual proper shaders. It also went to D3D9 and much of the vertex data went to vertex buffers.
It was fun but I wouldn't consider it releasable - there were enough significant bugs and missing features that, while it worked fine in the limited environment I was building it in, it would have exploded spectacularly on almost anyone else's PC. I just don't need the hassle of maintaining that class of project any more.
I didn't bother with adding anything that the original didn't have (so no normal mapping, for example) but a lot of what were previously per-vertex effects (env mapping, sky, turbs, etc) went to per-pixel and had a huge visual improvement, while at the same time also running much faster owing to being able to keep data static and move calculations to the faster processor.
#10 posted by anonymous user on 2016/07/12 23:56:09
Oh Balls Here We Go Again
#11 posted by
dwere on 2016/07/13 02:07:52
#13 posted by
Kinn on 2016/07/13 02:48:06
I have no idea what any of that means and I imagine I don't want to know.
#14 posted by
metlslime on 2016/07/13 03:06:55
i was thinking the same thing.