View Issue Details

IDProjectCategoryView StatusLast Update
0003360Spring engineGeneralpublic2012-12-05 19:35
ReporterBeherith Assigned Tocleanrock  
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version91.0 
Summary0003360: StarburstLauncher spawns 200 particles by default
DescriptionA StarburstLauncher continuously spawns particles until the rocket impacts the ground. This makes it quickly consume the particle pool.

Particle count linearly increases from the time the missile launches to 200 till the rocket impacts.
Steps To ReproduceBA 7.72, /give corhrk, fire missile, look at particle count (alt+b).
Additional InformationThanks!
TagsNo tags attached.
Attached Files
screen00211.jpg (Attachment missing)
Checked infolog.txt for Errors

Activities

cleanrock

2012-12-04 23:38

reporter   ~0009451

Last edited: 2012-12-04 23:39

StartBurstProjectile is emitting unneccesary many tracer particles.
The 0.15f constant used seem unneccesary low, 1.5f look ok and reduce max to 20 compared to 200.
I need some time to check if i need to adapt other stuff in there to the 0.15f change.

Beherith

2012-12-05 00:52

reporter   ~0009453

While you are at it, could we pretty please be allowed to override those magic constants from the weapondef while recieving sensible defaults? Thank you so much!

user744

2012-12-05 10:20

  ~0009461

kind of related, there seems to be no way of turning of the default flare & flame effect. (one can set cegtag but the default effect still shows)
only way is to assign blank images to texture1,texture2 and texture3

cleanrock

2012-12-05 19:35

reporter   ~0009466

fixed by https://github.com/spring/spring/commit/5416a227523935c537c4f54d7ac38e4096b9a356

Your extra requests are a bit beyond me atm.

Issue History

Date Modified Username Field Change
2012-12-04 18:33 Beherith New Issue
2012-12-04 18:33 Beherith File Added: screen00211.jpg
2012-12-04 23:29 cleanrock Assigned To => cleanrock
2012-12-04 23:29 cleanrock Status new => assigned
2012-12-04 23:38 cleanrock Note Added: 0009451
2012-12-04 23:38 cleanrock Note Edited: 0009451
2012-12-04 23:39 cleanrock Note Edited: 0009451
2012-12-05 00:52 Beherith Note Added: 0009453
2012-12-05 10:20 user744 Note Added: 0009461
2012-12-05 19:35 cleanrock Note Added: 0009466
2012-12-05 19:35 cleanrock Status assigned => resolved
2012-12-05 19:35 cleanrock Resolution open => fixed