-
Notifications
You must be signed in to change notification settings - Fork 493
Improve plants/plant plugin #4632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
78d1462
Update changelog.txt
Bumber64 11760d3
Improve plant plugin
Bumber64 3349893
Update changelog.txt
Bumber64 d6e4b66
Update plant, regrass
Bumber64 346f173
Merge branch 'DFHack:develop' into plant
Bumber64 6b98f50
Update plant.lua
Bumber64 aa5cd34
Update plant.rst
Bumber64 69fd250
Update plant.rst
Bumber64 5fd2033
Update plant.rst
Bumber64 a4cd675
Update plant.rst
Bumber64 1c66257
Update regrass.rst
Bumber64 70f3403
Update plant.rst
Bumber64 01daf56
Update regrass.rst
Bumber64 a6c6289
Update plant.rst
Bumber64 b7f49a8
Update logic for wet/dry plants
Bumber64 eff599d
Add "list" command to plant and regrass
Bumber64 79f18ed
Merge branch 'DFHack:develop' into plant
Bumber64 f249a4e
Update plant.lua
Bumber64 ee8c85a
Update plant.lua
Bumber64 2d38adc
Changes to docs, hyphenate dry-run
Bumber64 0d7ec1c
Merge branch 'DFHack:develop' into plant
Bumber64 d6820db
Merge branch 'develop' into HEAD
myk002 5ced710
adapt to structure canonicalization
myk002 ef9ee5c
fix gcc syntax warning
myk002 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumber64 marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,154 @@ | ||
| plant | ||
| ===== | ||
|
|
||
| .. dfhack-tool:: | ||
| :summary: Grow and remove shrubs or trees. | ||
| :tags: adventure fort armok map plants | ||
Bumber64 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| Grow and remove shrubs or trees. Modes are ``create``, ``grow``, and ``remove``. | ||
| ``create`` allows the creation of new shrubs and saplings. ``grow`` adjusts the | ||
| age of saplings and trees, allowing them to grow instantly. ``remove`` can | ||
| remove existing shrubs and saplings. | ||
|
|
||
| Usage | ||
| ----- | ||
|
|
||
| Provide a mode (including a ``plant_id`` for ``create``) followed by optional | ||
| ``pos`` arguments and options. The ``pos`` arguments can limit operation of | ||
| ``grow`` or ``remove`` to a single tile or a cuboid. ``pos`` should normally be | ||
| in the form ``0,0,0``, without spaces. The string ``here`` can be used in place | ||
| of numeric coordinates to use the position of the keyboard cursor, if active. | ||
|
|
||
| create | ||
| ====== | ||
|
|
||
| :: | ||
|
|
||
| plant create <plant_id> [<pos>] [<options>] | ||
|
|
||
| Creates a new plant of the specified type at ``pos`` or the cursor position. | ||
| The target tile must be a dirt or grass floor. ``plant_id`` is not | ||
| case-sensitive, but must be enclosed in quotes if spaces exist. (No unmodded | ||
| shrub or sapling IDs have spaces.) A numerical ID can also be used. Providing | ||
| an empty string with "" will print all available IDs and skip plant creation. | ||
|
|
||
Bumber64 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Options | ||
| ------- | ||
|
|
||
| ``-a <value>``, ``--age <value>`` | ||
| Set the created plant to a specific age (in years.) ``value`` can be a | ||
Bumber64 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| non-negative integer, or one of the strings ``tree``/``1x1`` (3 years,) | ||
Bumber64 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ``2x2`` (201 years,) or ``3x3`` (401 years.) ``value`` will be capped at | ||
Bumber64 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 1250. Defaults to 0 if option is unused. Only a few tree types grow wider | ||
| than 1x1, but many may grow taller. (Going directly to higher years will | ||
| stunt height. It may be more desirable to instead use ``plant grow`` in | ||
| stages, or just spawn full trees using `gui/sandbox`.) | ||
Bumber64 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| grow | ||
| ==== | ||
|
|
||
| :: | ||
|
|
||
| plant grow [<pos> [<pos>]] [<options>] | ||
|
|
||
| Grows saplings (including dead ones) into trees. Will default to all saplings | ||
| on the map if no ``pos`` arguments are used. Saplings will die and fail to grow | ||
| if they are blocked by another tree. | ||
|
|
||
| Options | ||
| ------- | ||
|
|
||
| ``-a <value>``, ``--age <value>`` | ||
| Define the age (in years) to set saplings to. ``value`` can be a | ||
| non-negative integer, or one of the strings ``tree``/``1x1`` (3 years,) | ||
Bumber64 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ``2x2`` (201 years,) or ``3x3`` (401 years.) ``value`` will be capped at | ||
Bumber64 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 1250. Defaults to 3 if option is unused. If a ``value`` larger than 3 is | ||
| used, it will make sure even fully-grown trees have an age of at least the | ||
| given value, allowing them to grow larger. (Going directly to higher years | ||
| will stunt tree height. It may be more desirable to grow in stages rather | ||
| than all at once. Trees grow taller every 10 years.) | ||
| ``-f <list>``, ``--filter <list>`` | ||
| Define a filter list of plant IDs to target, ignoring all other tree types. | ||
| ``list`` should be a comma-separated list of strings and/or non-negative | ||
| integers with no spaces in between them. Spaces are acceptable within | ||
| strings as long as they are enclosed in quotes. | ||
| ``-e <list>``, ``--exclude <list>`` | ||
| Same as ``--filter``, but target everything except these. Cannot be used | ||
| with ``--filter``. | ||
| ``-z``, ``--zlevel`` | ||
| Operate on a range of z-levels instead of default targeting. Will do all | ||
| z-levels between ``pos`` arguments if both are given (instead of cuboid,) | ||
Bumber64 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| z-level of first ``pos`` if one is given (instead of single tile,) else | ||
Bumber64 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| z-level of current view if no ``pos`` is given (instead of entire map.) | ||
Bumber64 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ``-n``, ``--dryrun`` | ||
| Don't actually grow plants. Just print the total number of plants that | ||
| would be grown. | ||
|
|
||
| remove | ||
| ====== | ||
|
|
||
| :: | ||
|
|
||
| plant remove [<pos> [<pos>]] [<options>] | ||
|
|
||
| Remove plants from the map (or area defined by ``pos`` arguments.) By default, | ||
| only removes invalid plants that exist on non-plant tiles (due to `Bug 12868 | ||
| <https://dwarffortressbugtracker.com/view.php?id=12868>`_.) The ``--shrubs`` | ||
| and ``--saplings`` options allow normal plants to be targeted instead. Removal | ||
| of fully-grown trees isn't currently supported. | ||
|
|
||
| Options | ||
| ------- | ||
|
|
||
| ``-s``, ``--shrubs`` | ||
| Target shrubs for removal. | ||
| ``-p``, ``--saplings`` | ||
| Target saplings for removal. | ||
| ``-d``, ``--dead`` | ||
| Only target dead plants for removal. Can't be used without ``--shrubs`` or | ||
| ``--saplings``. | ||
| ``-f <list>``, ``--filter <list>`` | ||
| Define a filter list of plant IDs to target, ignoring all other plant types. | ||
| This applies after ``--shrubs`` and ``--saplings`` are targeted, and can't | ||
| be used without one of those options. ``list`` should be a comma-separated | ||
| list of strings and/or non-negative integers with no spaces in between them. | ||
| Spaces are acceptable within strings as long as they are enclosed in quotes. | ||
| ``-e <list>``, ``--exclude <list>`` | ||
| Same as ``--filter``, but target everything except these. Cannot be used | ||
| with ``--filter``. | ||
| ``-z``, ``--zlevel`` | ||
| Operate on a range of z-levels instead of default targeting. Will do all | ||
| z-levels between ``pos`` arguments if both are given (instead of cuboid,) | ||
Bumber64 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| z-level of first ``pos`` if one is given (instead of single tile,) else | ||
Bumber64 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| z-level of current view if no ``pos`` is given (instead of entire map.) | ||
Bumber64 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ``-n``, ``--dryrun`` | ||
| Don't actually remove plants. Just print the total number of plants that | ||
| would be removed. | ||
|
|
||
| Examples | ||
| ======== | ||
|
|
||
| ``plant create tower_cap`` | ||
| Create a Tower Cap sapling at the cursor. | ||
| ``plant create ""`` | ||
| List all valid shrub and sapling IDs. | ||
| ``plant create 198 -a tree`` | ||
| Create an Oak sapling at the cursor, ready to mature into a tree. | ||
| ``plant create single-grain_wheat 70,70,140`` | ||
| Create a Single-grain Wheat shrub at (70, 70, 140.) | ||
| ``plant grow`` | ||
| Attempt to grow all saplings on the map into trees. | ||
| ``plant grow -z -f maple,200,sand_pear`` | ||
| Attempt to grow all Maple, Acacia, and Sand Pear saplings on the current | ||
| z-level into trees. | ||
| ``plant grow 0,0,100 19,19,119 -a 10`` | ||
| Set the age of all saplings and trees (with their original sapling tile) | ||
| in the defined 20x20x20 cube to at least 10 years. | ||
| ``plant remove`` | ||
| Remove all invalid plants from the map. | ||
| ``plant remove here -sp`` | ||
| Remove the shrub or sapling at the cursor. | ||
| ``plant remove -spd`` | ||
| Remove all dead shrubs and saplings from the map. | ||
| ``plant remove 0,0,49 0,0,51 -pz -e nether_cap`` | ||
| Remove all saplings on z-levels 49 to 51, excluding Nether Cap. | ||
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,127 @@ | ||
| local _ENV = mkmodule('plugins.plant') | ||
|
|
||
| local argparse = require('argparse') | ||
| local utils = require('utils') | ||
|
|
||
| local function search_str(s) | ||
| return dfhack.upperCp437(dfhack.toSearchNormalized(s)) | ||
| end | ||
|
|
||
| local function find_plant_idx(s) --find plant raw index by id string | ||
| local id_str = search_str(s) | ||
| for k, v in ipairs(df.global.world.raws.plants.all) do | ||
| if search_str(v.id) == id_str then | ||
| return k | ||
| end | ||
| end | ||
|
|
||
| qerror('Plant raw not found: "'..s..'"') | ||
| end | ||
|
|
||
| local function find_plant(s) --accept index string or match id string | ||
| if s == '' then | ||
| return -2 --will print all non-grass ids (for create) | ||
| elseif tonumber(s) then | ||
| return argparse.nonnegativeInt(s, 'plant_id') | ||
| else | ||
| return find_plant_idx(s) | ||
| end | ||
| end | ||
|
|
||
| local function build_filter(vec, s) | ||
| if #vec > 0 then | ||
| qerror('Filter already defined!') | ||
| end | ||
|
|
||
| local set = {} | ||
| for _,id in ipairs(argparse.stringList(s, 'list')) do | ||
| if id ~= '' then | ||
| set[find_plant(id)] = true | ||
| end | ||
| end | ||
|
|
||
| for idx,_ in pairs(set) do | ||
| vec:insert('#', idx) --add plant raw indices to vector | ||
| end | ||
| end | ||
|
|
||
| local year_table = | ||
| { | ||
| tree = 3, --sapling_to_tree_threshold | ||
| ["1x1"] = 3, | ||
| ["2x2"] = 201, --kapok, ginkgo, highwood | ||
| ["3x3"] = 401, --highwood | ||
| } | ||
|
|
||
| local function plant_age(s) --tree stage or numerical value | ||
| local n | ||
| if tonumber(s) then | ||
| n = argparse.nonnegativeInt(s, 'age') | ||
| else | ||
| n = year_table[s:lower()] | ||
| end | ||
|
|
||
| if n then | ||
| n = (n > 1250) and 1250 or n | ||
Bumber64 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| if n > 0 then | ||
| return 40320*n-1 --years to tens of ticks - 1 | ||
| else | ||
| return 0 --don't subtract 1 | ||
| end | ||
| end | ||
|
|
||
| qerror('Invalid age: "'..s..'"') | ||
| end | ||
|
|
||
| function parse_commandline(opts, pos_1, pos_2, filter_vec, args) | ||
| local positionals = argparse.processArgsGetopt(args, | ||
| { | ||
| {'s', 'shrubs', handler=function() opts.shrubs = true end}, | ||
| {'p', 'saplings', handler=function() opts.saplings = true end}, | ||
| {'t', 'trees', handler=function() opts.trees = true end}, | ||
| {'d', 'dead', handler=function() opts.dead = true end}, | ||
| {'a', 'age', hasArg=true, handler=function(optarg) | ||
| opts.age = plant_age(optarg) end}, | ||
| {'f', 'filter', hasArg=true, handler=function(optarg) | ||
| build_filter(filter_vec, optarg) end}, | ||
| {'e', 'exclude', hasArg=true, handler=function(optarg) | ||
| opts.filter_ex = true | ||
| build_filter(filter_vec, optarg) end}, | ||
| {'z', 'zlevel', handler=function() opts.zlevel = true end}, | ||
| {'n', 'dryrun', handler=function() opts.dry_run = true end}, | ||
| }) | ||
|
|
||
| if #positionals > 3 then | ||
| qerror('Too many positionals!') | ||
| end | ||
|
|
||
| local p1 = positionals[1] | ||
| if not p1 then | ||
| qerror('Specify mode: create, grow, or remove!') | ||
| elseif p1 == 'create' then | ||
| opts.create = true | ||
|
|
||
| if positionals[2] then | ||
| opts.plant_idx = find_plant(positionals[2]) | ||
| else | ||
| qerror('Must specify plant_id for create!') | ||
| end | ||
| elseif p1 == 'grow' then | ||
| opts.grow = true | ||
| elseif p1 == 'remove' then | ||
| opts.del = true | ||
| else | ||
| qerror('Invalid mode: "'..p1..'"! Must be create, grow, or remove!') | ||
| end | ||
|
|
||
| local n = opts.create and 3 or 2 | ||
| if positionals[n] then | ||
| utils.assign(pos_1, argparse.coords(positionals[n], 'pos_1', true)) | ||
| end | ||
|
|
||
| if not opts.create and positionals[3] then | ||
| utils.assign(pos_2, argparse.coords(positionals[3], 'pos_2', true)) | ||
| end | ||
| end | ||
|
|
||
| return _ENV | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.