Blockland Forums > Modification Help

How to Make Weapons for Blockland - The Up-To-Date version. (As of 2 years ago)

Pages: << < (18/44) > >>

Muffinmix:


--- Quote from: Kenjo28 on October 21, 2009, 06:37:40 AM ---Muffin, Azerath said that when he had the demo version, he could save and so on. Btw I know it's not free. Maybe I should of put more detail into the last comment I made.

--- End quote ---

Once the demo runs out you can't save/export.

leif16:


--- Quote from: Retz on October 22, 2009, 10:46:25 AM ---

--- Code: ---};

[b]function LeftHandedGunImage::onFire(%this, %obj, %slot)[/b]{
   Parent::onFire(%this,%obj,%slot);
   if(%obj.getDamagePercent() < 1.0)
%obj.playThread(2, leftrecoil);
}

[b]function AkimboGunImage::onMount(%this, %obj, %slot)[/b]
{
   Parent::onMount(%this, %obj, %slot);
   //mount lefthanded gun
   %obj.mountImage(LeftHandedGunImage, 1);
   //%obj.playThread(0, armreadyboth);
}
[b]function AkimboGunImage::onUnMount(%this, %obj, %slot)[/b]
{
   Parent::onUnMount(%this, %obj, %slot);
   //unmount lefthanded gun
   %obj.unMountImage(1);
   //%obj.playThread(0, root);
}


[b]function LeftHandedGunImage::onMount(%this, %obj, %slot)[/b]
{
   Parent::onMount(%this, %obj, %slot);
   %obj.playThread(1, armreadyboth);
[b]}
function LeftHandedGunImage::onUnMount(%this, %obj, %slot)[/b]
{
   Parent::onUnMount(%this, %obj, %slot);
}

[b]function AkimboGunImage::onFire(%this,%obj,%slot)[/b]
{
if(%obj.getDamagePercent() < 1.0)
%obj.playThread(2, shiftAway);
Parent::onFire(%this,%obj,%slot);

   //%obj.setImageTrigger(1,1);
}

--- End code ---

It is at the very bottom of the script in where you will find the way two guns are being held.. I think.  I'm new to this too.

--- End quote ---
First of all everyone notices the function still says Aikombo gun...
you need to change it to the name of your gun

sa2fan:

Damn, Bandwidth exceeded Photobuck... Wtf? -__- If the pictures were working, this would of helped me hugely.

Pirate Peat:


--- Quote from: sa2fan on October 27, 2009, 08:27:23 PM ---Damn, Bandwidth exceeded Photobuck... Wtf? -__- If the pictures were working, this would of helped me hugely.

--- End quote ---
Me too. Damn photobucket pro crap.

RFW2:


--- Quote from: Pirate Peat on October 29, 2009, 12:48:17 AM ---Me too. Damn photobucket pro crap.

--- End quote ---
same

Pages: << < (18/44) > >>

Go to full version