Blockland Forums > Help

How to make an addon.....?

Pages: << < (3/3)

Leon-/zeeb23:

Oh im useing http://secure.uberdownloads.org/jump/free-notepad/?pk=5791

Mocha Furrier:


--- Quote from: Leon-/zeeb23 on April 13, 2012, 09:24:02 PM ---Oh im useing http://secure.uberdownloads.org/jump/free-notepad/?pk=5791

--- End quote ---

Can you script already, because its very hard, i give you an example:

Taken from Weapon_Gun

stuff like this:

//audio
datablock AudioProfile(gunShot1Sound)
{
   filename    = "./gunShot1.wav";
   description = AudioClose3d;
   preload = true;
};
datablock AudioProfile(bulletHitSound)
{
   filename    = "./bulletHit.wav";
   description = AudioClose3d;
   preload = true;
};


//shell
datablock DebrisData(gunShellDebris)
{

The Corporation:

Once you understand what datablocks are, how they are setup etc, it's all cookie cutter stuff until you reach functions and the like.
Then it'll take a while.

Pages: << < (3/3)

Go to full version