Jump to content

360plus

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About 360plus

  • Rank
    Rookie

Recent Profile Visitors

545 profile views
  1. I have made a new model and i have got it in the game and it spawns and such. My problem is that when i walk up to it and try and put it into my inventory there is not option. https://i.gyazo.com/6b729325980a60222a6b88d995a09533.jpg I have the config set up right as it works for other models just not the rope. This is my first time modeling something into the game. I think it might have something to do with the model and not the config here is the class from the config. class C_Inv_Rope_i : ItemCore { scope = public; displayName = "Rope"; descriptionShort = "Rope"; picture = "\C_Inv_Items\data\UI\Rope_ca.paa"; model = "\C_Inv_Items\Rope.p3d"; allowedSlots[] = {901, 801, 701}; mass = 1; }; class C_Inv_Rope : WeaponHolder_Single_limited_weapon_F { scope = public; scopeCurator = 2; simulation = "thing"; displayName = "Rope"; author = "Test"; picture = "\C_Inv_Items\data\UI\Rope_ca.paa"; model = "\C_Inv_Items\Rope.p3d"; vehicleClass = "Items"; submerged = 0; // initial submersion, <0 inital delay submergeSpeed = 0; timetolive = 0; disappearAtContact = false; airFriction2[] = {0.01, 0.01, 0.01}; airFriction1[] = {0.01, 0.01, 0.01}; airFriction0[] = {0.01, 0.01, 0.01}; airFriction = 0.09; airRotation = 0; gravityFactor = 1; class TransportMagazines { class C_Inv_Rope_i { magazine = "C_Inv_Rope_i"; count = 1; }; }; }; If anyone knows please help!!
  2. seems i have to Post to make a thread
×