Page 1 of 1

stellar beam animation length

Posted: Mon May 29, 2017 4:28 am
by siyoa
if anyone wants to change animation duration for "Stellar Surge Beam", look inside Drawers\Effects\beam_animation.lua

just comment out time_scale=.15, you may want to change glow_w (.65 should work fine), also you may want to change sound_fun = 'STELLAR_SURGE_BEAM' in WEAPONS.lua as the default one for "Stellar Surge Beam" is too long for new (regular) animation duration

Code: Select all

new_beam_animation {
  effect='heavy_beam',
  env_key='super_beam',
  glow_w = .65, --1.2,
  min_w=.4,
  --time_scale=.15,
--  use_static_texture=catch(true)
}


and as usual, if anything wrong then let me know ;)