DayZ
Not enough ratings
SF_Core
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
File Size
Posted
Updated
14.920 MB
Jul 28, 2021 @ 7:03am
Jun 25, 2022 @ 7:17am
10 Change Notes ( view )

Subscribe to download
SF_Core

Description
SF_Core

Contents:
SF_Scripts
SF_KitBoxes

Note: This mod is Dependency for all my mods that use kitboxes and users of those mods will required to use it also as it contains assets for building etc


Notes for usage

To use this item to make kits this mod would need to be set in required addons so you would need to add to required addons part of .cpp file "SF_Scripts"

Then you will need to call:

class SF_Item;

to make a kit you then add your items below it and define them as SF_item (Needed to produce the kit)

class itemclassname: SF_Item

{
scope=2;
displayName="Your item";
descriptionShort="Your item - Can be dismantled back into a kit with a Screwdriver or Pliers";

};


Then to make a kit you would use:

class itemname_kit: SF_Kit
{
scope=2;
displayName="Item Kit";
descriptionShort="This is a kit to deploy a your item at your base. - Can be dismantled back into a kit with a Screwdriver, Hammer or pliers";
};

You now have your item as a unbranded Crate Box Kit which is deployable and once items built it can be made back into a kit using Screwdriver, Hammer or Pliers

Credits to other authors


This mod is not allowed to be repacked or dismantled by anyone

Discord for my mods: https://discord.gg/T7DDvQUcaP