Page 1 of 1

3rd Person Laser Sight

Posted: Tue Feb 17, 2015 2:09 pm
by Mr_Scorpion
I was wondering if anyone knew what .dxtbz2 effect this uses so maybe I can make it more visible on brighter maps.

Re: 3rd Person Laser Sight

Posted: Tue Feb 17, 2015 10:11 pm
by MrTwosheds
I think it's probably an effect generated by bz2 and doesn't use a texture.

Re: 3rd Person Laser Sight

Posted: Wed Feb 18, 2015 7:51 am
by Mr_Scorpion
Is there a way to perhaps change the color of it or something without it causing bad assets? Do you happen to know where this effect render is located? Like which .cfg file?

Re: 3rd Person Laser Sight

Posted: Wed Feb 18, 2015 2:54 pm
by Nielk1
check for mentions of smoke2 or vsmoke in the change log. I know it was duplicated a few times due to how often it was used so it could be modified without effecting other elements. That might also effect the laser, might not.

Re: 3rd Person Laser Sight

Posted: Wed Feb 18, 2015 4:01 pm
by MrTwosheds
Vsmoke is the moving UI background texture.
I think the laser's are just red beams generated by the engine, I can't recall ever even finding an odf for them. I would certainly have modded them to be very much thinner and less obvious if I could.

Re: 3rd Person Laser Sight

Posted: Wed Feb 18, 2015 4:22 pm
by General BlackDragon
IF it uses any texture, it might use the vsmoke for the headlights.

Re: 3rd Person Laser Sight

Posted: Tue Feb 24, 2015 4:20 am
by Nielk1
MrTwosheds wrote:Vsmoke is the moving UI background texture.
I think the laser's are just red beams generated by the engine, I can't recall ever even finding an odf for them. I would certainly have modded them to be very much thinner and less obvious if I could.
I wasn't talking out of my ass you know, best check what I say before discounting it.

Code: Select all

- Not listed as a bug, but I decided to do something about this.
vsmoke.tga was hardwired in three separate places in the code. Made
all three of the places point to different textures now:

vsmoke_selectiondisplay.tga - used by SelectionDisplay.cpp
vsmoke_conetex.tga - cone texture, used in lights(?)
vsmoke_interface.tga - used to highlight UI backdrops, e.g. large windows

   Mods that had their own vsmoke.tga (and there's apparently a lot),
will need to copy that texture to the three new names. Or, it'll use
the one in patch13.pak. Also, restored gsplat.tga, raindrop.tga, and
wsplat.tga to the full res sizes found in data.pak. They were shunk
earlier as an optimization, but now that they're dxtgen'd, the
graphics card should have enough info to pick the right mip on the
fly. [NM]
Try messing with vsmoke_conetex.tga

Nice how no one bothered to actually look when told.