Jump to content

Caves Beta Gone?


Recommended Posts

Several friends and I (who all live in the same house) are no longer able to access the opt in for Caves.  We had already done so signed out of steam one day and back in later that evening and it was gone...... what happened?

Link to comment
Share on other sites

if BRANCH ~= "dev" and not TheNet:GetServerIsDedicated() then

--#TODOCAVES: On self-hosted servers we'll make these "vanish" for now, but still generate them

--into the world so that they can magically appear in existing saves once self-hosted caves servers

--are working.

RemovePhysicsColliders(inst)

inst.AnimState:SetScale(0,0)

inst.MiniMapEntity:SetEnabled(false)

inst:AddTag("NOCLICK")

inst:AddTag("CLASSIFIED")

end

Link to comment
Share on other sites

if BRANCH ~= "dev" and not TheNet:GetServerIsDedicated() then

--#TODOCAVES: On self-hosted servers we'll make these "vanish" for now,

--but still generate them into the world so that they can magically appear

--in existing saves once self-hosted caves servers are working.

RemovePhysicsColliders(inst)

inst.AnimState:SetScale(0,0)

inst.MiniMapEntity:SetEnabled(false)

inst:AddTag("NOCLICK")

inst:AddTag("CLASSIFIED")

end

 

For those who don't understand, that means the cave entrances are already being spawned, they're just invisible on non-dedicated servers. Once they get green light, they'll be shown and useable.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...