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.
Difference between revisions of "User:Djsmiley2k"
Jump to navigation
Jump to search
Djsmiley2k (talk | contribs) (Created page with 'I shud put something here : [http://www.milkme.co.uk My site...]') |
Djsmiley2k (talk | contribs) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
I shud put something here : [http://www.milkme.co.uk My site...] | I shud put something here : [http://www.milkme.co.uk My site...] | ||
+ | |||
+ | I also like [[User:Uristocrat/Dwarven Bathtub]] | ||
+ | |||
+ | On linux: | ||
+ | <pre>cd ./df_linux/raw/objects/ | ||
+ | for x in ./inorganic_stone_* ;do sed -i 's/\[AQUIFER\]//' $x ; done</pre> | ||
+ | |||
+ | and generate world. - Something very simular for exotic creatures like : | ||
+ | |||
+ | <pre> | ||
+ | for x in ./creature_* ;do sed -i 's/\[EXOTIC_PET\]/\[PET\]/' $x ; done | ||
+ | </pre> | ||
+ | Although this is untested... | ||
+ | |||
+ | |||
+ | |||
+ | [17:10:12] <@Rhenaya> silver > coppr > bronze > iron = steel > bone = wood > | ||
+ | adamantine for blunt | ||
+ | [17:10:29] <@Rhenaya> adamantine > steel > bronze > iron > copper > wood = bone > | ||
+ | silver for edged | ||
+ | [17:11:38] <@Rhenaya> steel > bronze > copper > silver > adamantine > wood = bone | ||
+ | for bolts |
Latest revision as of 13:06, 19 November 2012
I shud put something here : My site...
I also like User:Uristocrat/Dwarven Bathtub
On linux:
cd ./df_linux/raw/objects/ for x in ./inorganic_stone_* ;do sed -i 's/\[AQUIFER\]//' $x ; done
and generate world. - Something very simular for exotic creatures like :
for x in ./creature_* ;do sed -i 's/\[EXOTIC_PET\]/\[PET\]/' $x ; done
Although this is untested...
[17:10:12] <@Rhenaya> silver > coppr > bronze > iron = steel > bone = wood >
adamantine for blunt
[17:10:29] <@Rhenaya> adamantine > steel > bronze > iron > copper > wood = bone >
silver for edged
[17:11:38] <@Rhenaya> steel > bronze > copper > silver > adamantine > wood = bone
for bolts