v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Editing Modding pitfalls

Jump to navigation Jump to search

Warning: You are not logged in.
Your IP address will be recorded in this page's edit history.

If you are creating a redirect to the current version's page, do not use any namespace. For example: use #REDIRECT [[Cat]], not #REDIRECT [[Main:Cat]] or #REDIRECT [[cv:Cat]]. See DF:Versions for more information.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 6: Line 6:
  
 
== Errorlog ==
 
== Errorlog ==
The errorlog is in a file called "errorlog.txt", located in the root directory of the game (the same folder as Dwarf Fortress's executable). Check that before you read on; your problem may in fact be in there.
+
The errorlog is in a file called "errorlog.txt", living in the same folder as Dwarf Fortress's executable. Check that before you read on; your problem may in fact be in there.
  
 
== My mod won't load ==
 
== My mod won't load ==
Make sure you have an [[info.txt file]] and that your mod is in the root directory of the ''mods'' folder (''Dwarf Fortress\mods''), '''not''' in the ''mod_upload'' folder. Dwarf Fortress doesn't read ''mod_upload'' for using mods, but only to publish them to the steam workshop.
+
Make sure you have an info.txt file and that your mod is in the ''base'' of the mods folder, ''not in the mod_upload folder''. Dwarf Fortress doesn't read that folder for using mods, only to publish them to the steam workshop.
 
 
Make sure you have '''every [[Mod info token#Tokens|required token in your info.txt!]]'''
 
 
 
Also make sure that the mod has a NUMERIC_VERSION which is an integer, and greater than or equal to EARLIEST_COMPATIBLE_NUMERIC_VERSION. So this is acceptable:
 
 
 
{{code|
 
[NUMERIC_VERSION:1]
 
[EARLIEST_COMPATIBLE_NUMERIC_VERSION:1]
 
}}
 
But this isn't:
 
{{code|
 
[NUMERIC_VERSION:1.05]
 
[EARLIEST_COMPATIBLE_NUMERIC_VERSION:1.0]
 
}}
 
Nor is this:
 
{{code|
 
[NUMERIC_VERSION:1]
 
[EARLIEST_COMPATIBLE_NUMERIC_VERSION:5005]
 
}}
 
  
 
== My mod loads, but my creature/plant/entity won't ==
 
== My mod loads, but my creature/plant/entity won't ==
Make sure the file has the correct name, and starts with the following lines:
+
Make sure the file contains all of the following:
  
 
# A filename that refers to the type of objects contained therein. '''Creature files must start with creature_, entity files must start with entity_, and so on.'''
 
# A filename that refers to the type of objects contained therein. '''Creature files must start with creature_, entity files must start with entity_, and so on.'''
Line 37: Line 18:
 
# [OBJECT:type], where "type" is replaced with the relevant object type, [OBJECT:CREATURE] etc
 
# [OBJECT:type], where "type" is replaced with the relevant object type, [OBJECT:CREATURE] etc
  
If your edit meets all of the above criteria, and still won't load, you can ask, or look for, specific advice from these [[Modding#Resource Overview|modding resources]].
+
If it does have all those, ask in one of the [[Modding#Resource Overview|many places there are where one may get help.]]
 
 
Although you can edit currently installed mods directly from the ''installed_mods'' folder (''Dwarf Fortress\data\installed_mods''), this often leads to confusion over where/how errors or bugs are occurring, as well as increasing the risk of accidentally overwriting edits made there. Applying newly edited raws by adding them to the 'mods' folder and loading them in from the in-game menu can avoid many oversights in troubleshooting.
 
 
 
== My mod causes glitches in world generation/won't work with '(other mod)' ==
 
If you are editing an object already present in the vanilla [[Raw file|raws]], you will cause [[Duplicated_raws|duplication errors]] if you don't use the [[Modding#Modifying_the_vanilla_objects|CUT or SELECT]] functions to modify that object. The modding page [[Modding#Selecting_and_Cutting|lists which objects]] can be edited using these functions.
 
 
 
If your mod cuts an object and is loaded after another mod that edits the same object, your mod will completely replace that mod's edit. Generally speaking, if you are merely adding tags/tokens to an object, you can achieve the same results with SELECT, which effectively appends those edits to an already existing vanilla object rather than replacing it. At the moment, only creature objects can have tags removed without the use of the CUT function, by making use of the more advanced [[Creature_variation_token|creature variation tokens]].
 
  
 
== Creatures ==
 
== Creatures ==
  
 
=== My civilization lives in "Nothing hamlets", "Nothing fortresses" or similar ===
 
=== My civilization lives in "Nothing hamlets", "Nothing fortresses" or similar ===
You forgot to add a [[Creature_token#N|NAME]]. These use NAME rather than CASTE_NAME, so if you have a CASTE_NAME but no NAME, you'll see the individuals having a correct species name but their sites not having one.
+
You forgot to add a NAME. These use NAME rather than CASTE_NAME, so if you have a CASTE_NAME but no NAME, you'll see the individuals having a correct species name but their sites not having one.
 
 
=== Creature edits not working or duplicate creatures/creature materials appearing in-game ===
 
You might have added a [[Duplicated_raws|duplicate]] creature entry by forgetting to either [[Modding#Selecting_and_Cutting|SELECT or CUT]] the pre-existing vanilla creature entry.
 
 
 
== Reactions ==
 
 
 
=== My custom reaction isn't appearing in the game ===
 
 
 
Make sure you have added the corresponding tokens to the relevant civilization entity object [[Entity_token#Flavor|(PERMITTED_BUILDING/JOB/REACTION)]].
 
 
 
=== My custom armor/clothing reaction won't let user choose size ===
 
 
 
Currently only the internal make armor/clothing tasks can set the product size via the Details screen; custom reactions cannot do this. If you want to be able to size things when ordering them to be made, they have to be included in the entity using the [[Entity_token#Available_resources|ARMOR]] token. The size selection menu only displays if armor/clothing made from cloth, leather, or weapons-grade metal is being produced.
 
 
 
[[Category: Modding]]
 

Please note that all contributions to Dwarf Fortress Wiki are considered to be released under the GFDL & MIT (see Dwarf Fortress Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)

This page is a member of 1 hidden category: