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

Expand World Prefabs

Allows configuring build or spawned objects.

Date uploaded 4 months ago
Version 1.8.0
Download link JereKuusela-Expand_World_Prefabs-1.8.0.zip
Downloads 3069
Dependency string JereKuusela-Expand_World_Prefabs-1.8.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

README

Expand World Prefabs

Allows configuring and replacing spawned prefabs.

Install on the server (modding guide).

Install Expand World Data.

Usage

See documentation.

for help and examples.

Credits

Sources: GitHub

Donations: Buy me a computer

CHANGELOG

  • v1.11

    • Fixes arithmetics not working for int or long values.
  • v1.10

    • Adds a new field pokeDelay to delay pokes.
    • Adds a new field clientRpc to trigger any client RPC call.
    • Adds a new field objectRpc to trigger any object RPC call.
    • Adds a new parameter <zdo> that contains the zdoid of the object.
    • Adds a new field fallback to only use the rule when no other rule is found.
    • Adds support for basic arithmetics.
    • Adds a new field poke for alternative way of doing pokes.
    • Adds support for using object data in parameters.
    • Changes the field delay to spawnDelay to make it more explicit.
    • Breaking change: Poke can now also poke the poker.
    • Fixes objects sometimes not found when out of the map bounds.
    • Fixes object filtering not working for far distances.
    • Fixes drop spawning not working on singleplayer.
    • Fixes possible error when matching float, int or long values.
  • v1.9

    • Adds the new data system from World Edit Commands mod.
    • Adds a new field triggerRules to cause spawns from rules to trigger other rules.
    • Adds a new field removeDelay to delay object removing.
    • Adds value group support to the field prefab(from the new data system).
    • Adds parameter support to the fields globalKeys and bannedGlobalKeys.
    • Changes the fields minDistance and maxDistance to not scale with the world radius.
    • Fixes data filters not automatically updating when modifying the data entries.
    • Removes dependency of Expand World Data mod.
  • v1.8

    • Adds a new field drops to spawn drops.
    • Adds the keyword "creature" to the field objects and bannedObjects.
    • Adds the keyword "all" to the field prefab.
    • Adds a new value "poke" to the field type.
    • Adds new fields pokes, pokeLimit and pokeParameter.
  • v1.7

    • Adds support for checking data of the player who triggered armor stands, cooking stations, item stands or obliterators.
    • Adds a new field delay to delay spawns and swaps.
    • Fixes armor stand state not working.
  • v1.6

    • Adds support for checking data of the player who caused the repair trigger.
    • Adds a new field types to set multiples types at once.
    • Changes the keyword format from {} to <>.
    • Fixes the mod not loading the yaml file automatically (changing the file was required).