<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Skibiliano</id>
	<title>Dwarf Fortress Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Skibiliano"/>
	<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php/Special:Contributions/Skibiliano"/>
	<updated>2026-07-27T17:03:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Modding_guide&amp;diff=37947</id>
		<title>40d Talk:Modding guide</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Modding_guide&amp;diff=37947"/>
		<updated>2008-08-27T18:22:49Z</updated>

		<summary type="html">&lt;p&gt;Skibiliano: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[re: Creating separate .txt file for new creatures]&lt;br /&gt;
&lt;br /&gt;
This didn't work well for me. I added a new playable civ (Klackon) to the entity_default file like this page said, and the species (Klackon) in that new civ was located in a new .txt file. Dwarves still showed up, but never my civ. I kept reducing the number of allowable dwarf civs thinking they were just competing for selection, culminating in getting rid of them entirely, ending up in developing a world that had humans and elves only! Oops. &lt;br /&gt;
&lt;br /&gt;
Finally, I added my Klackon creature to the end of the creature_standard file instead of only having them in the creature_klackon.txt file.. Voila! I now have dwarf civs and klackon civs in the same world and actually get a choice between them when I make a fort.&lt;br /&gt;
&lt;br /&gt;
It's very possible that I just messed up something basic when I made the new .txt file to contain the creature definition, but I could still point out that making a new, separate .txt file certainly didn't make things simpler for me, so it's not such great advice for budding modders.&lt;br /&gt;
&lt;br /&gt;
Everything else worked fine though, so thanks, still!&lt;br /&gt;
:Have to be sure to add the text files name ( &amp;quot;creature_klackon&amp;quot; without the parenthesis, or brackets) and the line [OBJECT:CREATURE] to tell the game its a creature file. --[[User:Darkone|Darkone]] 18:17, 2 May 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Bad info? ==&lt;br /&gt;
&lt;br /&gt;
So someone added a big notice at the top that suggests there's a fair bit of out-of-date text.. but no mention of what that may be, no links to forum posts, et cetera. Someone want to clue me in on just what, exactly, is no longer relevant? --[[User:Nunix|Nunix]] 15:14, 28 February 2008 (EST)&lt;br /&gt;
:I think it's safe to take off the version warning but the examples need to be tested. It would probably be easier to manage if this article was split into smaller, in depth, modding guides. --[[User:Hex Decimal|Hex Decimal]] 23:07, 28 February 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
I would love to see a little more descriptive way of handling the raw files as opposed to simply a slew of examples on things to mod. Perhaps I'm just not spending enough time &amp;quot;tinkering&amp;quot;, but it seems that the current article is set up rather poorly. Is that just me? --[[User:Borgin|Borgin]]&lt;br /&gt;
[EDIT]&lt;br /&gt;
I didn't realize there were complete lists of tokens. Silly me; that sure makes things easier. 1:37, 15 May 2008 (CST)&lt;br /&gt;
&lt;br /&gt;
== Arachnid Tutorial ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;Minor nitpick here, but it apears he forgot to add :5FINGERS:&amp;lt;/s&amp;gt; tested it and it works, added it to wiki. as one of its body tags to go with its hands. Also, as a nice additional tutorial, maybe add in this little bit of code to show people how to add joints? --[[User:Darkone|Darkone]] 18:39, 2 May 2008 (EDT)&amp;lt;pre&amp;gt;&lt;br /&gt;
[BODY:ARACHNID_JOINTS]&lt;br /&gt;
[BP:RUA_J:right shoulder][CON:RUA][JOINT][SMALL][INTERNAL][RIGHT]&lt;br /&gt;
[BP:LUA_J:left shoulder][CON:LUA][JOINT][SMALL][INTERNAL][LEFT]&lt;br /&gt;
[BP:RLA_J:right elbow][CON:RLA][JOINT][SMALL][INTERNAL][RIGHT]&lt;br /&gt;
[BP:LLA_J:left elbow][CON:LLA][JOINT][SMALL][INTERNAL][LEFT]&lt;br /&gt;
[BP:RH_J:right wrist][CON:RH][JOINT][SMALL][INTERNAL][RIGHT]&lt;br /&gt;
[BP:LH_J:left wrist][CON:LH][JOINT][SMALL][INTERNAL][LEFT]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Dwarven Flight ==&lt;br /&gt;
&lt;br /&gt;
If I add the line [FLIER] to my dwarven civilisation would anything interesting happen? --[[User:AlexFili|AlexFili]] 05:30, 18 June 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
:No, dwarves will just spam &amp;quot;Task cancelled: dangerous terrain&amp;quot;. They will have problems doing anything. --[[User:Someone-else|Someone-else]] 08:09, 18 June 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Fireproof Trees? ==&lt;br /&gt;
&lt;br /&gt;
Is there any means to create a wood material (and corrosponding trees to harvest for it) which will not burn, or at least won't ignite from contact with magma? --[[User:Rakankou|Rakankou]] 00:47, 25 July 2008 (EDT)&lt;br /&gt;
:I am no expert but, what if you added the [FIRE_IMMUNE] tag to trees. Do not know if that will work, or if thats even the right tag. [[User:Magikarcher|Magikarcher]] 02:12, 25 July 2008 (EDT)&lt;br /&gt;
::[FIREIMMUNE] doesn't seem to work for making a fire safe wood. I think it's a creature token, anyway, so it makes sense that it wouldn't work for materials. --[[User:Rakankou|Rakankou]] 12:27, 25 July 2008 (EDT)&lt;br /&gt;
::: It's a creature token so it won't work. However, taken from Adamantine's entry (it is magma-proof):&lt;br /&gt;
::::[SPEC_HEAT:7500]&lt;br /&gt;
::::[MELTING_POINT:25000]&lt;br /&gt;
::::[BOILING_POINT:50000]&lt;br /&gt;
:::Hopefully that helps. --[[User:Borgin|Borgin]] 20:11, 12 August 2008&lt;br /&gt;
&lt;br /&gt;
== .txt ==&lt;br /&gt;
&lt;br /&gt;
My word processer won't let me save .txts. Does that matter?&lt;br /&gt;
:Yes. A word processor program (like anything from Microsoft Office) will generate all sorts of gibberish in addition to your text. [[User:HeWhoIsPale|HeWhoIsPale]] 11:22, 5 August 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Adventure mode? ==&lt;br /&gt;
&lt;br /&gt;
Do I have to add the tag adventure tier to the dark elves to make them playable in adventure mode? [[User:Yaddy1|Yaddy1]] 16:13, 5 August 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Modded creatures not showing? ==&lt;br /&gt;
&lt;br /&gt;
I tried making my own races for a test. Spartans, copied from entity_info of dwarves and creature_Standard info from Humans and small bit from Titans.&lt;br /&gt;
Persians, Like goblins but weaker and stupider.&lt;br /&gt;
after running 4 different regions with different settings, only Goblins, Dwarves and Humans showed up. What am I doing wrong? There is not a single trace of them even existing at the legends screen.&lt;br /&gt;
I really want to kick persians with spartans instead of biting goblins with dwarves.&lt;br /&gt;
[[User:Skibiliano|Skibiliano]] 14:22, 27 August 2008 (EDT)&lt;/div&gt;</summary>
		<author><name>Skibiliano</name></author>
	</entry>
</feed>