Right now, particle effects are loaded at table parse time. Including all images for them.
This is suboptimal, especially in mods with many many different weapons with large and long animation sequences each.
As such, we should add a system that properly keeps track of what particle effect is needed for the given ships / weapons, whatever, and only pages them in when needed in a given mission.
Right now, particle effects are loaded at table parse time. Including all images for them.
This is suboptimal, especially in mods with many many different weapons with large and long animation sequences each.
As such, we should add a system that properly keeps track of what particle effect is needed for the given ships / weapons, whatever, and only pages them in when needed in a given mission.