RichDiesal Posted April 29, 2002 Share Posted April 29, 2002 Maybe I'm just blind, but I can't find the beam texture anywhere? I didn't see it in common or system... am I just missing it or is it not there anymore? Link to comment Share on other sites More sharing options...
FEXX Posted April 29, 2002 Share Posted April 29, 2002 I have been looking for that texture too, but it could be a script or shader; since there is also sometimes lightning discharge around them (as seen in the SP game maps). Link to comment Share on other sites More sharing options...
RichDiesal Posted April 29, 2002 Author Share Posted April 29, 2002 Hmm...also, for some reason I can't create any breakable glass... I can make the brush break like glass, I just can't find a texture that actually LOOKS like glass... The only online tutorials I can find supply textures that contain TGAs that for some reason JKII doesn't want to read... Any help? Link to comment Share on other sites More sharing options...
FEXX Posted April 29, 2002 Share Posted April 29, 2002 There are several glass textures in 'common' and 'system' Link to comment Share on other sites More sharing options...
VEGETA2K1 Posted April 29, 2002 Share Posted April 29, 2002 there are 3 or 4 glass tetxures in the comon section, they dont look liek glass in editor, but ingame they doo.. Link to comment Share on other sites More sharing options...
RichDiesal Posted April 29, 2002 Author Share Posted April 29, 2002 Aha! Alright, I'm apparently just blind, those worked great... Still can't find the beam texture though... I remember it being a standard part of QERadiant (from the little I messed around with it a while back) but I can't find it anywhere now. Anyyyone? Link to comment Share on other sites More sharing options...
Belial6672 Posted April 29, 2002 Share Posted April 29, 2002 to create breakable glass, make the glass brush out of the func_glass from the right context menu in the JO editor and assign it a glass texture Belial Link to comment Share on other sites More sharing options...
RichDiesal Posted April 29, 2002 Author Share Posted April 29, 2002 Errr, somewhere along the lines we lost the point of this post. This is the problem... back in the days of Quake III (God rest her soul) there was a shader called "beam" that allowed you to have a sort of glowy effect coming from streetlights and such. In other words, you could make a gold brick sort of shaped shader out of "beam", place it under a light, and it would appear that the light was shining out through that shader. (Toward the light, it would be a more solid yellow/white/whatever and towards the ground, it would fade away to nothing). My problem is that I can't find the beam shader anymore.... has it been replaced with something else or is it just missing? Link to comment Share on other sites More sharing options...
RichDiesal Posted April 30, 2002 Author Share Posted April 30, 2002 Anyone? Help? Link to comment Share on other sites More sharing options...
VIO Posted May 3, 2002 Share Posted May 3, 2002 check out bubba tuts here BUBBA Link to comment Share on other sites More sharing options...
RichDiesal Posted May 3, 2002 Author Share Posted May 3, 2002 Bah, I know HOW to do it... I did it in Quake3. I just can't physically find the damn "beam" shader in JK2... it's not in common... it's not in system... it's not hidden anywhere else that I've looked to find it... Just someone tell me what texture library it's in!!! Link to comment Share on other sites More sharing options...
[LoRD]RaoulHooD Posted May 3, 2002 Share Posted May 3, 2002 I can't find it either.... I was thinking even if it is found, it might not work because I made a brush with a mirror texture and portal brush and all that crap that should work as a mirror, but nothing... I tried all 4 or 5 or however many mirror textures it came with and still nada........ good luck though Link to comment Share on other sites More sharing options...
FEXX Posted May 3, 2002 Share Posted May 3, 2002 The beam is not a texture. It is a 'func_runner' entity. It is a .efx file. So you want to do it the same way you'd do fire. But instead of the Key 'fxFile' and Value 'env/fire', use a Value like 'env/beam' or others in the /env folder. Then to tweak to beam more, copy the .efx file and change some of the settings in the .efx file. You can size it up and make it into a larger beam or tighter one. The red solid beam is I think 'env/target_beam'. A beam also needs to have a 'target_position' entity too, and a targetname. Then target the beam fx_runner to that target_position entity to make the beam shoot however you like. I need to do more tests too to control the direction of the red beam. The aqua beams are 'env/beam'. Let me know if this makes sence. Link to comment Share on other sites More sharing options...
RichDiesal Posted May 8, 2002 Author Share Posted May 8, 2002 Er... yes, that makes sense, but that's not exactly what I was trying to do. (Although incidentally, how do you attach a sound to an fx entity? I added a "noise" key with value "effects/whatever" and then "sound/effects/whatever" and couldn't get it to work...) Anyway, what I was actually trying to do is an effect like that on Bubba's tutorial at http://planetquake.com/bubba/beam2.html ... I can't seem to find the beam shader that he mentions anywhere. Link to comment Share on other sites More sharing options...
fabrikashon Posted May 8, 2002 Share Posted May 8, 2002 Read what FEXX wrote - that's the only way to do it as there is no beam texture. Just take a look in the .pk3 folder. Link to comment Share on other sites More sharing options...
OCF Posted May 8, 2002 Share Posted May 8, 2002 there's a Dissolve texture.. i dunno what it does, could that be it? Link to comment Share on other sites More sharing options...
lordkaz Posted May 8, 2002 Share Posted May 8, 2002 Had tried that one while exploring hehe. Its just a solid black texture =( Its gotta be somewhere, no? -Kaz Link to comment Share on other sites More sharing options...
RichDiesal Posted May 9, 2002 Author Share Posted May 9, 2002 Originally posted by fabrikashon Read what FEXX wrote - that's the only way to do it as there is no beam texture. Just take a look in the .pk3 folder. You misunderstand... the fx beam entity is a physical beam of light (i.e. the sort that is cast between two objects and if you run into it, you sizzle and such)... the Q3 beam shader was a sort of transparent layer of light that you could play below florescent lights so as to give a sort of glow to the light (i.e. looks like it is shining through mist)... i.e. the fx beam entity and the beam shader are not at all the same thing... Go look at the picture. And yes, I tried dissolve too but to no avail... I almost get the idea that Raven might have taken it out as I don't remember seeing the effect in the game anywhere. Anyone have the shader/texture files from Q3 on hand? Link to comment Share on other sites More sharing options...
fabrikashon Posted May 9, 2002 Share Posted May 9, 2002 I know they aren't the same thing, but as there appears to be no Q3 Beam texture, you might have to resort to that one and create your own shadder for it. Or, just take the one out of Quake 3 and include it into your map. Link to comment Share on other sites More sharing options...
RichDiesal Posted May 9, 2002 Author Share Posted May 9, 2002 Good plan!!! Can anyone here get it to me? I did have it, but the CD is now lost in the abyss that is my closet and I doubt I could find it even given a few days... much faster if someone could just send it to me. Link to comment Share on other sites More sharing options...
FunClown Posted May 9, 2002 Share Posted May 9, 2002 The beam fx doesn't sizzle you when you touch it. I was fooling around with the fxfiles yesterday trying to find the effect I want but its not there. However, you can set the beam fx to do whatever damage you want. You can even target it to a light entity. Link to comment Share on other sites More sharing options...
fabrikashon Posted May 9, 2002 Share Posted May 9, 2002 Send me an email and I'll send it through kris at riseupperth com Link to comment Share on other sites More sharing options...
dvader28 Posted May 15, 2002 Share Posted May 15, 2002 there is a beam texture..kinda...it's a large black square with 2 spotlights in the middle..u'd have to fiddle with placement..it's in one of the imperial texture groups..doomgiver methinks. Link to comment Share on other sites More sharing options...
fabrikashon Posted May 15, 2002 Share Posted May 15, 2002 It's not all that hard to create one. I have them running in my map at the moment. All you have to do is copy the file out of Quake 3 and edit the shader file appropiately. Link to comment Share on other sites More sharing options...
MasterJedi83 Posted May 17, 2002 Share Posted May 17, 2002 how do u create one? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.