Forums Index >> Modding >> Teleporter Rock?
Page : <1> :
Shape="game/data/shapes/green/rockgreen01.dts", ( the teleporter script)
Scale = "0 0 0"; ( the data block)
4/1/1929 to 11/17/2006 Rest in Peace Bo. GO BLUE!!!
Last edited: Tuesday, October 04, 2005 at 5:54:00 AM
Do the scale for the "new PowerUp" or something in mission and change the shape from the teleporter's datablock.
Ok it's like this.
Function nmt2sectorwarp::onenter(%db, %this, %tank)
{
%pos = %tank.getPosition();
%rot = %tank.Rotation;
%newPos = ("445.312 -125.631 583.125" @ "445.41277e-007 -7.25986e-006 1 221.57" @ %rot);
%tank.setTransform(%newPos);
}
datablock powerupdata(nmt2sectorwarp)
{
aipickup = 0;
emitterduration = 0;
maxoff = 100;
minoff = 50;
shadow = 1;
shadowanimation = 1;
shape = "game/data/shapes/Green/rockgreen01.dts";
starton = 0;
staticshadow = 0;
scale = "0 0 0";
};
};
new PowerUp() {
dataBlock = "nmt2sectorwarp";
position = "446.191 758.748 219.906";
rotation = "6.72245e-006 2.23779e-006 1 189.875";
Scale = "0 0 0";
lightBoost = "0";
};
Hope this helps.
4/1/1929 to 11/17/2006 Rest in Peace Bo. GO BLUE!!!
Yes it can be any rock just make sure your path is correct. As far as the heal powerups go are there any errors when you start a dedecated server?
4/1/1929 to 11/17/2006 Rest in Peace Bo. GO BLUE!!!
Btw the way everyon... THIS MOD IS AMAZING! I was inspired and created my fountain of youth mod after this. His is better though. Truly breathtaking! %)
Pardon my rudeness, I cannot abide useless people.
I was going to say talk to Repent but I see he has all ready been here.
@ Repent
Miss ya buddy and your modd's :(
Last edited: Tuesday, October 04, 2005 at 5:46:35 PM
^^ Thanks hope fully more mods to come from me once this one is ready
^ The team Capt of HA :)
@Repent
I will give the rock thing a test and let you know how I am getting on. With regards the heal problem iyes there are a few problems on the dedicated server window but I am going to swedon in a few hours so will check it out at the weekend and post information here, once again any assistance you can give would be appreciated.
Daz
Page : <1> :
Hi All
Ive very nearly finished my first mod Paradise Lost and a big thanks to all who viewed the test map and for you encouraging comments.
I have already sucessfully inserted an number of teleporter gates but what I am trying to find out is if it is possible to use a rock or any other shape as a teleporter and if so how?
Daz
:) :)