[George] question about instance of some weapon effects

Freeform discussion about anything related to modding Transcendence.
Post Reply
User avatar
digdug
Fleet Admiral
Fleet Admiral
Posts: 2620
Joined: Mon Oct 29, 2007 9:23 pm
Location: Decoding hieroglyphics on Tan-Ru-Dorem

I noticed that Ion and Particle effecttypes have the instance set to "creator". (efParticleBeamDefault and efIonBeamDefault and efEIBlasterBeam)

Isn't it a waste in calculation resources ? I don't see why they couldn't be set to "owner" and save some resources when lots and lots weapons are fired like in Sung space and in Ares space.
george moromisato
Developer
Developer
Posts: 2998
Joined: Thu Jul 24, 2003 9:53 pm
Contact:

Ion and particle effects are random from one shot to the next. All those waves and spikes are randomly generated. With owner attribute, you'd get the same exact shape each time, which looked a little funny, particularly on screenshots.

That said, I suspect I'll eventually have to add options to control the quality of effects (for performance). At that point I can add an option to switch to "owner"
User avatar
digdug
Fleet Admiral
Fleet Admiral
Posts: 2620
Joined: Mon Oct 29, 2007 9:23 pm
Location: Decoding hieroglyphics on Tan-Ru-Dorem

ohhh, I see !
Thanks George ! :)

BTW, I tried some <Ray> effects using "particles" weapons. I think that modders should avoid that for now. I had to optimize the number of particles to 1d3 only, otherwise the i5 I was using was slowing down. :P
george moromisato
Developer
Developer
Posts: 2998
Joined: Thu Jul 24, 2003 9:53 pm
Contact:

There might be a bug (or missing code) with owner param and particle effects. Try the "game" param and see if that makes a difference (it might not).
Post Reply