You are viewing a potentially older version of this package.
View all versions.
Expand World Prefabs
Allows configuring build or spawned objects.
| Date uploaded | 3 months ago |
| Version | 1.5.0 |
| Download link | JereKuusela-Expand_World_Prefabs-1.5.0.zip |
| Downloads | 316 |
| Dependency string | JereKuusela-Expand_World_Prefabs-1.5.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.2202README
Expand World Prefabs
Allows configuring and replacing spawned prefabs.
Install on the server (modding guide).
Install Expand World Data.
Usage
See documentation.
Credits
Sources: GitHub
Donations: Buy me a computer
CHANGELOG
-
v1.9
- Adds the new data system from World Edit Commands mod.
- Adds a new field
triggerRulesto cause spawns from rules to trigger other rules. - Adds a new field
removeDelayto delay object removing. - Adds value group support to the field
prefab(from the new data system). - Adds parameter support to the fields
globalKeysandbannedGlobalKeys. - Changes the fields
minDistanceandmaxDistanceto 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
dropsto spawn drops. - Adds the keyword "creature" to the field
objectsandbannedObjects. - Adds the keyword "all" to the field
prefab. - Adds a new value "poke" to the field
type. - Adds new fields
pokes,pokeLimitandpokeParameter.
- Adds a new field
-
v1.7
- Adds support for checking data of the player who triggered armor stands, cooking stations, item stands or obliterators.
- Adds a new field
delayto delay spawns and swaps. - Fixes armor stand state not working.
-
v1.6
- Adds support for checking data of the player who caused the
repairtrigger. - Adds a new field
typesto 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).
- Adds support for checking data of the player who caused the
-
v1.5
- Adds values
state,command,say,damageandrepairto the fieldtype. This field is now mandatory. - Adds
{prefab},{par},{par0},{par1},{par2},{par3}and{par4}keywords to fieldscommand,spawn,swapandobjects. - Adds wildcard * support to the field
prefabandtype. - Adds keyword
creatureto the fieldprefabto affect all creatures. - Adds support for only setting field
eventDistanceto work with any nearby event. - Adds type
hashto the fieldfilterandbannedFilter. - Adds new field
minYandmaxYto filter by exact y-coordinate. - Adds new fields
bannedObjectsandbannedObjectsLimitto filter spawned objects. - Changes the field
dataonly apply to the original object. - Changes the format of existing keywords from
$$to{}. - Improves the performance of fields
objectsandbannedObjects. - Improves overall performance (only code that is needed is now patched).
- Fixes the field
eventsnot working. - Fixes the altitude check not using object altitude (used terrain altitude).
- Adds values
-
v1.4
- Adds a new field
objectsLimitto set how the fieldobjectsis used. - Improves single player support.
- Reworks the field
objectsto allow putting data filter. - Removes the field
objectDistanceas obsolete. - Fixes lag if vegetation was changed in a server.
- Fixes swapping incorrectly taking some properties from the original object, instead of the new object.
- Adds a new field
-
v1.3
- Adds a new field
typeto select if the entry affects spawned or destroyed objects. - Adds a new field
spawnto spawn a new object without removing the original object. - Adds a new field
removeto remove the original object. - Adds new fields
bannedFilterandfilterto filter destroyed objects. - Adds new fields
bannedFilters,commands,filters,spawnsandswapsto allow multiple values. - Adds support of coordinates and data to
spawnandswap. - Changes the default max distance to 1000x of the world radius.
- Adds a new field
-
v1.2
- Improves object swapping.
-
v1.1
- Adds support for multiple ids in the prefab field.
- Adds fields events and eventDistance.
- Adds fields objects and objectDistance.
- Adds fields locations and locationDistance.
- Adds fields day and night.
- Changes weight calculation to allow nothing if total weight is less than 1.
- Fixes command not working without data or swap.
-
v1.0
- Initial release.