Hrmmm...
#18843 posted by damage_inc on 2017/08/27 22:41:36
In the example water.map both transparency and inside surface texturing works just fine, grrrr :(
#18844 posted by ericw on 2017/08/27 23:13:22
The docs at the top of extras_water.qc mention that some qbsp's had func_water support (eQBSP v1.0b for MacOS) and would keep the inside faces, so I imagine the example map was compiled with that
And
#18845 posted by Qmaster on 2017/08/29 00:13:48
ericw continues to be awesome.
Thanks Ericw
#18846 posted by sceletope on 2017/08/29 00:25:45
Lots to look into there, I could be a while trying to understand it all, but it seems like you know what I'm trying to do and it could be the answer. I did get a draining effect when I was trying various things, I used func_door to lower the level of the slime, looked great but it was still a solid.
FWIW
#18847 posted by Qmaster on 2017/08/29 00:29:49
extras r4 will be included in my uber mod.
Thanks Ericw Again Two Steps Forward One Step Back
#18848 posted by sceletope on 2017/08/30 00:19:39
That works brilliantly. I couldn't get anywhere with JACK, couldn't find how to add extras to trenchbroom so persevered with Quark and it finally all fell into place. The drains now drain. Thanks very much for your help.
However... If I compile the map in Quark it plays perfectly well, but once I move it to it's own folder in /Quake/ it fails immediately with error AllocBlock Full. Progs.dat is also in this folder
Also when playing the map after compiling in Quark, it won't reload a saved game and fails with a list of items and values and a host_error:pr_executeprogram null function any ideas. I recompiled an earlier map in Quark now it has the link to progs.dat and that too won't load a saved file.
#18849 posted by ericw on 2017/08/30 01:24:47
If I compile the map in Quark it plays perfectly well, but once I move it to it's own folder in /Quake/ it fails immediately with error AllocBlock Full.
"AllocBlock Full" means the map exceeds the engine's limit for lightmapped faces. If you only get the error when launching quake directly, and not via quark, it sounds like you are using different engines?
Hmm, I can reproduce the error when loading a save with the extras r4 mod (at least the water.bsp sample map) in winquake, quakespasm, darkplaces. It seems like a bug in the mod :-(
That's A Show Stopper!
#18850 posted by damage_inc on 2017/08/30 02:37:36
The small map I created also fails to reload a save.
The mod was inconsistent across various engines I tested. I think I'd just create a new progs with the features I like.
#18852 posted by sceletope on 2017/08/30 16:52:53
""AllocBlock Full" means the map exceeds the engine's limit for lightmapped faces. If you only get the error when launching quake directly, and not via quark, it sounds like you are using different engines?"
It must have been something I was doing, today the map loads OK in /Quake/maps, /Quake/tmpQuark and /Quake/scel (it's own folder) all using quakespasm-spike-admod.exe
#18853 posted by sceletope on 2017/08/30 16:54:11
"The mod was inconsistent across various engines I tested. I think I'd just create a new progs with the features I like. "
That's beyond my abilities I'm afraid. I'll have to wait for the bugfix.
@sceletope
#18854 posted by damage_inc on 2017/08/30 18:28:26
I'm not a QC programmer but I did make a new progs using the clean106 QC source and the bits of extras_r4 that includes moving water, ladders and footstep sounds AND saves/reloads correctly.
I ran both my test map and the water.bsp with no problems.
If you want to "test" it I'll upload it for you?
@damage_inc
#18855 posted by sceletope on 2017/08/30 23:37:44
Yes please, I'll give it a try.
@sceletope
#18856 posted by damage_inc on 2017/08/31 00:35:12
Create a new folder(directory) in your Quake folder. Ex: Quake\\extras_limited\\
Extract the zip file to your new folder, with directory structure intact.
So you should have:
Quake\\extras_limited\\progs.dat --- file
Quake\\extras_limited\\readme.txt --- file
Quake\\extras_limited\\progs\\ --- folder
Quake\\extras_limited\\sound\\ ---folder
Then create a maps folder:
Quake\\extras_limited\\maps\\
... and place your compiled map(.bsp) there.
Launch Quakespasm from your Quake directory and press the tilde " ~ " to bring down the console.
Type: game extras_limited
Type map <your map's name>
And... here you go:
http://www.quaketastic.com/files/misc/extrasr4_progs_modified.zip
*sighs
#18857 posted by damage_inc on 2017/08/31 00:36:59
Please ignore the double backslashes that should be singles... it's a forum thang'!
@ Damage_inc
#18858 posted by sceletope on 2017/08/31 00:56:15
Brilliant, works perfectly. Thanks to everyone for their input and help on this one.
You're Welcome
#18859 posted by damage_inc on 2017/08/31 01:13:59
All credit ofc goes to the original author, but I'm glad it worked for you. It's a really cool feature very rich on possibilities to.
Me thinks it should be standard in the mod big daddy's, Quoth and Arcane Dimensions :)
Especially now that ericw got the inside surfaces to show.
I Also Happen
#18860 posted by Mugwump on 2017/08/31 01:28:32
to have an idea that would need this moving liquid feature, so thanks too.
@damage_inc
#18861 posted by Qmaster on 2017/08/31 01:43:00
That kind of thinking may end up with some sort of all consuming collective mod...hmmm.
@Qmaster
#18862 posted by damage_inc on 2017/08/31 02:06:49
I don't know of any über mod, is there one on the horizon hehe
Disregard #18862 :(
#18863 posted by damage_inc on 2017/08/31 02:19:03
I hit the back button, refreshed and... BAM, there's the über mod!
Last Post About This, I Swear!
#18864 posted by damage_inc on 2017/08/31 18:12:24
While the func_water is super cool, there is a really bad quirk(s) still.
Any "entity" in the water gets drawn in full view unless your r_wateralpha is 1(opaque, duh!)
I posted in the ericw tools thread about it not being "perspective correct" but today I now see it's just that the water texture doesn't get drawn on top of any entities surface. Which looks funky.
That means both point based(armor, health, etc) and brush based(doors, plats, etc) entities are affected.
Renderingwise, Darkplaces and FTE will draw the water surface on "top", but each of those have other issues.
In Darkplaces the ladders do not function at all and in FTE the water current will not let you swim against it.
Obviously, there are mapping work arounds.
TLDR
Make sure to test your setup with func_water in a small map before becoming heavily invested in it in your full map.
HELP On Darkplaces 2014/05/13 Compatibility
#18865 posted by Redfield on 2017/09/01 02:28:20
Hey there,
So the AD map I'm working on is nearing completion, I've been working hard to get the map working well in Quakespasm, Mark V and the Darkplaces 2014/05/13 build. I know there are newer releases but this is the last one that I ever used and is compatible with AD.
The only problem I have at the moment is that Darkplaces does not seem to interpret door lips the same as a normal engine would. I have a set of descending stairs, and the first step going down will have lip 0 entered as "-0" This is interpreted perfectly in Quakespasm and Mark V, but Darkplaces is no good. The step stays elevated as if with the standard lip (8 units?) and the player cant move over the step in Darkplaces.
This is really aggravating. I've put a lot of work into getting the particle setups to translate into Darkplaces and now this. Is there any solution to this available?
@redfield
I would recommend Quakespasm-Spiked-Admod and ditch DP. But I am no power-user so perhaps someone has a solution.
Can A MOD Delete My #18864 Post?
#18867 posted by damage_inc on 2017/09/01 03:02:15
As well as this one?
I don't know what changed but what I posted is all wrong, many apologies for this.
Sadly, I really wish I knew what changed but everything looks perfectly normal now.
Again, my apologies.
|