Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 42 43 [44] 45 46 ... 108

Author Topic: DFHack 0.5.15 (legacy)  (Read 390913 times)

Moander

  • Escaped Lunatic
    • View Profile
Re: DFHack 0.5.1
« Reply #645 on: January 19, 2011, 01:47:36 pm »

Is there any possibility that a Linux v0.31.18 memory.xml definition will be found someday?

Is there anything someone that is not a DF memory expert can do to help?
Logged

zxcvmnb

  • Bay Watcher
    • View Profile
Re: DFHack 0.5.1
« Reply #646 on: January 19, 2011, 06:12:27 pm »

Is there any possibility that a Linux v0.31.18 memory.xml definition will be found someday?

Is there anything someone that is not a DF memory expert can do to help?
This. Also, out of curiousity, what tools are used to get the offsets in Linux?
Logged

Rose

  • Bay Watcher
  • Resident Elf
    • View Profile
Re: DFHack 0.5.1
« Reply #647 on: January 19, 2011, 09:09:39 pm »

peterix is making his own linux memory searching tool that will make things a lot easier, but he can't continue that till February.
Logged

peterix

  • Bay Watcher
    • View Profile
    • Dethware
Re: DFHack 0.5.1
« Reply #648 on: January 19, 2011, 09:42:37 pm »

Is there any possibility that a Linux v0.31.18 memory.xml definition will be found someday?

Is there anything someone that is not a DF memory expert can do to help?
This. Also, out of curiousity, what tools are used to get the offsets in Linux?
What Japa said.

The same tools that are used for Windows really. Edb for most of the poking around in memory, my own tools for automatic search(unfinished and not intended for general use) and IDA Pro when I need to look at how DF does things.

twalberg

  • Bay Watcher
    • View Profile
Re: DFHack 0.5.1
« Reply #649 on: January 21, 2011, 10:50:56 am »

I've had pretty good luck getting a lot of the offsets (on Linux) by using 'objdump -d --no-show-raw-insn' on the old version and the new version, then running diff against the two dumps. Assuming I know for certain a particular offset in the old version, the new one is pretty easy to find from the diff output, as many of them appear as constants in the code. Doesn't get all of them, though, and you have to have known good values for the old version first...
Logged

folgsam

  • Bay Watcher
    • View Profile
Re: DFHack 0.5.1
« Reply #650 on: January 27, 2011, 03:30:03 pm »

Vista 64bit OS

Having some trouble using the tools, they seem to recognize the game :
Match found! Using version v.0.31.18 SDL.
Match found! Using version v.0.31.18 SDL.
(note that that this line is printed twice)

according to the tools, everything works just fine, the only problem is though, that the currently running fort seems pretty unaffected by dfcleanmap, dfweather, dfreveal and pretty much everything else.
Anyone else had this problem?
Logged

profit

  • Bay Watcher
  • Finely Crafted Engravings... Or it didn't happen.
    • View Profile
Re: DFHack 0.5.1
« Reply #651 on: January 28, 2011, 05:41:21 pm »

Try running the tool as administrator.

There are weird times when it is required.  I dont know those times just that sometimes they occur and sometimes they do not.

(One of the NOT times is if you run DF from a folder on your desktop and run hack from a folder on your desktop in windows 7 64 bit... For some reason then you can run in normal mode and everything works... Move one of those folders to something like program files and it doesn't... sometimes!)

The same thing goes for Dwarf Therapist...
« Last Edit: January 28, 2011, 05:43:01 pm by profit »
Logged
Mods and the best utilities for dwarf fortress
Community Mods and utilities thread.

BigD145

  • Bay Watcher
    • View Profile
Re: DFHack 0.5.1
« Reply #652 on: January 28, 2011, 06:40:41 pm »

Or find an administrators unlocker tool. I don't know of any software on this site that would do your computer great harm, except the CPU melting tendencies of DF itself.
Logged

Jacob/Lee

  • Bay Watcher
    • View Profile
Re: DFHack 0.5.1
« Reply #653 on: January 29, 2011, 03:03:26 pm »

Thanks man, now my Dwarf Wash is effective with Cleanmap, and I no longer need to babysit my coal mining operations.

folgsam

  • Bay Watcher
    • View Profile
Re: DFHack 0.5.1
« Reply #654 on: January 29, 2011, 09:27:37 pm »

Try running the tool as administrator.

There are weird times when it is required.  I dont know those times just that sometimes they occur and sometimes they do not.

(One of the NOT times is if you run DF from a folder on your desktop and run hack from a folder on your desktop in windows 7 64 bit... For some reason then you can run in normal mode and everything works... Move one of those folders to something like program files and it doesn't... sometimes!)

The same thing goes for Dwarf Therapist...

Thank you very much, that was indeed the whole of the problem.

Though I am running everything from desktop (at least everything dwarf related), I had to execute the hacks as an administrator. Somehow that sounds awesome.


« Last Edit: January 29, 2011, 09:29:26 pm by folgsam »
Logged

ben8763

  • Escaped Lunatic
    • View Profile
Re: DFHack 0.5.1
« Reply #655 on: February 07, 2011, 10:57:54 pm »

I'm having issues running any of the tools, they're not getting the cursor coords so I am unable to use the liquid tool or position tool, I have tried running the hacks as admin and have moved both the df file and hacks file to the desktop to run them from there and still nothing
Logged

strich

  • Bay Watcher
    • View Profile
Re: DFHack 0.5.1
« Reply #656 on: February 09, 2011, 01:55:20 am »

Can anyone give me a quick overview of where DFHack is at now-a-days? I haven't been around for awhile and I'm just wondering if progress has been made on features such as item lists and locations, etc.
Logged

Rose

  • Bay Watcher
  • Resident Elf
    • View Profile
Re: DFHack 0.5.1
« Reply #657 on: February 09, 2011, 02:03:27 am »

peterix just started working on it again.
Logged

strich

  • Bay Watcher
    • View Profile
Re: DFHack 0.5.1
« Reply #658 on: February 09, 2011, 02:16:43 am »

peterix just started working on it again.
Where did he leave off? What is he working on now?
Logged

peterix

  • Bay Watcher
    • View Profile
    • Dethware
Re: DFHack 0.5.1
« Reply #659 on: February 09, 2011, 04:41:41 am »

peterix just started working on it again.
Where did he leave off? What is he working on now?
Offset search automation.
Pages: 1 ... 42 43 [44] 45 46 ... 108