496
Development / Re: 2012/11/24 - Blockland Sale - 75% Off - Nov 24,25
« on: December 04, 2012, 04:36:15 PM »Maybe they ran out of 2k IDsNop
The site just disappeared
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Maybe they ran out of 2k IDsNop
FixedYou forgot to cross out "other"
Game modes....Game modes are utterly stuff and completely stupid cause you have to use hacky scripts to get our add-ons with you.
Not my point%blah = getword(%string, 0);
How to seperate them into 3 variables?
NOT IN MY IMAGINATION BITCH :(:)
Imagine a meteor hitting a planet.The meteor would completely destroy itself and deal much less damage to the planet.
that is not at all how it worksHow does it work
infact im looking at the script right now and thats not how it works.
function setchildpos(%parent, %child, %offset)
{
%curtransform = %parent.gettransform();
%u["x"] = getword(%curtransform,3);
%u["y"] = getword(%curtransform,4);
%u["z"] = getword(%curtransform,5);
%angl = getword(%curtransform,6) * -1;
%cos = mcos(%angl);
%sin = msin(%angl);
%a[1,1] = %cos + (%u["x"] * %u["x"] * (1 - %cos));
%a[1,2] = (%u["x"] * %u["y"] * (1 - %cos)) - (%u["z"] * %sin);
%a[1,3] = (%u["x"] * %u["z"] * (1 - %cos)) + (%u["y"] * %sin);
%a[2,1] = (%u["y"] * %u["x"] * (1 - %cos)) + (%u["z"] * %sin);
%a[2,2] = %cos + (%u["y"] * %u["y"] * (1 - %cos));
%a[2,3] = (%u["y"] * %u["z"] * (1 - %cos)) - (%u["x"] * %sin);
%a[3,1] = (%u["z"] * %u["x"] * (1 - %cos)) - (%u["y"] * %sin);
%a[3,2] = (%u["z"] * %u["y"] * (1 - %cos)) + (%u["x"] * %sin);
%a[3,3] = %cos + (%u["z"] * %u["z"] * (1 - %cos));
%pos = getwords(%curtransform,0,3);
%x = getword(%offset,0);
%y = getword(%offset,1);
%z = getword(%offset,2);
%newx = (%a[1,1] * %x) + (%a[1,2] * %y) + (%a[1,3] * %z);
%newy = (%a[2,1] * %x) + (%a[2,2] * %y) + (%a[2,3] * %z);
%newz = (%a[3,1] * %x) + (%a[3,2] * %y) + (%a[3,3] * %z);
%newoffset = %newx SPC %newy SPC %newz;
%totalpos = vectoradd(%pos, %newoffset);
%child.settransform(%totalpos SPC getwords(%curtransform, 3, 6));
}
Yay, works!
if you can afford it:His selection: $90
http://www.newegg.com/Product/Product.aspx?Item=N82E16814132007
Umm that doesn't sound like something that needs fixing.For my escape the lava gamemode, it does :c