Duck Character – Updated

If you liked this item, please rate it up on Steam Workshop page.

Author: ikey07

Last revision: 22 Mar, 2023 at 18:52 UTC

File size: 14.92 MB

On Steam Workshop

Description:
Duck Character

This mod adds Duck character to the game, they spawn near Wocs or in creative with capsules

UPDATE:

Duck character has been updated to 0.6.5 version

FEATURES:
  • Can be places as capsule in creative mode
  • They spawn around Wocs and try to stay close to them
  • They will follow you if you hold a corn
  • They will eat corn and drop a cotton
  • They will die after 30 in-game days if not fed
  • They are staying around an area they were last fed
  • Have full set of animations
How to use it:

FOR CREATIVE:
1. Open: SM game/Data/Character/charactersets.json under "characterSetList": line add:

"$CONTENT_04d8ff56-72db-43eb-a5be-13525349c1cf/Character/Duck/duck.json",

Now place a Duck capsule from Mods tab and hit it with a sledgehammer

Done

FOR SURVIVAL:
1. Open: SM game/Survival/Character/charactersets.json under "characterSetList": line add:

"$CONTENT_04d8ff56-72db-43eb-a5be-13525349c1cf/Character/Duck/duck.json",

2. Open SM game/Survival/Scripts/game/survival_spawns.lua and search for:

elseif tag == "WOC" then

3. Under it, add this line:

sm.unit.createUnit(sm.uuid.new("71f83419-88c0-4131-aa20-25334586fae2"),sm.vec3.new(node.position.x+5,node.position.y,node.position.z+2),toYaw( node.rotation ) )

You can add multiple lines of code above to spawn a lot more Ducks

Done