DFHack / dfhack

Memory hacking library for Dwarf Fortress and a set of tools that use it
Other
1.84k stars 463 forks source link

Add painting tiles to the world map port #4711

Closed Crystalwarrior closed 3 days ago

Crystalwarrior commented 2 weeks ago

You are now able to paint world map tiles!

image

missing: getTileMapPort

Closes https://github.com/DFHack/dfhack/issues/4703

myk002 commented 2 weeks ago

also, please target this PR to develop, not adv-beta. This is functionality that is not specific to the adventure mode beta (though the travel map support may be). We don't know how long it will be before the v51 is released, and this API will be useful for implementing embark-assistant and the world map site finder that so many people have been asking for.

myk002 commented 6 days ago

to create a PR based on develop:

$ git checkout develop
$ git pull
$ git checkout -b world-map-port-tiles2
$ git cherry-pick world-map-port-tiles

(assumes that your develop branch is up to date with upstream)

you'd then start a new PR from that new branch

Crystalwarrior commented 3 days ago

new shiny

https://github.com/DFHack/dfhack/pull/4767