Jump to content

S4pph1r3Sam

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About S4pph1r3Sam

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. S4pph1r3Sam

    I need Help

    So, Yesterday I started a mod project without any 3d modeling experience nor arma 3 modding experience, I watched a lot of tutorials and I was understanding them, I think, but now I'm stuck at the addon builder because it says to me: Build failed. Result code=1. Can someone help me? The config.cpp is like this: class CfgVehicles { class SpikeStrip { units[] = {}; weapons[] = {}; scope = 2; model = "\Sam Sapphire Spike Strip\SpikeStrip.p3d"; mapSize = 5; displayName = "Spike Strip"; ace_cargo_size = 1 ; ace_cargo_canLoad = 1; ace_dragging_canDrag = 1; ace_dragging_dragPosition[] = {0, 1.2, 0}; ace_dragging_dragDirection = 0; ace_dragging_canCarry = 1; ace_dragging_carryPosition[] = {0, 1.2, 0}; ace_dragging_carryDirection = 0; cost = 0; armor = 5000; }; }; BTW, it is a spike strip that works with ace, can someone maybe tell me how to change the model (Like Open = SpikeStripOpen.p3d, and closed = SpikeStrip.p3d)? P.S: I need also a way for damaging wheels, I can do it in the config.cpp or I need to do it somewhere else?
×