#3169 posted by mh on 2017/12/07 11:28:09
Could you tweak the physics (or damage) code to behave better at those higher rates?
This isn't something that's a simple tweak otherwise it would have been done long ago, everybody would be using it now, and we wouldn't be having this conversation.
This is something that we've all been aware of for almost 20 years - at least ever since the Quake source release and early attempts at implementing maxfps. But yet people still continue to report it as though it were a new bug several times per year.
Mh
But yet people still continue to report it as though it were a new bug several times per year.
Well that's because we're not omniscient.
QuakeSpasm 2
#3171 posted by Random on 2017/12/08 13:11:39
Hello. There is any plans to do the same port for Quake 2? I'd like to play it very much, cuz there is no such a port for Quake 2 like QuakeSpasm. There is only unofficial patch, but it's not enough - the mouse input is very shitty, no support for all keybuttons in controls options etc. I hope you will do it, as I know, the Q1 and Q2 engines are very similar.
#3171
#3172 posted by khreathor on 2017/12/08 13:18:44
Here you have similar project for Quake2: https://www.yamagi.org/quake2/
Flashblend
#3173 posted by negke on 2017/12/09 11:15:08
Can you make QS default to gl_flashblend 0? Unless you already have...
#3174 posted by ericw on 2017/12/09 19:17:15
Yes, it's been the default for several versions (iirc since 2014-ish)
Slightly Confused
#3175 posted by sevin on 2017/12/10 05:37:50
This may have already been discussed to death, but I'm just returning from not having played Quake in a few months and saw QS got to 0.93.0. How similar is this release to QSS? I've been using QSS or the AD version for pretty much everything since Sepulcher came out. Can 0.93.0 do pretty much everything QSS does? Which should I use for normal play?
Only One Teleporter Effect?
#3176 posted by SavageX on 2017/12/10 13:34:29
I'm running latest SVN code on Linux. I notice that when several enemies teleport in, only one teleport effect is displayed, while the other enemies just pop in. Is this normal?
#3177 posted by @sevin on 2017/12/10 18:33:53
QSS is a separate fork/experimental build and QS 0.93 doesn't include any of its features. Perhaps for the best.
#3178 posted by mh on 2017/12/10 19:09:26
I'm running latest SVN code on Linux. I notice that when several enemies teleport in, only one teleport effect is displayed, while the other enemies just pop in. Is this normal?
You would get this result on virtually any Quake client, going back to the original engines from 1996.
The teleport splash spawns almost 900 particles, whereas the engine by default will only support up to 2048. I suggest that there's something else spawning particles, or an enemy teleporting behind you where you can't see it's particles.
Run with -particles ### where ### is some number higher than 2048 to support more particles.
#3179 posted by ericw on 2017/12/10 19:16:21
Running Into Particle Limit
#3180 posted by SavageX on 2017/12/10 20:14:25
@mh: Thanks, that's it! Increasing the particle limit fixes this!
@ericw: Tested this in 0.92.1 as requested. It behaves the same (and according to design).
I wonder if bumping the default particle limit makes sense. Are particle emitters sorted by player distance regarding priority or is it "random" which emitters starve?
#3181 posted by mh on 2017/12/10 22:15:33
Quake doesn't really have a concept of particle emitters as such. Particles are just moved from a free list to an active list as required, then returned to the free list when they expire, with no sorting.
Individual particles in an effect may expire at different times, and when you run out of free particles that's it, no more particles until enough expire.
So if there are, say, 5 teleport splashes spawned, the first two will get 896 particles each, the third will get 256, the last two will get none.
It's easy enough to extend the number of particles to effectively infinite engine-side: just Hunk_Alloc (and initialize) another batch when you run out. Add some tidy-up code for map changes and it's done.
It's always seemed odd to me that QS hasn't already done this, particularly given the number of effects even in stock ID1 Quake that use up so many.
By comparison, Quake II bumps MAX_PARTICLES to 4096 but IIRC even that isn't enough for stock ID1 Quake; there are some scenes in demo1 that can go over 5000.
#3175 @sevin
#3182 posted by Spike on 2017/12/11 06:52:20
http://triptohell.info/moodles/qss/
I've updated the windows builds of qss to merge in the latest qs changes... And FINALLY fixed a couple of bugs in qss-r7, so quoth shouldn't bug out any more (is the theory).
Whoa
#3183 posted by Qmaster on 2017/12/11 18:37:17
And I thought Spikedspasm was a dead end fork.
Cool.
"And I Thought Spikedspasm Was A Dead End Fork."
#3184 posted by Barnak on 2017/12/11 19:01:33
I HOPE NOT!
QS_Spike version is my Quake version of choice. Long live Spike!
#ericw
#3185 posted by Icaro on 2017/12/11 22:04:16
we need an MacOS version of QSS!!! :-)
Quick Query
#3186 posted by Preach on 2017/12/11 22:11:33
And FINALLY fixed a couple of bugs in qss-r7, so quoth shouldn't bug out any more (is the theory)
That's cool, but were we doing something especially weird or dodgy that provoked this? Like the ultra-high fps "bug" that keeps being reinvented, if it happened to your engine it might happen to others, and I'd like to programme defensively if so.
@Preach
#3187 posted by Spike on 2017/12/12 03:38:51
sorry, I should have phrased that better. That bug was totally my fault, and it happened on more maps than just quoth's ones.
(I was trying to be clever by auto-precaching any model named by a model field, so that mappers could do interesting hacky things. the real issue being that I got the code wrong and the server ended up reading random tempstrings instead.
Even without that it would have broken saved games though, so now you need '_precache_model' instead, or alternatively you can set modelindex to a non-numeric value, which might be useful if you're trying to bypass the lack of a setmodel. its nice to have options, or something)
Vore In The End Bug
#3188 posted by Random on 2017/12/20 10:49:38
https://i.imgur.com/Ye09ueS.jpg
WTF?! :) Sometimes (often) last Vore teleports in the player at the end titles. I don't remember this bug in original game.
Killing The Vore
#3189 posted by Preach on 2017/12/20 23:43:55
You've probably just got faster at completing the level, and leave a vore alive more often. The teleporter at the end isn't flagged "player only" so if the vore's alive on the final ledge then it can walk towards the camera and hit the tele.
Can "qss-r7" Fully Replace AD Sepulcher's "quakespasm-spike-admod"?
Before I overwrite I'd like to know ;)
Thanks in advance.
Afaik No
#3191 posted by ericw on 2017/12/21 00:42:53
I think qss-r7 is older and lacks some fixes needed to run ad_sepulcher.
btw QSS homepage is http://triptohell.info/moodles/qss/ and there is an r8+ released recently.
I Meant R8+ , Grrr...
Thanks.
QSS R8+
#3193 posted by il_carletto on 2017/12/21 11:51:11
I quicky tried it yesterday and AD Sepulcher seem to run as good as with the ADMod version of QSS. Unfortunately no chance at the moment for a deeper test session.
Only thing that is missing is the possibility to select the mod to play directly in game main menu.
|