ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

ParticleSystems

From ModEnc
(Redirected from Particle system)
Jump to: navigation, search
This page should correctly be named "[ParticleSystems]"; it is wrong due to technical restrictions.


[ParticleSystems] is a section of rules(md).ini, listing the available particle systems to the game. If a system isn't listed, it doesn't get initialized and therefore isn't usable.

Applicable INI Flags

These tables show all INI flags applicable1 to ParticleSystems. The flags are grouped by the internal classes the flags are inherited from, and then listed in the order they are read in by the game. You can re-sort the rows by column values by clicking the arrow icons in the column headings. Each flag can be clicked to visit its page for detailed information.

Please note that this section is accurate only for Yuri's Revenge. All other C&C games use different sets of flags.

1 "Applicable" in this context means "read from the INI files". Certain flags listed here don't have any effect ingame , but they are read and in certain cases cause a crash if not present. Again, refer to each flag's individual page for detailed information.


AbstractTypes
INI File Section Key Value Type Default Value Adds to list
Rules(md).ini Object's ID Name string(48 symbols) ID
Rules(md).ini Object's ID UIName string(31 symbol) ""


ObjectTypes
INI File Section Key Value Type Default Value Adds to list
Rules(md).ini Object's ID Image string (31 symbol) Object's ID
Rules(md).ini Object's ID AlphaImage string (31 symbol) ""
Rules(md).ini Object's ID CrushSound Sound (128 symbols) ""
Rules(md).ini Object's ID AmbientSound Sound (128 symbols) ""
Rules(md).ini Object's ID Crushable boolean 0
Rules(md).ini Object's ID Bombable boolean 1
Rules(md).ini Object's ID NoSpawnAlt boolean 0
Rules(md).ini Object's ID AlternateArcticArt boolean 0
Rules(md).ini Object's ID RadarInvisible boolean 0
Rules(md).ini Object's ID Selectable boolean 1
Rules(md).ini Object's ID LegalTarget boolean 1
Rules(md).ini Object's ID Armor Armor 0
Rules(md).ini Object's ID Strength int 0
Rules(md).ini Object's ID Immune boolean 0
Rules(md).ini Object's ID Insignificant boolean 0
Rules(md).ini Object's ID HasRadialIndicator boolean 0
Rules(md).ini Object's ID RadialColor Color 0,0,0
Rules(md).ini Object's ID IgnoresFirestorm boolean 0
Art(md).ini Object's Image UseLineTrail boolean 0
Art(md).ini Object's Image LineTrailColor Color 0,0,0
Art(md).ini Object's Image LineTrailColorDecrement int 16
Art(md).ini Object's Image Theater boolean 0
Art(md).ini Object's Image NewTheater boolean 0
Art(md).ini Object's Image Voxel boolean 0


ParticleSystems
INI File Section Key Value Type Default Value Adds to list
Rules(md).ini Object's ID HoldsWhat Particle -1 +
Rules(md).ini Object's ID Spawns boolean 0
Rules(md).ini Object's ID SpawnFrames int 1
Rules(md).ini Object's ID ParticleCap int 500
Rules(md).ini Object's ID SpawnRadius int 0
Rules(md).ini Object's ID Slowdown float 0
Rules(md).ini Object's ID SpawnCutoff float 0
Rules(md).ini Object's ID SpawnTranslucencyCutoff float 0
Rules(md).ini Object's ID LifeTime int -1
Rules(md).ini Object's ID BehavesLike Behaviour1 -1
Rules(md).ini Object's ID SpawnDirection XYZ {0;0;0}
Rules(md).ini Object's ID ParticlesPerCoord float 0.1
Rules(md).ini Object's ID SpiralDeltaPerCoord float 0.025
Rules(md).ini Object's ID SpiralRadius float 2.890625
Rules(md).ini Object's ID PositionPerturbationCoefficient float 0.0
Rules(md).ini Object's ID MovementPerturbationCoefficient float 0.0
Rules(md).ini Object's ID VelocityPerturbationCoefficient float 0.0
Rules(md).ini Object's ID Laser boolean 0
Rules(md).ini Object's ID LaserColor Color {0;0;0}
Rules(md).ini Object's ID SparkSpawnFrames int 0
Rules(md).ini Object's ID LightSize int 0
Rules(md).ini Object's ID OneFrameLight boolean 0
Rules(md).ini Object's ID SpawnSparkPercentage float 0.0


See also