HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

why isnt my model working

10-07-2003, 01:50 AM#1
DS-Orkhomie
im making a model for somone of a walking bomb and i copied the partical emiter from the sapper and saved my mdl but it wont convert. plz help me
10-07-2003, 07:10 PM#2
ChoboMapper
change the emmiter to

Code:
ParticleEmitter2 "BlastFlareDeath01" {
	ObjectId 4,
	Unshaded,
	static Speed 120,
	static Variation 0,
	static Latitude 80,
	static Gravity 0,
	Squirt,
	LifeSpan 0.6,
	EmissionRate 5 {
		DontInterp,
		1: 0,
		50: 0,
		203: 0,
		416: 0,
		742: 8,
	}
	static Width 16,
	static Length 16,
	Additive,
	Rows 8,
	Columns 8,
	Head,
	TailLength 0.1,
	Time 0.5,
	SegmentColor {
		Color { 0.756863, 0.964706, 1 },
		Color { 0.627451, 0.92549, 1 },
		Color { 0, 0.423529, 1 },
	},
	Alpha {64, 64, 0},
	ParticleScaling {64, 128, 128},
	LifeSpanUVAnim {0, 33, 1},
	DecayUVAnim {34, 63, 1},
	TailUVAnim {0, 0, 1},
	TailDecayUVAnim {0, 0, 1},
	TextureID 1,
}
10-07-2003, 09:30 PM#3
DS-Orkhomie
k thx it worked