Jump to content

Recommended Posts

I'd like to make this mod. Main idea is that people can join separate groups in a separate server. They can share various information, use clan effects etc.

I'd like to add a limit of how much people can join in a single clan.

My question is about server with caves. How can I send information about how much people are in some clan? I think all information about clan should be ob the main server. Other shards (at least caves server) should get this info from main server, also they should have possibility to change this info without collisions. Does anybody have an idea how to do that?

Thanks in advance.

Link to comment
Share on other sites

mentions that master shard can send information to slave shards via net_vars on a prefab that does inst.entity:AddShardNetwork() (instead of inst.entity:AddNetwork(), for example shard_network prefab. Also that there is currently no inter-shard RPC that could facilitate communication from a slave shard to master shard.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...