EricW
#27056 posted by
mankrip on 2016/01/26 22:53:58
Quake animates BSP textures at 5 frames per second, the vanilla engine cycles the frames using bitmasks (so you can only have an animation with 2, 4 or 8 frames), and so on. BSP texture animation is a poor feature, but at the time its restrictions were needed.
And What If
You set wait to 9999 (over 2 hours)?
Not Sure If This Have Been Posted Before
#27060 posted by
spy on 2016/01/27 16:32:33
I want to steal all those lovely cobweb textures.
#27062 posted by
bal on 2016/01/27 16:40:18
Would have been more authentic if the quake models had been converted to sprites instead of just transferred over. :)
#27063 posted by
Kinn on 2016/01/27 16:52:15
Quake Mod For Doom
Quake 0.5
Pretty awesome, but using the models as models is a bit of a cop-out. However it makes for a good "what if Quake was released 6 months after Doom 2" concept.
#27064 posted by
JneeraZ on 2016/01/27 18:23:38
Yes, sprites would have made that sing .. too bad.
Going Back To Scrolling Textures
#27065 posted by
aDaya on 2016/01/28 14:56:56
I've heard the problem was liquid brushes because of the distortion caused by the nature of the brush. But one way to counter this is just to not use the distortion effect if possible.
Another problem I've heard is textures not looping properly, somehow. I may be ignorant on this but even with GL texture filtering that wouldn't be a problem, because in general textures loop properly everytime.
I'm just saying because it's wierd Doom can do that but not Quake.
Hell, You Might Just Use Other Textures Than Liquids, That's The Point
#27066 posted by
aDaya on 2016/01/28 15:05:28
GL Texture Filtering???
#27067 posted by
Qmaster on 2016/01/28 18:56:27
If I want texture filtering, I'll remove my glasses. GL engines take the "player checks his glasses" killquote too seriously.
#27065
#27068 posted by
mankrip on 2016/01/29 04:36:27
It's weird that there would be any difficulty to do that in today's hardware rendering.
Render the liquid surface distorted as usual, while simultaneously rendering the lightmap surface without distortion, and applying it to the liquid surface's pixels (not texels) before blending.
If fragment shaders are as powerful as software rendering, they can do that.
The only difficulty with scrolling textures is the lack of a standard. I want to devise a very flexible implementation that interacts with the game's physics, so it will take a while and someone else may implement it their own way before.
Previously, the main difficulty for both cases in the software renderer was the fact that the textures were combined with the lightmaps in the surface cache, so any texture transformations would also affect the lighting. Splitting the textures from the lightmaps makes the rendering slower, but it greatly improves the rendering quality and makes all sorts of texture mapping effects possible. With today's CPUs, that's a worthy tradeoff.
Are There Cases Where
#27069 posted by
ijed on 2016/01/29 09:48:13
You might want to distort the lightmap, like on the water surface.
I can imagine that looking pretty cool at the pixel lod.
#27070 posted by
mankrip on 2016/01/29 12:19:58
I've thought of some, but the water drawing is pretty heavy already.
All the features I've added to it are for solving map design limitations � lightmapped water allows for water properly fading to darkness in caves or tubes, molten texture mapping allows for seamless liquid texturing on complex shaped brushes, translucency allows for more gameplay possibilities, and so on.
The poor translucency of the 8-bit software renderer, for example, limits the choices of textures that can be used on translucent surfaces, because some of them (e.g. the blue water in E2M1) loses too much color fidelity.
XCom 2 Stream
#27074 posted by primal (nli) on 2016/02/02 14:22:22
CohhCarnage is streaming XCOM 2 with permission from 2k right now.
http://www.twitch.tv/cohhcarnage
Oh Hey, I Asked For A Daikatana Speedrun And What Do You Know
#27075 posted by
aDaya on 2016/02/02 22:40:03
#27076 posted by
Kinn on 2016/02/03 12:38:35
That moment when a mailshot I send from work just bounced from Terry Wogan's email address :(
#27078 posted by
JneeraZ on 2016/02/04 20:20:09
http://www.twitch.tv/unrealengine
Unreal Editor being demo'd in VR. I'm not kidding.
#27080 posted by
adib on 2016/02/04 22:49:55
Maybe I should remake Cepheus for this new UT rather than Quake Live.
Anywayzz... It's Carnival, boys and girls.
Going home now. Will get back to work only on Thursday.
This can mean only one thing.
TIME TO MAP!