Author Topic: Atop the Colossus there is a great and mighty. . . Laser turret?  (Read 7768 times)

0 Members and 1 Guest are viewing this topic.

Re: Atop the Colossus there is a great and mighty. . . Laser turret?
The "damage" you see in the weapons.tbl is actually the damage applied roughly every 1/5th of a second, varying according to framerate. So you can get a ballpark estimate of a beam's damage by multiplying five times damage times beam life time. Or you could use the idiot method and make a test mission. Either way works.


edit: Honestly, I don't know how Wanderer (or whoever) calculated the Wiki damage values, but I trust them.

 
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
Uh... Stones. Admiral Stones.
Or simply Jerome, if you like.
Well, LRBGreen damage per second is 10'450. Multiplied by four seconds lifetime, this results to 41'800 damage. Even as term if you like:
10'450 ⋄ 4 = 41'800. Easy as that.
And this ain't no ****. But don't quote me for that one. - Mika

I shall rrreach worrrld domination!

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
That's the figure from ZylonBane's Beam FAQ too. I assume it came from there.
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
I took all informations from the FS Wiki.
And this ain't no ****. But don't quote me for that one. - Mika

I shall rrreach worrrld domination!

 

Offline Killer Whale

  • 29
  • Oh no, not again.
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
I take information from the weapons table, not the wiki

 
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
You are sayin' the Wiki is WRONG? :shaking:
And this ain't no ****. But don't quote me for that one. - Mika

I shall rrreach worrrld domination!

 

Offline Hades

  • FINISHING MODELS IS OVERRATED
  • 212
  • i wonder when my polycounts will exceed my iq
    • Skype
    • Steam
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
Quote
$Name:                     LRBGreen

$Model File:               none             ; laser1-1.pof
@Laser Bitmap:               laserglow01
@Laser Color:               0, 255, 54
@Laser Length:               0.0
@Laser Head Radius:            0.3
@Laser Tail Radius:            0.3
$Mass:                          100.0
$Velocity:                      2600.0            ;; speed of the weapon (initially) -- may or may not change
$Fire Wait:                     35.0            ;; in seconds
$Damage:                        1900            ;; NOTE: for beam weapons this is kind of a "continuous" damage applied every few fractions of a second that the beam is on.
$Armor Factor:                  1.0
$Shield Factor:                 1.0
$Subsystem Factor:              1.0
$Lifetime:                      30.0            ;; How long this thing lives
$Energy Consumed:               0.30            ;; Energy used when fired
$Cargo Size:                    0.0                ;; Amount of space taken up in weapon cargo
$Homing:                        NO
$LaunchSnd:                     125                ;; The sound it makes when fired
$ImpactSnd:                     88                 ;; The sound it makes when it hits something
+Weapon Range:               8000            ;; Limit to range at which weapon will actively target object
$Flags:                         ("Big Ship" "huge" "beam" "supercap")
$Icon:                          icongun05
$Anim:                          LoadGun07
$Impact Explosion:              ExpMissileHit1
$Impact Explosion Radius:       120.0
$BeamInfo:
   +Type:                  0               ;; 0 - 4 are valid #'s
   +Life:                    4.0               ;; how long it lasts once the beam is actually firing
   +Warmup:                 5000            ;; warmup time in ms
   +Warmdown:               3500            ;; warmdown time in ms
   +Radius:                 199.0            ;; muzzle glow radius in meters
   +PCount:               25               ;; particles spewed every interval
   +PRadius:               1.4               ;; particle radius
   +PAngle:               60.0            ;; angle of the random "cone" where the particles are generated
   +PAni:                  particleexp01      ;; particle ani
   +Miss Factor:            0.4 0.5 0.9 1.2 1.7            ;; magic # - higher == miss more (only really applicable to type 0 and type 3 beams)
   +BeamSound:               148               ;; the looping beam-firing sound
   +WarmupSound:            155               ;; associated warmup sound
   +WarmdownSound:            160               ;; associated warmdown sound
   +Muzzleglow:            beamglow3         ;; muzzle glow bitmap
   +Shots:                  0               ;; only used for TYPE 3 beams
   +ShrinkFactor:            0.1         ;; what percentage of lifetime where beam starts shrinking (0.1 == 10% life left)
   +ShrinkPct:               1.8         ;; what percentage of max width we subtract per second
   $Section:                              ;; one section of the beam (you can have up to 5)
      +Width:               90               ;; width of the section
      +Texture:            beam-red         ;; texture for this section
      +RGBA Inner:         255 255 255 255      ;; rgba values (only for non-textured beam compiles)
      +RGBA Outer:         150 150 150 10      ;; rgba values (only for non-textured beam compiles)
      +Flicker:            0.0               ;; how much it flickers (0.0 to 1.0)
      +Zadd:               4.0               ;; hehe
   $Section:                              ;; one section of the beam
      +Width:               110               ;; width of the section
      +Texture:            beam-green2         ;; texture for this section
      +RGBA Inner:         160 160 0 255      ;; rgba values (only for non-textured beam compiles)
      +RGBA Outer:         60 60 0 10         ;; rgba values (only for non-textured beam compiles)
      +Flicker:            0.45            ;; how much it flickers (0.0 to 1.0)
      +Zadd:               3.0               ;; hehe
   $Section:                              ;; one section of the beam (you can have up to 5)
      +Width:               130.0            ;; width of the section
      +Texture:            beam-green         ;; texture for this section
      +RGBA Inner:         255 255 255 255      ;; rgba values (only for non-textured beam compiles)
      +RGBA Outer:         150 150 150 10      ;; rgba values (only for non-textured beam compiles)
      +Flicker:            0.4               ;; how much it flickers (0.0 to 1.0)
      +Zadd:               2.0               ;; hehe
   $Section:                              ;; one section of the beam
      +Width:               180.0            ;; width of the section
      +Texture:            beam-green3         ;; texture for this section
      +RGBA Inner:         255 0 0 255         ;; rgba values (only for non-textured beam compiles)
      +RGBA Outer:         60 0 0 10         ;; rgba values (only for non-textured beam compiles)
      +Flicker:            0.5               ;; how much it flickers (0.0 to 1.0)
      +Zadd:               0.0               ;; hehe



; Bright light green         R 137   G 252   B 96
; High Energy Green          R 102   G 255   B 0
; Puke pale green             R 192   G 255   B 200
; Forest Green               R 2    G 142   B 18
; White Streek Green Tint      R 215   G 249   B 219

[22:29] <sigtau> Hello, #hard-light?  I'm trying to tell a girl she looks really good for someone who doesn't exercise.  How do I word that non-offensively?
[22:29] <RangerKarl|AtWork> "you look like a big tasty muffin"
----
<batwota> wouldn’t that mean that it’s prepared to kiss your ass if you flank it :p
<batwota> wow
<batwota> KILL

 
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
Thanks, Hades.

Quote
*snip*
$Damage:                        1900            ;; NOTE: for beam weapons this is kind of a "continuous" damage applied every few fractions of a second that the beam is on.


5 X 1900 = 9500 damage per second. The Wiki gives the LRBGreen's damage per second as 10450, so that should be right. Wanderer compiled all the Wiki weapon info, I think, so ask him if you want to know exactly how he did it. But damage/second for beams is roughly five times the table value, and again, it all depends on framerate.

 

Offline blowfish

  • 211
  • Join the cult of KILL MY ROUTER!!!!!!!!!!1
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
I heard it was 5.5 times per second, but if it is dependent on framerate then I think it doesn't really matter.  The wiki is correct though.

 
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
But then it's 38'000 damage total, it will STILL take three shots to destroy a Ravana.
I think Kazan did something colossaly (get the joke) wrong.
And this ain't no ****. But don't quote me for that one. - Mika

I shall rrreach worrrld domination!

 

Offline Hades

  • FINISHING MODELS IS OVERRATED
  • 212
  • i wonder when my polycounts will exceed my iq
    • Skype
    • Steam
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
I have tested it and it does destroyer a Ravana in one shot.
« Last Edit: February 01, 2008, 04:31:18 pm by Hades »
[22:29] <sigtau> Hello, #hard-light?  I'm trying to tell a girl she looks really good for someone who doesn't exercise.  How do I word that non-offensively?
[22:29] <RangerKarl|AtWork> "you look like a big tasty muffin"
----
<batwota> wouldn’t that mean that it’s prepared to kiss your ass if you flank it :p
<batwota> wow
<batwota> KILL

 
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
Now what the ****.
And this ain't no ****. But don't quote me for that one. - Mika

I shall rrreach worrrld domination!

 
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
I have tested it and it does destroyer a Ravana in one shot.
:wtf: Are you sure that your tables are still correct?

 

Offline blowfish

  • 211
  • Join the cult of KILL MY ROUTER!!!!!!!!!!1
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
If a BFGreen OR LRBGreen is destroying a Ravana in one shot, something is definitely not working the way it should.

 

Offline Hades

  • FINISHING MODELS IS OVERRATED
  • 212
  • i wonder when my polycounts will exceed my iq
    • Skype
    • Steam
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
Hold on I will try it again.
IT got the Ravana down to 24%.
« Last Edit: February 02, 2008, 08:22:18 am by Hades »
[22:29] <sigtau> Hello, #hard-light?  I'm trying to tell a girl she looks really good for someone who doesn't exercise.  How do I word that non-offensively?
[22:29] <RangerKarl|AtWork> "you look like a big tasty muffin"
----
<batwota> wouldn’t that mean that it’s prepared to kiss your ass if you flank it :p
<batwota> wow
<batwota> KILL

 
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
That's better already. Get it down to 58% in 1 shot and it'll be okay.

  

Offline Hades

  • FINISHING MODELS IS OVERRATED
  • 212
  • i wonder when my polycounts will exceed my iq
    • Skype
    • Steam
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
That's better already. Get it down to 58% in 1 shot and it'll be okay.
:wtf:
[22:29] <sigtau> Hello, #hard-light?  I'm trying to tell a girl she looks really good for someone who doesn't exercise.  How do I word that non-offensively?
[22:29] <RangerKarl|AtWork> "you look like a big tasty muffin"
----
<batwota> wouldn’t that mean that it’s prepared to kiss your ass if you flank it :p
<batwota> wow
<batwota> KILL

 

Offline Koth

  • 28
  • Join the NTF! We have cookies!
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
I just tested it and it brings it down to 58%. You must have some rogue tables flying around.
The Signature is a Nuke!

 

Offline Hades

  • FINISHING MODELS IS OVERRATED
  • 212
  • i wonder when my polycounts will exceed my iq
    • Skype
    • Steam
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
No my tables are fine.
[22:29] <sigtau> Hello, #hard-light?  I'm trying to tell a girl she looks really good for someone who doesn't exercise.  How do I word that non-offensively?
[22:29] <RangerKarl|AtWork> "you look like a big tasty muffin"
----
<batwota> wouldn’t that mean that it’s prepared to kiss your ass if you flank it :p
<batwota> wow
<batwota> KILL

 

Offline Kie99

  • 211
Re: Atop the Colossus there is a great and mighty. . . Laser turret?
Did you test this with a FRED mission or using cheats to give yourself the weapon?
"You shot me in the bollocks, Tim"
"Like I said, no hard feelings"