You are viewing a potentially older version of this package. View all versions.
JereKuusela-World_Edit_Commands-1.19.0 icon

World Edit Commands

Adds new client side commands for advanced world editing.

Date uploaded a year ago
Version 1.19.0
Download link JereKuusela-World_Edit_Commands-1.19.0.zip
Downloads 1017
Dependency string JereKuusela-World_Edit_Commands-1.19.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202
JereKuusela-Server_devcommands-1.77.0 icon
JereKuusela-Server_devcommands

Enables devcommands and utilities for server admins.

Preferred version: 1.77.0

README

World Edit Commands

Adds new commands for advanced world editing.

Install on the admin client (modding guide).

Install also Server Devcommands.

Usage

See documentation.

Credits

Thanks for Azumatt for creating the mod icon!

Sources: GitHub

Donations: Buy me a computer

Changelog

  • v1.19

    • Changes the tweak_* command to automatically use force parameter when editing a single object.
  • v1.18

    • Adds a parameter baby to the spawn_object command.
    • Changes the radius and rect parameters to support ranges.
    • Removes the guide parameter as obsolete (Infinity Hammer provides this).
  • v1.17

    • Adds a new command tweak_object to take Spawner / Structure Tweaks command from the object command.
    • Changes the world_edit_aliases command to use the substitution value from Server Devcommands mod (internal change).
    • Fixes spawn_object removing the hunt mode of the bosses.
  • v1.16

    • Adds a new parameter copy to the object command to copy zdo data.
    • Adds a new parameter data to the object command to print and set zdo data.
    • Fixes the discover parameter of tweak_runestone not working.
  • v1.15

    • Adds new commands tweak_itemstand for Spawner Tweaks mod.
    • Adds new parameters to the tweak_chest command for Spawner Tweaks mod.
    • Adds faction to the object info.
    • Fixes the spawn_object not spawning all objects if a high spawn radius is used.
  • v1.14

    • Fixes the object show= not working.
  • v1.13

    • Adds faction overrides to Spawner Tweaks command.
    • Fixes the radius parameter not working for tweak commands.
    • Fixes hidden area effects being targeted.
  • v1.12

    • Adds a parameter to the object info which prints the given data value.
    • Adds new commands tweak_chest, tweak_door, tweak_fireplace, tweak_portal and tweak_runestone for Structure Tweaks mod.
    • Fixes object info printing coordinates incorrectly.
    • Fixes the tweak_* commands not data syncing correctly in some cases.
  • v1.11

    • Adds a new parameter force to the tweak_* commands.
    • Fixes ids which have underscore not working with tweak_* commands.
    • Fixes ids of tweak_* commands being case sensitive.
    • Fixes the durability operation missing from the object command.

CHANGELOG

  • v1.59

    • Fixes arithmetics not working for int and long values.
  • v1.58

    • Fixes possible error when matching float, int or long values.
    • Fixes undo not reverting object move and object rotate commands.
  • v1.57

    • Fixes data from profile folder not being loaded.
    • Fixes tweak_runestone compendium not working.
    • Fixed for the new game version.
  • v1.56

    • Adds new default value groups containing all objects of a certain type.
    • Changes the ignore parameter to also prevent the connecting with the connect parameter.
    • Fixes value groups being case sensitive.
    • Fixes setting max health not updating the visual correctly.
  • v1.55

    • Adds new paramater data copy_raw to make it easier to use the old system.
    • Fixes multiple data entries not working for spawn_object data.
    • Fixes multiple data entries not working for data data.
    • Fixes item generation not working from data.
  • v1.54

    • Adds support for targeting players when id=Player is used.
    • Adds new command data for data related operations.
    • Adds support for the Expand World Data system (with much more features).
    • Adds keywords creature (Humanoid) and structure (WearNTear) back to the type parameter.
    • Adds new parameters match and unmatch to filter objects by data.
    • Fixes the type parameter being case sensitive.
    • Fixes the type parameter not working for the hovered object.
    • Fixes the field parameter not working with the Piece component.
    • Fixes the object command defaulting to scale 1 when no scale was provided.
    • Improves reliability of the undo feature.
    • Replaces object copy command, now it copies the object id.
    • Removes object data as obsolete.