Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 [2]

Author Topic: So my garbage dump just teleported about 10 blocks south.  (Read 2105 times)

tahujdt

  • Bay Watcher
  • The token conservative
    • View Profile
Re: So my garbage dump just teleported about 10 blocks south.
« Reply #15 on: July 10, 2012, 09:18:35 am »

This happens, I think, because dwarves will move the building materials out of the way after they are done deconstructing, and that affects everything else, I don't know how.
Logged
DFBT the Dwarf: The only community podcast for Dwarf Fortress!
Tahu-R-TOA-1, Troubleshooter
Quote
I suggest that we add a clause permitting the keelhauling of anyone who suggests a plan involving "zombify the crew".
Quote from: MNII
Friend Computer, can you repair the known universe, please?

Mr S

  • Bay Watcher
    • View Profile
Re: So my garbage dump just teleported about 10 blocks south.
« Reply #16 on: July 10, 2012, 11:57:49 am »

Well, just looked at the IDA Pro official page.  I think I choked a little at the "starting at 419 EU" price tag.  I'm assuming not very many of the debuggers here use the full cost license, so, what do you use?
Logged

hjd_uk

  • Bay Watcher
    • View Profile
Re: So my garbage dump just teleported about 10 blocks south.
« Reply #17 on: August 02, 2012, 12:07:46 pm »

Confirmed, just had a bunch of stockpiled cages and dumped (and forbidden) items, warp repeatedly into the tile that a dwarf was standing on when it finished deconstructing a fortification.
Logged

Patchy

  • Bay Watcher
  • Mukyu
    • View Profile
Re: So my garbage dump just teleported about 10 blocks south.
« Reply #18 on: August 02, 2012, 12:40:18 pm »

I have no clue how to apply those patches Quietust linked. Would be nice if someone could possibly make a step-by-step guide for it, remember not a pc wiz here. And I ran into the problem a couple days ago while breaching an aquifer, that was too deep for my usual cave-in method.
Logged

Quietust

  • Bay Watcher
  • Does not suffer fools gladly
    • View Profile
    • QMT Productions
Re: So my garbage dump just teleported about 10 blocks south.
« Reply #19 on: August 02, 2012, 01:52:46 pm »

Well, just looked at the IDA Pro official page.  I think I choked a little at the "starting at 419 EU" price tag.  I'm assuming not very many of the debuggers here use the full cost license, so, what do you use?
As I mentioned earlier, all you need if you want to apply the patch is a hex editor, and a Google search turns up XVI32 as the first hit (incidentally, this is the one I use). Run it, open Dwarf Fortress.exe, go to the appropriate address, confirm that the old data matches, then type in the new data (select the left pane first).

On Windows, the two patches are as follows:
Code: [Select]
0x02abf1 : CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC -> 8B 4C 24 2C F6 46 0C 01 75 08 E9 19 72 43 00
0x02ac03 : CC CC CC CC CC CC CC CC CC CC -> 8B 41 10 3B 46 04 75 F0 EB 06
0x02ac13 : CC CC CC CC CC CC CC CC CC CC CC CC -> 66 8B 41 14 66 3B 46 08 75 DE EB 06
0x02ac25 : CC CC CC CC CC -> E9 BE 71 43 00
0x461de2 : F6 46 0C 01 74 31 -> E9 0A 8E BC FF 90
0x461dbf : 38 -> 3C
0x461dc2 : 3C -> 38
0x461dc7 : 3B -> 39
0x461dcb : EB 03 8D 49 00 -> 83 EF 04 90 90
0x461e1a : C7 -> EF
0x461e20 : 72 -> 73
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.
Pages: 1 [2]