7 Days to Die Wiki
mNo edit summary
No edit summary
Tag: Source edit
Ā 
(16 intermediate revisions by 9 users not shown)
Line 5: Line 5:
 
= Overview =
 
= Overview =
   
āˆ’
As of Alpha 17, additional modding hooks were added into the base game that allows modders to add additional content and features. Game XML files may be edited using the XPath system, which allows XML changes without editing the vanilla XML files, directly from the Mods folder of the game. The term "modlet" has been adopted by the modding community to describe modes that are loaded from the Mods folder, as opposed to direct XML edits of the game's main Data/Config folder.
+
The game has modding hooks which allow modders to add additional content and features. Game XML files may be edited using the XPath system, which allows XML changes without editing the vanilla XML files, directly from the Mods folder of the game. The term "modlet" has been adopted by the modding community to describe mods that are loaded from the Mods folder, as opposed to direct XML edits of the game's main Data/Config folder.
   
 
== Modding Guides ==
 
== Modding Guides ==
  +
* [[Mod Interface]]
  +
* [[Basic Modding Tutorial 1]] - More Doors
  +
* [[Prefab Editor Export Import]]
  +
  +
 
{{#ev:youtube|v=_L_qglUc7Xo}}
 
{{#ev:youtube|v=_L_qglUc7Xo}}
 
{{#ev:youtube|v=ZUZVxbA5PmM}}
 
{{#ev:youtube|v=ZUZVxbA5PmM}}
Line 19: Line 24:
 
An [[XPath Explained|XPath tutorial]] has been written to help get modders familiar with the available syntax.
 
An [[XPath Explained|XPath tutorial]] has been written to help get modders familiar with the available syntax.
   
āˆ’
For information on the proper structure of a Modlet, please visit the [[ModStructure|Mod Structure]] section.
+
For information on the proper structure of a Modlet, please visit the [[Mod Structure]] section.
  +
  +
To get started using Unity 2018 to add custom blocks and entities, please visit the [[Unity_2018_Tutorials]] section.
  +
  +
== Modlet Videos Guides==
  +
{| cellspacing="0" cellpadding="2px" style="background: rgba( 255, 255, 255, .30); overflow: hidden; border: 2px solid rgba(0, 0, 0, 0.2); border-radius: 10px; border-radius: 10px; padding: 7px; margin: 0; width: ;"
  +
|-class="infoboxdetails"
  +
|-
  +
| {{#ev:youtube|v=gRhZxx10umA}}
  +
| {{#ev:youtube|v=mu69d6WxdeE}}
  +
|-
  +
|}
  +
  +
{| cellspacing="0" cellpadding="2px" style="background: rgba( 255, 255, 255, .30); overflow: hidden; border: 2px solid rgba(0, 0, 0, 0.2); border-radius: 10px; border-radius: 10px; padding: 7px; margin: 0; width: ;"
  +
|-class="infoboxdetails"
  +
|-
  +
| {{#ev:youtube|v=_m9evliDzrg}}
  +
| {{#ev:youtube|v=dUEqzsNCVwc}}
  +
|-
  +
|}
  +
  +
  +
{| cellspacing="0" cellpadding="2px" style="background: rgba( 255, 255, 255, .30); overflow: hidden; border: 2px solid rgba(0, 0, 0, 0.2); border-radius: 10px; border-radius: 10px; padding: 7px; margin: 0; width: ;"
  +
|-class="infoboxdetails"
  +
|-
  +
| {{#ev:youtube|v=VITPfRC7HBI}}
  +
|-
  +
|}
  +
  +
== Reference Pages ==
  +
  +
* [[XML Files]]
  +
* [[Classes]]
   
 
== Warning ==
 
== Warning ==

Latest revision as of 08:19, 25 July 2021

This page is dedicated to helping those that would like to modify parts of 7 Days to Die.

Please use the contents to navigate the page quickly and find what you're looking for!

Overview[ | ]

The game has modding hooks which allow modders to add additional content and features. Game XML files may be edited using the XPath system, which allows XML changes without editing the vanilla XML files, directly from the Mods folder of the game. The term "modlet" has been adopted by the modding community to describe mods that are loaded from the Mods folder, as opposed to direct XML edits of the game's main Data/Config folder.

Modding Guides[ | ]


Mod Pack Guides[ | ]

Modlets[ | ]

Additional information on Modlets may be found here.

An XPath tutorial has been written to help get modders familiar with the available syntax.

For information on the proper structure of a Modlet, please visit the Mod Structure section.

To get started using Unity 2018 to add custom blocks and entities, please visit the Unity_2018_Tutorials section.

Modlet Videos Guides[ | ]


Reference Pages[ | ]

Warning[ | ]

Modding 7 Days to Die means changing game files and other important mechanics of the game. This can cause your game to display glitches, crash, or even corrupt save files. Please backup your saves before attempting any modification to the game. Neither the wiki staff nor anyone who posts here is liable if you damage any part of the game or your computer. You take these actions out of your own free will, so take precaution. Keep in mind, this feature is only available on PC for the time being.