Skip to content

Demandss/DayZ-DFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DFramework

That's how many people are interested in my framework

Visitor Count

I created it for my projects, but this does not mean that others cannot use it, maybe you will find something useful here ¯_(ツ)_/¯

Supported

Code is not permissable to repack in your mod, you need to include it as requiredAddons, and use the mod from SteamWorkshop on the server. You are not allowed to monetized this mod unless your mod is an Approved Monetized Server. And access or use of this mod is not part of the monetization.


Info

To work with databases you will need DFrameworkBridge link is below.

Installation

class CfgPatches
{
 class YourModName
 {
  units[] = {};
  weapons[] = {};
  requiredVersion = 0.1;
  requiredAddons[] = {"DFramework","DZ_Scripts"};
 };
};

Useful links

Trello for your ideas: link

DFrameworkBridge: link

DFramework Wiki: link

DayZ Wiki: link

SteamWorkshop: link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published