You are viewing a potentially older version of this package.
View all versions.
World Edit Commands
Adds new client side commands for advanced world editing.
Date uploaded | 2 years ago |
Version | 1.20.0 |
Download link | JereKuusela-World_Edit_Commands-1.20.0.zip |
Downloads | 5807 |
Dependency string | JereKuusela-World_Edit_Commands-1.20.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202JereKuusela-Server_devcommands
Enables devcommands and utilities for server admins.
Preferred version: 1.83.0README
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.20
- Improves server side support.
- Adds a parameter
data
to thespawn_object
command. - Adds a parameter
creator
to thetweak_object
command. - Adds a parameter
spawndata
to thetweak_altar
command. - Adds a parameter
spawndata
to thetweak_spawnpoint
command. - Adds a value for data to the
tweak_spawner spawn
paramemter. - Adds parameters
boss
,health
,hunt
,item
,level
,name
andresistance
to thetweak_creature
command. - Adds parameters
faction
,maxlevel
,minlevel
andspawnhealth
to thetweak_spawner
command.
- Adds a parameter
- Improves server side support.
-
v1.19
- Changes the
tweak_*
command to automatically useforce
parameter when editing a single object.
- Changes the
-
v1.18
- Adds a parameter
baby
to thespawn_object
command. - Changes the
radius
andrect
parameters to support ranges. - Removes the
guide
parameter as obsolete (Infinity Hammer provides this).
- Adds a parameter
-
v1.17
- Adds a new command
tweak_object
to take Spawner / Structure Tweaks command from theobject
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.
- Adds a new command
-
v1.16
- Adds a new parameter
copy
to theobject
command to copy zdo data. - Adds a new parameter
data
to theobject
command to print and set zdo data. - Fixes the
discover
parameter oftweak_runestone
not working.
- Adds a new parameter
CHANGELOG
-
v1.64
- Fixed for the new game version.
- Fixes the command
object refresh
.
-
v1.63
- Adds a new command
data dump
to save data with default fields. - Adds some missing zdo keys.
- Changes
object f=DungeonGenerator,room0_pos
to use relative coordinates (converted automatically to absolute). - Fixes the
data keep
command not working. Thanks ddein! - Fixes autocomplete missing for normal ZDO data keys.
- Reworks the undo system.
- Adds a new command
-
v1.62
- Adds some missing zdo keys.
- Adds normal ZDO data keys to fields.
- Adds support for setting CLLC infusion with the command
tweak_creature infusion=
. - Fixes the command
data print
taking object ownership. - Fixes the command
data set
not showing "long" on the autocomplete. - Removes the id requirement when using the
object remove
command.
-
v1.61
- No real changes, just compatibility for Expand World Prefabs data changes.
-
v1.60
- Fixes for the new game version.
-
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
andobject 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 theconnect
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.
- Adds new paramater
-
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) andstructure
(WearNTear) back to thetype
parameter. - Adds new parameters
match
andunmatch
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 thePiece
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.
- Adds support for targeting players when