Forums Index >> Modding >> Do you make volcano's Shoot out lava or what ...
Page : <1> :
Sorry I'll have to leave this thread bcause I don't know a heck about that kind of modding.
Then why did you post?
*whistles*...........
Do you make volcano's Shoot out lava or what they are?
1. Arg! What's with everybody copying bold/italics?!
2. Huh? Check your grammar before posting.
3. Hmmm,if you are talking about what I am thinking...You need an Emitter Node!
Yeah
What the hell? What are you trying to say? Well you can make a volcano that works, you have to have something like:
New Volcano() {
position = "-190.212 -102.345 130.182";
rotation = "0 1 0 5.72942";
scale = "1 1 1";
dataBlock = "VolcanoDB";
lightBoost = "0";
};
If you just use modwiz I think it just creates:
New TSStatic() {
position = "-190.212 -102.345 130.182";
rotation = "0 1 0 5.572942";
scale = "1 1 1";
shapeName = "~/data/shapes/common/volcano.dts";
treeLighting = "0";
lightBoost = "0";
};
Also you need to write in some targets:
New TSStatic(target1) {
bla
blah
bla
};
The target1 goes in the brackets.
Page : <1> :
Do you make volcano's Shoot out lava or what they are?