add new zone box visuals,
This commit is contained in:
16
readme.md
16
readme.md
@ -5,18 +5,18 @@ A fork of the original New Duplicator by Zeblote, presently maintained and with
|
||||
- Added the `/ownership` or `/o` command, which plants each brick in the current selection with its original ownership. Use in plant mode after copying/cutting.
|
||||
`/savedup` now saves ownership, and `/ownership` can be used while holding a loaded duplication to load it.
|
||||
(Loading ownership only works if the duplication was saved with this version, as the original newdup does not save ownership)
|
||||
Use `/toggleownership` or `/to` to always plant with original ownership, similar to `/toggleforceplant` or `/tfp`
|
||||
- Added `/prevBox` and `/nextBox` (aliases `/pb` and `/nb`) to recall selection-box history when in box-select mode, similar to pressing up in a chat client or terminal.
|
||||
- Holding ctrl while making an initial stack selection selects all adjacent bricks of the same color, ignoring diagonals, similar to the fill-can.
|
||||
Use `/toggleOwnership` or `/to` to always plant with original ownership.
|
||||
- Added `/prevBox` and `/nextBox` (aliases `/pb` and `/nb`) to recall selection box history when in box-select mode, similar to pressing up in a chat client or terminal.
|
||||
- Holding ctrl while making an initial stack selection selects all adjacent bricks of the same color, similar to the fill-can, ignoring diagonals.
|
||||
With limited mode off, all adjacent bricks will be selected regardless of color.
|
||||
- The `/alldups` list is nicely formatted, sorted by date, and shows who saved each item.
|
||||
- Support for Brick_LuaLogic
|
||||
- Support for Brick_LuaLogic:
|
||||
Supercut can be used on wire bricks.
|
||||
`/FillBrick LogicWire` or `/fbw` can be used to fill with wire bricks.
|
||||
`/fillBrick LogicWire` or `/fbw` can be used to fill with wire bricks.
|
||||
Initial-multi-box-selecting a ROM sets the box to its data volume.
|
||||
- Support for Event_setZoneBox
|
||||
- Support for Event_setZoneBox:
|
||||
Initial multi-box-selecting a brick with a zone sets the box to its zone.
|
||||
Hitting plant with this box updates the first Event_SetZoneBox event if present.
|
||||
Hitting plant with this box updates the first setZoneBox output event if present.
|
||||
|
||||
## Tweaks
|
||||
- Made the "Create Sym Table on Start" pref default to true.
|
||||
@ -26,6 +26,6 @@ Hitting plant with this box updates the first Event_SetZoneBox event if present.
|
||||
## Fixes
|
||||
- Fixed "Nonexistent undo state" message when undoing a plant that has been supercut.
|
||||
- Fixed preventing unequipping any tool for 1.5s after using `/duplicator`
|
||||
- Removed useless files from the add-on root directory
|
||||
- Removed useless files from the add-on root directory.
|
||||
- Removed the annoying messages about mismatched newdup versions when joining a server.
|
||||
- Removed the worm known as Support_Updater.
|
||||
|
Reference in New Issue
Block a user