Forums Index >> Modding >> The Snow Emitter
Page : <1> :
Ask dazzle! He will know.
//\//\//\//\//\//\//\
Make sure you have MaxCR's special.cs file.
Add this to the bottom of you main.cs
New ParticleEmitterNode(SnowEmitternode1) {
Datablock = "SnowEmitterNode";
position = "0 0 139.0";
rotation = "0.0 0.0 0.0 0.0";
scale = "1 1 1";
Emitter = "SnowEmitter";
Velocity = "1";
};
new ParticleEmitterNode(SnowEmitternode2) {
Datablock = "SnowEmitterNode";
position = "1024 0 139.0";
rotation = "0.0 0.0 0.0 0.0";
scale = "1 1 1";
Emitter = "SnowEmitter";
Velocity = "1";
};
new ParticleEmitterNode(SnowEmitternode3) {
Datablock = "SnowEmitterNode";
position = "-1024 0 139.0";
rotation = "0.0 0.0 0.0 0.0";
scale = "1 1 1";
Emitter = "SnowEmitter";
Velocity = "1";
};
new ParticleEmitterNode(SnowEmitternode4) {
Datablock = "SnowEmitterNode";
position = "0 1024 139.0";
rotation = "0.0 0.0 0.0 0.0";
scale = "1 1 1";
Emitter = "SnowEmitter";
Velocity = "1";
};
new ParticleEmitterNode(SnowEmitternode5) {
Datablock = "SnowEmitterNode";
position = "0 -1024 139.0";
rotation = "0.0 0.0 0.0 0.0";
scale = "1 1 1";
Emitter = "SnowEmitter";
Velocity = "1";
};
new ParticleEmitterNode(SnowEmitternode6) {
Datablock = "SnowEmitterNode";
position = "2048 1024 139.0";
rotation = "0.0 0.0 0.0 0.0";
scale = "1 1 1";
Emitter = "SnowEmitter";
Velocity = "1";
};
new ParticleEmitterNode(SnowEmitternode7) {
Datablock = "SnowEmitterNode";
position = "-2048 -1024 139.0";
rotation = "0.0 0.0 0.0 0.0";
scale = "1 1 1";
Emitter = "SnowEmitter";
Velocity = "1";
};
new ParticleEmitterNode(SnowEmitternode8) {
Datablock = "SnowEmitterNode";
position = "1024 2048 139.0";
rotation = "0.0 0.0 0.0 0.0";
scale = "1 1 1";
Emitter = "SnowEmitter";
Velocity = "1";
};
new ParticleEmitterNode(SnowEmitternode9) {
Datablock = "SnowEmitterNode";
position = "-1024 -2048 139.0";
rotation = "0.0 0.0 0.0 0.0";
scale = "1 1 1";
Emitter = "SnowEmitter";
Velocity = "1";
};
};
//--- OBJECT WRITE END ---
Last edited: Monday, June 26, 2006 at 7:09:19 AM
To the end of your main.cs...? Erm, I dont think that'll work Nap.
I think it should be on the end of your.mis (not sure)
Um, yup. Mission file. Where's my coffee?
Ok
I put the snow in the mission file but I didn't see any snow fall
So if I max special.cs really import
Please someone give me a link to it :)
Page : <1> :
Hi guys
Guys I need help in the snow emitter in the sky
I put one in my mod
But the snow don't go everywhere so what can I do?