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:Andux"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
Line 22: Line 22:
 
----
 
----
 
[http://dffd.wimbli.com/file.php?id=4326 dfmarmot] — A DFHack-based tool for operating on groups of map tiles.
 
[http://dffd.wimbli.com/file.php?id=4326 dfmarmot] — A DFHack-based tool for operating on groups of map tiles.
 +
* Allows tiles within a user-defined area to be modified in several ways:
 +
** Liquids can be created, and will flow and react to temperatures as normal.
 +
** Temperatures can be changed to any value (and, unlike with Tile Edit, changes will ''always'' take effect immediately).
 +
** Tiles can be revealed without revealing the entire map, or hidden as desired.
 +
** A full listing of available commands can be viewed by entering the <tt>?</tt> command.
 +
* Also allows for viewing data on the current tile or block, or retrieving info about any mineral veins, spatter, etc. in the current block.
 
* Source includes some Pascal units for interfacing with DFHack via the C language bindings.
 
* Source includes some Pascal units for interfacing with DFHack via the C language bindings.
** Included: <tt>DFHack</tt> (base), <tt>DFHContext</tt>, <tt>DFHGui</tt>, <tt>DFHMaps</tt>, <tt>DFHVeg</tt> (vegetation, required by maps)
+
** Included: <tt>DFHack</tt> (base), <tt>DFHContext</tt>, <tt>DFHCreatures</tt>, <tt>DFHGui</tt>, <tt>DFHMaps</tt>, <tt>DFHMaterials</tt>, <tt>DFHTranslation</tt>, <tt>DFHTypes</tt>, <tt>DFHVeg</tt> (vegetation, required by maps), <tt>DFHWorld</tt>
** Available upon request: <tt>DFHCreatures</tt>, <tt>DFHItems</tt>, <tt>DFHMaterials</tt>, <tt>DFHTileTypes</tt>, <tt>DFHTranslation</tt>, <tt>DFHTypes</tt>, <tt>DFHWorld</tt>
+
** Available upon request: <tt>DFHItems</tt>, <tt>DFHTileTypes</tt>
 
** Unfinished: <tt>DFHProcess</tt> (memrange struct/allocator), shiny new cross-referenced package documentation, testing of all the fiddly bits.
 
** Unfinished: <tt>DFHProcess</tt> (memrange struct/allocator), shiny new cross-referenced package documentation, testing of all the fiddly bits.
  

Revision as of 03:08, 26 June 2011

0.31.xx

Tweak XML files for partial 0.31.01–25 support (mainly just Tile Edit at this point)

  • For 0.31.04+, you may need to rename Dwarf Fortress.exe to dwarfort.exe for Tweak to recognize it.
  • Support for 0.31.05 SDL currently has serious issues, and 0.31.06 SDL is not supported at all.
  • Versions 0.31.09–11 were skipped due to computer issues (and subsequent distractions).
  • Also available as a package with Tweak 1.3.0.0, based on jweather's release with 40d offsets.

Save Tools — Tools to (de/re)compress and extract data from .sav/.dat files.

  • Undat2 allows save-modifying tools such as DF World Tinker to be used without disabling save compression altogether.
  • Now includes support for (de/re)compressing 40d-style .dat files.

dfmarmot — A DFHack-based tool for operating on groups of map tiles.

  • Allows tiles within a user-defined area to be modified in several ways:
    • Liquids can be created, and will flow and react to temperatures as normal.
    • Temperatures can be changed to any value (and, unlike with Tile Edit, changes will always take effect immediately).
    • Tiles can be revealed without revealing the entire map, or hidden as desired.
    • A full listing of available commands can be viewed by entering the ? command.
  • Also allows for viewing data on the current tile or block, or retrieving info about any mineral veins, spatter, etc. in the current block.
  • Source includes some Pascal units for interfacing with DFHack via the C language bindings.
    • Included: DFHack (base), DFHContext, DFHCreatures, DFHGui, DFHMaps, DFHMaterials, DFHTranslation, DFHTypes, DFHVeg (vegetation, required by maps), DFHWorld
    • Available upon request: DFHItems, DFHTileTypes
    • Unfinished: DFHProcess (memrange struct/allocator), shiny new cross-referenced package documentation, testing of all the fiddly bits.

Other stuff