Author Topic: lasers are screwy what the hell?  (Read 2186 times)

0 Members and 1 Guest are viewing this topic.

lasers are screwy what the hell?
For some reason when two lasers fire at the same time there are these stupid lines on the laser ball things, and my friend also had the same thing on his computer, and fyi these are media vp graphics. i added a link to the my superlaser test for my mod below so you can get a better idea of the problem.

Superlaser.wmv

« Last Edit: December 23, 2006, 11:48:43 pm by [DW]-Hunter »

  
Re: lasers are screwy what the hell?
Yep, Hunter has an nvidia card, I have an ATI, same problem:


 

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
Re: lasers are screwy what the hell?
What beam is that? You get that sort of thing when the beam width in weapons.tbl is too big (or alternatively, the beam glow is too small).

 
Re: lasers are screwy what the hell?
Thanks for the scoop. It's a semi-custom effect Hunter is developing...

 
Re: lasers are screwy what the hell?
i made the laser for my campaign/mod im making with a few friends, and i just edited my post and added a video file to give you a better idea of whats going on. here ill put the link in this post too.

Superlaser.wmv

any idea how i can keep the size of the laser and fix the damn lines?

 

Offline Wanderer

  • Wiki Warrior
  • 211
  • Mostly harmless
Re: lasers are screwy what the hell?
Those are simple the lines where the effect (beam) ends.

Not sure if this is the best way to fixit but atleast it would be possible to do this way.. My fix for it would be to adjust the effects width and the impact & beamglow sizes to match each other. As most of the effects still utilize additive blending you should be able to fix the issue with large enough - or perhaps better way to say it would be bright enough - centers of the round effects (impact / beamglow).

Alternatively you could try using alpha blending...
Do not meddle in the affairs of coders for they are soggy and hard to light

 
Re: lasers are screwy what the hell?
Thanks Wanderer!...scanning info...assimilating...checking...

Can you get on teamspeak? Check your PM...

Server IP:
24.5.87.106:8767

 
Re: lasers are screwy what the hell?
Fixed! Changed Radius from 300 to 500
Thanks Wanderer and CP5670!

Code: [Select]
$BeamInfo:
+Type: 0 ;; 0 - 4 are valid #'s
+Life: 13.2 ;; how long it lasts once the beam is actually firing
+Warmup: 10000 ;; warmup time in ms
+Warmdown: 6650 ;; warmdown time in ms
+Radius: 500.0 ;; muzzle glow radius in meters
+PCount: 50

« Last Edit: December 24, 2006, 01:06:26 am by Huggybaby »

 
Re: lasers are screwy what the hell?
thanks guys for your help!!! :D

 
Re: lasers are screwy what the hell?
Is the straight line on the impact from the left laser fixable? Shouldn't it be spherical?

 

Offline Wanderer

  • Wiki Warrior
  • 211
  • Mostly harmless
Re: lasers are screwy what the hell?
No. The explosion is intersecting the hull. And the hull polygons are rendered 'over' the explosion effect.
Do not meddle in the affairs of coders for they are soggy and hard to light

 
Re: lasers are screwy what the hell?
OK, thanks.