Blockland Forums > Modification Help

Type 81-1 Assault Rifle (Removed Baretta)

Pages: << < (7/24) > >>

Headcrab Zombie:

Looks good for a first add-on. The hands thing is a decent idea, but I think it just looks awkward, especially the finger on the right hand.


--- Quote from: Uxie on June 17, 2010, 06:07:18 PM ---
--- Quote from: 300spartan on June 17, 2010, 09:54:19 AM ---3. On the spawning model, when it is over the spawning brick, remove the hands. Don't Know How

--- End quote ---

--- End quote ---

Make another version of the model, without the hands, and set the item datablock to use that model, while keeping the model with the hands on the image datablock.

Uxie:


--- Quote from: Headcrab Zombie on June 19, 2010, 02:12:34 AM ---                                 Not 
Looks good for a first add-on. The hands thing is a decent idea, but I think it just looks awkward, especially the finger on the right hand.

                                                 ?
Make another version of the model, without the hands, and set the item datablock to use that model, while keeping the model with the hands on the image datablock.

--- End quote ---

Can you Put that into a better way to understand? I don't know that much of making Add-Ons yet.

Headcrab Zombie:

An example using the default gun :

Make another model, without the hands, just the gun, put it in the same folder as the other model, then change the bolded part to match the second models name :

--- Quote ---datablock ItemData(GunItem)
{
   category = "Weapon";  // Mission editor category
   className = "Weapon"; // For inventory system

    // Basic Item Properties
   shapeFile = "./pistol.dts";
   rotate = false;
   mass = 1;
   density = 0.2;
   elasticity = 0.2;
   friction = 0.6;
   emap = true;

   //gui stuff
   uiName = "Gun";
   iconName = "./icon_gun";
   doColorShift = true;
   colorShiftColor = "0.25 0.25 0.25 1.000";

    // Dynamic properties defined by the scripts
   image = gunImage;
   canDrop = true;
};
--- End quote ---

Of course do this with the ItemData for the actual weapon, not the gun.

GenaralSkar:

The "finger" over the trigger looks horrible. Just have the hand holding the back of the gun.

Uxie:


--- Quote from: GenaralSkar on June 20, 2010, 01:45:20 AM ---The "finger" over the trigger looks horrible. Just have the hand holding the back of the gun.

--- End quote ---
I changed the Model. Just putting a few more adjustments to it before I show the Pictures.

Pages: << < (7/24) > >>

Go to full version