1. This forum is ARCHIVED! Visit the new Cloud Sixteen forums, codename Eden, at https://eden.cloudsixteen.com. These forums will remain archived for a few months before being closed down, so try to encourage plugin developers to begin moving their content across to the new forums.
Dismiss Notice
Hi Guest, you need a Steam account to register and post on these forums. Login with Steam at the top of the forums to get started!
Dismiss Notice
Hi Guest, do you want to buy HL2RP or another Clockwork schema? Visit the Cloud Sixteen Store to get started!

Crowbar?!

Discussion in 'Discussion' started by MessiahDEG, Jan 10, 2013.

  1. Searched through some old files, found an OA thing.
    Code:
    --[[
    	© 2011 CloudSixteen.com do not share, re-distribute or modify
    	without permission of its author ([email protected]).
    --]]
    
    ITEM = openAura.item:New();
    ITEM.base = "weapon_base";
    ITEM.cost = 80;
    ITEM.name = "Crowbar";
    ITEM.model = "models/weapons/w_crowbar.mdl";
    ITEM.batch = 1;
    ITEM.weight = 1;
    ITEM.access = "T";
    ITEM.business = true;
    ITEM.category = "Melee";
    ITEM.business = true;
    ITEM.description = "A scratched up and dirty metal crowbar.";
    ITEM.weaponClass = "aura_crowbar";
    ITEM.meleeWeapon = true;
    ITEM.isAttachment = true;
    ITEM.loweredOrigin = Vector(-18, -5, 5);
    ITEM.loweredAngles = Angle(-10, 10, -80);
    ITEM.attachmentBone = "ValveBiped.Bip01_Spine";
    ITEM.weaponCopiesItem = true;
    ITEM.attachmentOffsetAngles = Angle(200, 200, 0);
    ITEM.attachmentOffsetVector = Vector(0, 5, 2);
    
    openAura.item:Register(ITEM);
    If someone could convert this, it'd help loads of peeps (including myself!)
     
  2. Allahabar

    Allahabar Unity Is All

    That is all I guess...you would probably have to fix a few things in aura_crowbar aswell, don't have openaura so can't take a look into it.

    Note: There is a rar file attached to this post.
     
  3. Tompkins

    Tompkins Developer for Laughing Skull Studios

    Didn't take the time to read the other guys' post, but I've taken the liberty of converting all melee weapons that existed for Openaura.

    Here's your crowbar.
     
  4. Tompkins

    Tompkins Developer for Laughing Skull Studios

    Already did that about a day ago lol...
     
  5. Tompkins

    Tompkins Developer for Laughing Skull Studios

    So I actually noticed an issue... Players... Can't injure each other with these... But they can with fists, and stuff... You notice that?
     
  6. Allahabar

    Allahabar Unity Is All

    That is probably due to the weapon you are trying to use (This time it is the crowbar), probably have some problems, due to them being outdated because of gmod 13 etc.
     

Previous Readers (Total: 0)