#2516 posted by metlslime on 2016/09/29 17:29:42
You can add the textures the manual way by including a brush in the void with the desired textures. That's how we used to do it in the old days before compiler did it for you.
Is this a change that the guys would be willing to see incorporated into the engine? I don't want to fragment the engine ecosystem for such a small change.
Especially with spikes modifications being released too.
OGG Music Has Stopped Working In Quakespasm
My music has spontaneously stopped working in quakespasm. I have the tracks as ../ID1/music/trackXX.ogg, which used to work fine. But now I get no music and a message in the console saying
Findfile: can't find music/trackXX.mp3
Findfile: can't find music/trackXX.flac
Findfile: can't find music/trackXX.wav
Any ideas what might have caused this?
@snaut
#2519 posted by Baker on 2016/09/30 23:34:42
animated textures ... beyond 10 per surface
It is 20 per surface already according to this ...
http://www.celephais.net/stuff/texturefaq.htm
Which was written by metlslime, hehe.
#2520 posted by mh on 2016/10/01 00:52:10
Pretty sure that 20 is regular + alternate anims.
#2521 posted by Spike on 2016/10/01 08:02:07
0-9 for regular animations. a-j for alternative animations. the limit is due to the base animations using digits, although the alternative anims could be bumped to 26 chars.
more than 10 (or 26 for alt) requires getting people to agree with a single consistent naming system within the 16-char name limit, and that all gets far too political...
So
What I was thinking was expanding the frames by a factor of 10 for the numbers and leaving the alternate animations alone. +00 to +99 is what I was thinking.
If nobody cares for it that's cool too, I won't make this change unless the QS authors are cool with it. Like I said engine ecosystem and all.
Slimealpha Worldspawn Key Does Not Work In Quakespasm
#2523 posted by Baker on 2016/10/05 02:55:27
slimealpha worldspawn key does not work in Quakespasm
The value seems to never be honored. Unless I'm doing something
Put in worldspawn:
"slimealpha" "1" // Nope, uses r_wateralpha
All the other ones work like "telealpha" and "lavaalpha".
Hmm
#2524 posted by ericw on 2016/10/05 07:46:55
It's working for me.. tried "slimealpha" "1", as well as "slimealpha" "0.1" in worldspawm.
Does the r_slimealpha cvar work for you? The interaction between the cvar and the worldspawn key is a bit confusing.. when the map loads, if the worldspawn key is set, that gets used until the next time you change the cvar. So the cvars behave like the fog command.
Also if the cvar or worldpsawn key is 0 (the default), that is interpreted as "use r_wateralpha"
#2525 posted by Baker on 2016/10/05 08:22:11
Here is an example of misbehaving, although apparently in different way.
1. Empty Quake folder, just pak0.pak + pak1.pak
2. This start.ent in quake/id1/maps
Mainly featuring ...
"lavaalpha" "0.5"
"telealpha" "0.5"
"slimealpha" "1"
"wateralpha" "0.7"
3. Result: No water transparency but the other 3 settings are used.
#2526 posted by ericw on 2016/10/05 08:29:05
I *think* that might just be un-water-vised transparent water? QS defaults to gl_clear 1 so you get grey tinted instead of a HOM.
No -- It's Slime Alpha
#2527 posted by Baker on 2016/10/05 08:31:14
I type r_novis 1 in console. Now water is transparent like it should be.
And although I specified slimealpha 1 in the worldspawn, it is not being used.
Slime is transparent but I said 1! (which is not transparent)
Slime is under medium bridge. I typed "fov 10" to magnify.
Test was that start.ent, no config (I deleted every time to make sure it couldn't be config) and just the pak0/pak1.
Are You Sure There's Slime In Start.bsp?
#2528 posted by ericw on 2016/10/05 08:44:48
under the "normal" bridge? It's not burning if I noclip into it..
#2529 posted by Baker on 2016/10/05 08:50:04
Major fail on my part.
I suck. Haha. Sorry.
Mwat2
#2530 posted by Qmaster on 2016/10/06 00:15:30
#2531 posted by Baker on 2016/10/06 02:49:02
This one isn't imaginary. :)
I wanted to check out Spike's skyrain in Quakespasm Spiked on E1M1. To make sure it was using the external ent file I changed the name in worldspawn. Never worked.
Tried other engines with external ent support = worked.
The Z fighting fix in quakespasm.pak apparently takes priority over an entity file for those maps like id1\maps\e1m1.ent
Just wanted to point this out.
#2532 posted by ericw on 2016/10/08 23:37:14
@Shamblernaut sorry for not responding earlier. I hate always to be grumpy; but I'm not keen on extending the number of animation frames just for engine fragmentation reasons.
Baker - thanks! Not sure what to do at the moment but that is an unfortunate behaviour.
#2533 posted by Baker on 2016/10/09 00:11:21
Load the quakespasm pak as third ticket in the priority for the id1 folder.
#2534 posted by Baker on 2016/10/09 00:14:12
Priority (for id1 folder):
1) Pak files (pak0.pak, pak1.pak, ..)
2) Free standing files
3) quakespasm.pak
/Mark V just patches the entity string if it passes a "is it right map?" check, but I understand why you guys chose a pak file.
#2535 posted by Spike on 2016/10/09 01:28:19
the path command shows all. first displayed has highest priority.
#2536 posted by szo on 2016/10/09 11:13:52
Priority (for id1 folder):
1) Pak files (pak0.pak, pak1.pak, ..)
2) Free standing files
3) quakespasm.pak
For standalone ent files on the OS filesystem to take priority,
that order you mentioned needs changing to 3, 1, 2 (using your
numbers.) That may (or may not) have unwanted side effects, and/or
break things, which I don't know at the moment.
#2537 posted by szo on 2016/10/09 11:27:09
changing to 3, 1, 2 (using your numbers.)
Well, that should be 3,2,1 to be correct. But I _think_ that would mess things.
@Pritchard
#2538 posted by ericw on 2016/10/20 23:58:11
continuing from the jam thread..
what's the history behind qs
The QS changelog is the best summary of what was changed versus Fitzquake. Likewise, the Fitzquake changelog summarizes what metl changed versus GLQuake
Also worth mentioning, QS started as a continuation of SleepwalkR's port of fitzquake to SDL (for mac/linux support): http://www.kristianduske.com/fitzquake/
It also shares some code and maintainers with uhexen2
#2539 posted by PRITCHARD on 2016/10/21 01:13:08
Thanks for the links, good stuff. Not quite what I meant with my question, though; I'm more in learning about the circumstances behind QS's adoption by the community as a "Standard" engine. Was it just momentum carried forwards from the popularity of fitzquake, or something like that? Mostly just asking because I wasn't around in the community at the time, so it's all a bit of a mystery to me as to how we got to where we are today.
Ericw
#2540 posted by Barnak on 2016/10/21 01:46:55
is there plans to add some of the graphical features shown elsewhere on the forum, about flames rendering and other special effects ?
And what about the OS X version ?
|