Lunaran
#1032 posted by
ptoing on 2014/08/18 19:26:13
Cool, didn't know that. So can a func_wall function as water as well? Or other liquids?
You Can Give A Func_wall A Liquid Texture
#1033 posted by
ericw on 2014/08/18 20:00:09
and it will do the warp animation, but it'll act like a regular solid - plays the axe hitting stone sound if you hit it, etc. The alpha key still works and lets you override r_wateralpha if you set it.
sometimes func_illusionary is used with a liquid texture for special effects, like to make swirling fog in a void pit, you stack layers of func_illusionary, with a low alpha and a liquid texture.
#1034 posted by
ptoing on 2014/08/18 20:17:43
I see. What I meant was more like have it so that you can set different alphas for different water in the same level. Like you might want to have some swampy water which is less or not transparent at all, and something that is more clear.
It would also be cool to be able to set a water fog amount. I am sure that can be faked somehow already perhaps. Not sure.
Ptoing
#1035 posted by
metlslime on 2014/08/18 21:52:01
alpha per brush requires a whole toolchain and bsp format change, probably. There is no concept of "brushes" in the bsp format, everything is converted to bsp leafs that contain polygons, and those polygons are not 1:1 with the original brush faces in the map file (some are split, others are merged.)
There is also no concept of brushes in quakec code, so per-entity alpha works much better with that part of the game as well.
Func_water
#1036 posted by
ijed on 2014/08/18 22:36:29
Could possibly do it... but is also a complete bastard to get working properly.
#1037 posted by
rebb on 2014/08/18 23:47:29
You can try using a compiler that supports "*waterskip" "*lavaskip" "*slimeskip", and put a func_illusionary with alpha key on top of that.
Yep
#1038 posted by
metlslime on 2014/08/19 00:38:08
also, you can actually use any compiler that doesn't support skip, if you also use newskip.exe
Or
#1039 posted by
mfx on 2014/08/19 00:45:01
the compiler has this utility already build in..
Then you don�t even need newskip.exe.
#1040 posted by
AAS on 2014/08/19 16:07:05
Does QS team have any release plan?
Gap between .9 and .10 is too long :(
Bug?
#1041 posted by
ptoing on 2014/08/21 01:56:36
I was just playing the original 100 Brush compo pak and when I got to XeNoN's map (xnq1001)stuff broke a bit. Specifically there is a rune which should trigger a set of teleporters to teleport in a bunch of monster which are needed to open the exit. This did not happen.
Funny enough this map is even more broken in Darkplaces where the monsters which are supposed to teleport in start shooting you from within their cage, which is above the starting area.
Hm, Weird
#1042 posted by
ericw on 2014/08/22 05:59:06
Just gave it a try and was able to finish with no problem
-dl'ed from
https://www.quaddicted.com/reviews/100brush.html
-started qs and then "gamedir 100brush", "map xnq1001"
I was lazy and played on godmode, but two vores spawned in after I got the rune, and killing them opened the exit door.
I dunno what could have gone wrong; can you reproduce it?
#1043 posted by
ptoing on 2014/08/22 18:24:51
I'll try to do it later and make a demo or something.
#1044 posted by
ptoing on 2014/08/22 19:12:14
Hm, could not reproduce it. I tried a couple of times, but nada, worked fine now.
@AAS
I updated the doco to point to Eric's 'nightly' builds
http://quakespasm.ericwa.com/job/quakespasm/
Experimental Random Map Loading...
#1046 posted by
Barnak on 2014/08/23 22:32:59
I made an interesting experiment today :
I renamed ALL my custom id1/maps to "map1", "map2", "map3", etc (I have about 150 top quality maps in there). Launching them randomly from the QS console is now extremely easy.
Since many (most) maps are ending on another map (which I don't have anymore anyway), I HexEdited the maps so they start another map from my collection.
Playing Quake1 is now totally OUT OF THIS WORLD ! It really feels like I'm lost in the Multiverse.
😦😮😲😇
#1047 posted by
czg on 2014/08/23 22:35:17
#1051 posted by
mfx on 2014/08/24 01:54:10
open mind
insert appreciation
John Plz Allow Emoji Everywhere
#1052 posted by
czg on 2014/08/24 10:25:53
cheerz
Barnak
You have to let us know which map map69 is.
Onetruepurple
#1055 posted by
Barnak on 2014/08/24 16:17:05
Map69 is the "Castle Of The Bad Die".
And I'm still asking for a map which randomize the map loading from a maps list. This is a Must Have Feature.