Forums Index >> Modding >> More Advanced Modding Help
Page : <1> :
Me too, I have been trying this today to no avail. :(
Datablocks
new Datatblock() {
Datablock = lighttank;
?
Michael, I think it would be
New Datablock() {
Position = "100 -432.43 12";
Rotation = "-0.43143 -0.342149 -0.4839124 9.32143";
Scale = "1 1 1";
ShapeName = "~/data/shapes/tanks/tank01.dts";
Treelighting = "0";
LightBoost = "0";
Or something like that...I don't really know...
Last edited: Wednesday, March 17, 2004 at 7:12:01 PM
Hmm...
Do this:
};
New TSStatic() {
Position = "66.1949 154.091 135.246";
Rotation = "1 0 0 0";
Scale = "1 1 1";
ShapeName = "~/data/shapes/tanks/tank01.dts";
TreeLighting = "0";
LightBoost = "0";
Change tank01 to tank05 for babyboss
Didnt work for me.
Can't just place tanks as TSStatics, they have animation and don't show up/crash the game.
The new datablock idea works good.
It would be good to elaborate for us dumb folk. %)
New TSStatic= what???a rock????
Page : <1> :
Now, I would like to know how you actually place a tank body, like in 187's Team Infiltrater where he puts a light tank body over the tank switcher.