Blue Totebot Character
Blue Totebot Character
This mod adds Blue Totebot character to the game, they spawn near GlowGorps in water or in creative with capsules
FEATURES:
- Can be placed as capsule in creative mode
- They spawn around GlowGorps in water in Survival mode
- Custom character model with new sets of anims ( spinning saw on head and opening mouth when attacking )
- They do not take a part in raids
- They learn which objects are dangerous a.k.a once they touch a saw blade, they will avoid it in the future
- It also adds Farmbot drill head as an object in creative
- Blue totebots are able to change swimming height, it adds new danger to water world
How to use it:
FOR CREATIVE:
1. Open: SM game/Data/Character/charactersets.json under "characterSetList": line add:
"$CONTENT_91717b52-6975-4ee2-8df7-ed2928c6fd93/Character/BlueTotebot/totebot_blue.json",
Done
Now place a Blue Totebot capsule from Mods tab and hit it with a sledgehammer
FOR SURVIVAL:
1. Open: SM game/Survival/Character/charactersets.json under "characterSetList": line add:
"$CONTENT_91717b52-6975-4ee2-8df7-ed2928c6fd93/Character/BlueTotebot/totebot_blue.json",
2. Open SM game/Survival/Scripts/game/survival_spawns.lua and search for:
elseif tag == "GLOWGORP" then
3. Under it, add this line:
if math.random(1,2) == 1 then sm.unit.createUnit(sm.uuid.new("1a49ff17-6972-4381-ad6e-ff3fd53e321c"), sm.vec3.new(node.position.x,node.position.y,-2.2),toYaw( node.rotation ) ) end
Done
Use /spawn 1a49ff17-6972-4381-ad6e-ff3fd53e321c if you want to just spawn it in survival mode