Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 331 332 [333] 334 335 ... 360

Author Topic: DFHack 0.43.03-r1  (Read 1078590 times)

Quietust

  • Bay Watcher
  • Does not suffer fools gladly
    • View Profile
    • QMT Productions
Re: DFHack 0.43.03-r1
« Reply #4980 on: December 07, 2016, 08:02:25 pm »

The first map_block_column per embark square has the plant data, and no plants can cross embark square boundaries.

This is because if they were stored per column, they wouldn't be able to cross map_block boundaries.
To clarify, each map_block_column covers a 16x16 area (the "map_pos" field tells you exactly where it is) and mainly keeps track of special elevations or things which are independent of elevation. In older versions, map_block itself held the list of local plants, but the addition of large trees (which span multiple Z-levels) required moving it to map_block_column, and the fact that trees can span multiple map_blocks is why they're only stored in one column out of each 3x3 group (and why they can't extend between region tiles, which made it possible for Toady to much more easily keep terrain generation in Adventurer mode consistent).
Logged
P.S. If you don't get this note, let me know and I'll write you another.
It's amazing how dwarves can make a stack of bones completely waterproof and magmaproof.
It's amazing how they can make an entire floodgate out of the bones of 2 cats.

Roses

  • Bay Watcher
    • View Profile
Re: DFHack 0.43.03-r1
« Reply #4981 on: December 07, 2016, 10:12:24 pm »

New update on tree deletion. Successfully deleting the tree from the three different lists (plants.all, plants.tree_dry/tree_wet and map_block_column.plants) will remove the tree from the game and leave all tiles connected to that tree as just saying Tree. The game was fully able to be saved and reloaded as well. Even without changing the tile types. I have also figured out how to identify the position of each branch, thick branch, trunk, and twig of the tree so that they can be set to the correct tiletype.
Logged

Warmist

  • Bay Watcher
  • Master of unfinished jobs
    • View Profile
Re: DFHack 0.43.03-r1
« Reply #4982 on: December 08, 2016, 03:22:05 am »

New update on tree deletion. Successfully deleting the tree from the three different lists (plants.all, plants.tree_dry/tree_wet and map_block_column.plants) will remove the tree from the game and leave all tiles connected to that tree as just saying Tree. The game was fully able to be saved and reloaded as well. Even without changing the tile types. I have also figured out how to identify the position of each branch, thick branch, trunk, and twig of the tree so that they can be set to the correct tiletype.
Such hatred for trees to go to these length to destroy them without leaving anything. :D

PatrikLundell

  • Bay Watcher
    • View Profile
Re: DFHack 0.43.03-r1
« Reply #4983 on: December 08, 2016, 03:22:24 am »

New update on tree deletion. Successfully deleting the tree from the three different lists (plants.all, plants.tree_dry/tree_wet and map_block_column.plants) will remove the tree from the game and leave all tiles connected to that tree as just saying Tree. The game was fully able to be saved and reloaded as well. Even without changing the tile types. I have also figured out how to identify the position of each branch, thick branch, trunk, and twig of the tree so that they can be set to the correct tiletype.
Interesting. A tangent question I get as a result is if the bugged underground tiles described as "grass" that sometimes appear are the result of a similar process, i.e. if they're "actually" underground fungal "grass", but the plant object has somehow been lost?
Logged

Rose

  • Bay Watcher
  • Resident Elf
    • View Profile
Re: DFHack 0.43.03-r1
« Reply #4984 on: December 08, 2016, 04:06:01 am »

Probably. Grass is stored on a contaminant layer, similar to mud and blood splatters. So it's possible that the actual grass is missing from there, but the tiletype is still grass.
Logged

PatrikLundell

  • Bay Watcher
    • View Profile
Re: DFHack 0.43.03-r1
« Reply #4985 on: December 08, 2016, 06:00:50 am »

Probably. Grass is stored on a contaminant layer, similar to mud and blood splatters. So it's possible that the actual grass is missing from there, but the tiletype is still grass.
Are you sure? As far as I've seen grass is stored as plants together with trees and shrubs? Mud and blood can lie on top of grass (just look at mud covered caverns!). However, blood can coexist with mud as well, so that's not much of an argument. However, I'll be on the lookout for unspecified grass tiles underground to take a closer look.
Logged

Rose

  • Bay Watcher
  • Resident Elf
    • View Profile
Re: DFHack 0.43.03-r1
« Reply #4986 on: December 08, 2016, 06:10:21 am »

Considering that I read the grass in order to show it in both armok vision and stonesense, yes, I'm sure.
Logged

Quietust

  • Bay Watcher
  • Does not suffer fools gladly
    • View Profile
    • QMT Productions
Re: DFHack 0.43.03-r1
« Reply #4987 on: December 08, 2016, 07:43:11 am »

Probably. Grass is stored on a contaminant layer, similar to mud and blood splatters. So it's possible that the actual grass is missing from there, but the tiletype is still grass.
Are you sure? As far as I've seen grass is stored as plants together with trees and shrubs? Mud and blood can lie on top of grass (just look at mud covered caverns!). However, blood can coexist with mud as well, so that's not much of an argument. However, I'll be on the lookout for unspecified grass tiles underground to take a closer look.

Yes, he's sure - they're stored within "block_square_event_grassst" records, along with "block_square_event_mineralst" for mineral veins and "block_square_event_material_spatterst" for contaminants.
Logged
P.S. If you don't get this note, let me know and I'll write you another.
It's amazing how dwarves can make a stack of bones completely waterproof and magmaproof.
It's amazing how they can make an entire floodgate out of the bones of 2 cats.

utunnels

  • Bay Watcher
  • Axedwarf
    • View Profile
Re: DFHack 0.43.03-r1
« Reply #4988 on: December 08, 2016, 08:21:42 am »

By the way, does anybody tried 43.05 alpha2 for 32bit windows?

Here's what I got. It seemed none of the paths are available, how?


Could not load dfhack-config/script-paths.txt
Plugin does not exist: 3dveins
Plugin does not exist: add-spatter
Plugin does not exist: autochop
Plugin does not exist: autodump
Plugin does not exist: autogems
Plugin does not exist: autohauler
Plugin does not exist: autolabor
Plugin does not exist: automaterial
Plugin does not exist: automelt
Plugin does not exist: autotrade
Plugin does not exist: blueprint
Plugin does not exist: building-hacks
Plugin does not exist: buildingplan
Plugin does not exist: burrows
Plugin does not exist: changeitem
Plugin does not exist: changelayer
Plugin does not exist: changevein
Plugin does not exist: cleanconst
Plugin does not exist: cleaners
Plugin does not exist: cleanowned
Plugin does not exist: command-prompt
Plugin does not exist: confirm
Plugin does not exist: createitem
Plugin does not exist: cursecheck
.............


Edit*

It seems to be the problem on the certain old machine without a video card.
I ran the 32bit version on a 64bit system and it worked.

« Last Edit: December 08, 2016, 08:30:50 am by utunnels »
Logged
The troglodyte head shakes The Troglodyte around by the head, tearing apart the head's muscle!

Risen Asteshdakas, Ghostly Recruit has risen and is haunting the fortress!

lethosor

  • Bay Watcher
    • View Profile
Re: DFHack 0.43.03-r1
« Reply #4989 on: December 08, 2016, 10:09:33 am »

That looks like an issue with your filesystem of some kind. DFHack sees each plugin in the hack/plugins folder, so it tries to load it, but then it can't find the plugin in the folder any more.

As for the first message, if you installed DFHack manually, did you remember to copy the dfhack-config folder?
Logged
DFHack - Dwarf Manipulator (Lua) - DF Wiki talk

There was a typo in the siegers' campfire code. When the fires went out, so did the game.

PatrikLundell

  • Bay Watcher
    • View Profile
Re: DFHack 0.43.03-r1
« Reply #4990 on: December 08, 2016, 10:13:31 am »

Thanks Japa and Quietust, now I'm with you. It's stored there as well as in the regular plants, not instead of, similar to how trees and shrubs are stored in an additional block location.

Edit:
I found an underground "grass" tile and the plants.all array had no reference to that coordinate and both of the two grass "events" for that block showed an amount of 0, so it looks like the tile's growth has been lost somewhere in the process (or the material hasn't been reverted).
« Last Edit: December 08, 2016, 11:50:48 am by PatrikLundell »
Logged

scourge728

  • Bay Watcher
    • View Profile
Re: DFHack 0.43.03-r1
« Reply #4991 on: December 08, 2016, 06:26:42 pm »

So I'm using the alpha for the new version, where do I get the "ruby library" to use startdwarves?

Bumber

  • Bay Watcher
  • REMOVE KOBOLD
    • View Profile
Re: DFHack 0.43.03-r1
« Reply #4992 on: December 08, 2016, 06:33:36 pm »

New update on tree deletion. Successfully deleting the tree from the three different lists (plants.all, plants.tree_dry/tree_wet and map_block_column.plants) will remove the tree from the game and leave all tiles connected to that tree as just saying Tree. The game was fully able to be saved and reloaded as well. Even without changing the tile types. I have also figured out how to identify the position of each branch, thick branch, trunk, and twig of the tree so that they can be set to the correct tiletype.
Such hatred for trees to go to these length to destroy them without leaving anything. :D
We will make these trees unpersons. Soon they will be removed even from people's thoughts.
Logged
Reading his name would trigger it. Thinking of him would trigger it. No other circumstances would trigger it- it was strictly related to the concept of Bill Clinton entering the conscious mind.

THE xTROLL FUR SOCKx RUSE WAS A........... DISTACTION        the carp HAVE the wagon

A wizard has turned you into a wagon. This was inevitable (Y/y)?

utunnels

  • Bay Watcher
  • Axedwarf
    • View Profile
Re: DFHack 0.43.03-r1
« Reply #4993 on: December 08, 2016, 08:33:30 pm »

As for the first message, if you installed DFHack manually, did you remember to copy the dfhack-config folder?

Yes I did. And I copied the whole folder from the 32bit machine to the 64bit one and it worked.

Edit*

Oh, dfhack-config is empty except for the default subfolder. It appeared dfhack failed to create files in that folder for some reason.

« Last Edit: December 08, 2016, 08:48:40 pm by utunnels »
Logged
The troglodyte head shakes The Troglodyte around by the head, tearing apart the head's muscle!

Risen Asteshdakas, Ghostly Recruit has risen and is haunting the fortress!

lethosor

  • Bay Watcher
    • View Profile
Re: DFHack 0.43.03-r1
« Reply #4994 on: December 08, 2016, 09:39:31 pm »

So I'm using the alpha for the new version, where do I get the "ruby library" to use startdwarves?
Which is "the" alpha? There have been two, 0.43.05-alpha1 and 0.43.05-alpha2. The latter comes with a ruby plugin and runtime library.

As for the first message, if you installed DFHack manually, did you remember to copy the dfhack-config folder?

Yes I did. And I copied the whole folder from the 32bit machine to the 64bit one and it worked.

Edit*

Oh, dfhack-config is empty except for the default subfolder. It appeared dfhack failed to create files in that folder for some reason.


Was that 32-bit DFHack? I wouldn't expect 64-bit DFHack to launch at all on a 32-bit system, but that's very strange.
Logged
DFHack - Dwarf Manipulator (Lua) - DF Wiki talk

There was a typo in the siegers' campfire code. When the fires went out, so did the game.
Pages: 1 ... 331 332 [333] 334 335 ... 360