Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 110 111 [112] 113 114 ... 360

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

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: DFHack 0.40.19-r1
« Reply #1665 on: December 14, 2014, 01:51:56 am »

My dfhack comes up with a ton of red text when I try that... Ohwell. I'll try again some other time. Thanks for telling me!

Try what?

Also, what's the red text?

Envite

  • Bay Watcher
    • View Profile
Re: DFHack 0.40.19-r1
« Reply #1666 on: December 14, 2014, 11:48:27 pm »

DigFlood failure?

[DFHack]# digFlood CLEAR
Could not find material "CLEAR".
Usage:
Example:
  digFlood 0
    disable plugin
  digFlood 1
    enable plugin
  digFlood 0 MICROCLINE COAL_BITUMINOUS 1
    disable plugin and remove microcline and bituminous coal from being monitored, then re-enable plugin  digFlood 1 MICROCLINE 0 COAL_BITUMINOUS 1
    do monitor microcline, don't monitor COAL_BITUMINOUS, then enable plugin
  digFlood CLEAR
    remove all inorganics from monitoring
  digFlood digAll1
    enable digAll mode: dig any vein, regardless of the monitor list
  digFlood digAll0
    disable digAll mode
[DFHack]#
Logged
Melbil Sobìrlogem, Dwarven Child has created àlilîtat ós Vucar, a gray langur bone pick!

expwnent

  • Bay Watcher
    • View Profile
Re: DFHack 0.40.19-r1
« Reply #1667 on: December 15, 2014, 12:07:45 am »

Try lowercase? The documentation might be wrong.
Logged

PeridexisErrant

  • Bay Watcher
  • Dai stihó, Hrasht.
    • View Profile
Re: DFHack 0.40.19-r1
« Reply #1668 on: December 15, 2014, 03:25:40 am »

I'm working on an updated form of position.py (it's old!), which shows detailed information about the time and place. 

I've got the time down, but I'm having trouble with location - aside from df.global.window_x /y/z - how would I get the embark-tile coords on the world map?  Window size?  Can I also find the total size of the world map?

Spoiler: part of position.py (click to show/hide)

It would also be nice to show "It is the Age of <whatever>", but that could be tricky...
Logged
I maintain the DF Starter Pack - over a million downloads and still counting!
 Donations here.

expwnent

  • Bay Watcher
    • View Profile
Re: DFHack 0.40.19-r1
« Reply #1669 on: December 15, 2014, 01:43:09 pm »

DigFlood failure?

[DFHack]# digFlood CLEAR
Could not find material "CLEAR".
Usage:
Example:
  digFlood 0
    disable plugin
  digFlood 1
    enable plugin
  digFlood 0 MICROCLINE COAL_BITUMINOUS 1
    disable plugin and remove microcline and bituminous coal from being monitored, then re-enable plugin  digFlood 1 MICROCLINE 0 COAL_BITUMINOUS 1
    do monitor microcline, don't monitor COAL_BITUMINOUS, then enable plugin
  digFlood CLEAR
    remove all inorganics from monitoring
  digFlood digAll1
    enable digAll mode: dig any vein, regardless of the monitor list
  digFlood digAll0
    disable digAll mode
[DFHack]#


This will be fixed in the next release. Even in the current version, it should actually do the clearing, it just prints an error that it shouldn't.
Logged

Nopenope

  • Bay Watcher
    • View Profile
Re: DFHack 0.40.19-r1
« Reply #1670 on: December 15, 2014, 10:44:13 pm »

I don't know if it's been posted already, but rendermax is really weird in this release. Typing "rendermax light" will simply leave the dfhack console hanging with no other way to stop it other than killing the game itself. Tried with STANDARD and VBO print mode on Debian.
« Last Edit: December 15, 2014, 10:45:56 pm by Nopenope »
Logged

lethosor

  • Bay Watcher
    • View Profile
Re: DFHack 0.40.19-r1
« Reply #1671 on: December 15, 2014, 10:55:12 pm »

It's working normally for me, and I think it worked for me on Linux as well. Is there anything in stderr.log?
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.

Nopenope

  • Bay Watcher
    • View Profile
Re: DFHack 0.40.19-r1
« Reply #1672 on: December 15, 2014, 11:24:56 pm »

Pretty much nothing, except when I kill Dwarf Fortress (either manually or by means of Ctrl-Shift-P and "die"):
Spoiler (click to show/hide)

I should mention it also uses up a whole core on itself (DF running on another core) if I leave it hanging.
« Last Edit: December 15, 2014, 11:27:49 pm by Nopenope »
Logged

Warmist

  • Bay Watcher
  • Master of unfinished jobs
    • View Profile
Re: DFHack 0.40.19-r1
« Reply #1673 on: December 16, 2014, 11:38:24 am »

Pretty much nothing, except when I kill Dwarf Fortress (either manually or by means of Ctrl-Shift-P and "die"):
Spoiler (click to show/hide)

I should mention it also uses up a whole core on itself (DF running on another core) if I leave it hanging.
Does it matter if you invoke the command with "Ctrl-Shift-P" or in console?

Nopenope

  • Bay Watcher
    • View Profile
Re: DFHack 0.40.19-r1
« Reply #1674 on: December 16, 2014, 04:09:22 pm »

No, pretty much the same thing happens. The prompt hangs and I even lose control of the game, so I have to kill it with the actual console.
Logged

Max™

  • Bay Watcher
  • [CULL:SQUARE]
    • View Profile
Re: DFHack 0.40.19-r1
« Reply #1675 on: December 16, 2014, 05:56:02 pm »

Worth noting that having something on linux grab a core when it freezes isn't that unusual, it's why I like to keep a terminal with top running and a couple of visible temperature/usage monitors, so I can catch and kill anything that does it if it happens, df or not.
Logged

lethosor

  • Bay Watcher
    • View Profile
Re: DFHack 0.40.19-r1
« Reply #1676 on: December 16, 2014, 06:07:37 pm »

No, pretty much the same thing happens. The prompt hangs and I even lose control of the game, so I have to kill it with the actual console.
Does the console hang before or after displaying the DFHack prompt again?
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.

Nopenope

  • Bay Watcher
    • View Profile
Re: DFHack 0.40.19-r1
« Reply #1677 on: December 16, 2014, 06:49:31 pm »

Hmm I'm not sure what you mean so I simply took a screenshot of what happens

It then proceeds to use up one of my cores
Logged

kopout

  • Bay Watcher
    • View Profile
Re: DFHack 0.40.19-r1
« Reply #1678 on: December 17, 2014, 08:07:40 pm »

When I try to use the Embark comand it just says;

Offset for embark patch not found!

I haven't changed any of the settings, its all default. Should I have? Do I need to redownload?
Logged
"Karl Marx: Family jewels"
"Everyone's equally less rich than me!"
Quote from: Lezard
...although I've been having so much fun failing at this I just about forgot what my original aim was.

UnicodingUnicorn

  • Bay Watcher
  • Competent at Incompetency.
    • View Profile
Re: DFHack 0.40.19-r1
« Reply #1679 on: December 17, 2014, 09:18:12 pm »

When I try to use the Embark comand it just says;

Offset for embark patch not found!

I haven't changed any of the settings, its all default. Should I have? Do I need to redownload?
Try typing embark-tools enable.
Logged
I do stuff, I guess
Pages: 1 ... 110 111 [112] 113 114 ... 360