Forums Index >> Modding >> The Snow Emitter



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?

Thursday, June 22, 2006 at 7:17:07 AM

Ask dazzle! He will know.

//\//\//\//\//\//\//\

 

Sunday, June 25, 2006 at 1:55:25 PM

What did you put?
paste here

 

Sunday, June 25, 2006 at 2:48:03 PM

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

Monday, June 26, 2006 at 7:09:01 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)

 

 

 

 

Monday, June 26, 2006 at 7:54:18 AM

Um, yup. Mission file. Where's my coffee?

 

Monday, June 26, 2006 at 9:55:15 AM

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 :)

Thursday, June 29, 2006 at 2:43:14 AM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald