Codex Coop Games – Ylands

From Bohemia Interactive Community
No edit summary
m (Lou Montana moved page Ylands Codex Coop Games to Ylands:Codex Coop Games: Text replacement - "Ylands " to "Ylands:")
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Co-op mode ==
=== Overview ===
The co-op settings allow game owners to set up three levels of permissions for their games and apply them to their clan, friends, and others.
The co-op settings allow game owners to set up three levels of permissions for their games and apply them to their clan, friends, and others.


Line 9: Line 11:
=== Turn on coop mode in editor ===
=== Turn on coop mode in editor ===
You can turn on coop mode for your game in the editor via <br>
You can turn on coop mode for your game in the editor via <br>
Game -> Game Settings -> Multiplayer -> Co-op game  
'''Game -> Game Settings -> Multiplayer -> Co-op game'''


== Set up privileges ==
== Setting up privileges ==


=== P2P game ===
=== P2P game ===
When hosting a standard P2P game, you can set up co-op privileges via <br>
'''In-game escape menu-> Multiplayer settings -> Co-op game settings'''


=== Rented dedicated server ===
Set up Co-op priviliges for your rented server via <br>
'''Main Menu -> Hosting -> My Servers -> Select server -> Manage -> Co-op game'''


=== Rented dedicated server ===
=== Coop Server commands ===
Alternative way to set up privileges is via entering commands into the server console <br>
This is also the only way to set up privileges on the '''NUDS(Nitrado user dedicated server)'''


Command structure:


=== Serve commands ===
    * /setCoop category-privilege
 
Categories:
 
    * friends
    * clan
    * others
 
Privileges:
 
    * mayor
    * citizen
    * visitor
 
Examples:
 
    */setCoop friends-mayor
    */setCoop clan-citizen
    */setCoop others-visitor

Latest revision as of 16:28, 16 November 2022

Co-op mode

Overview

The co-op settings allow game owners to set up three levels of permissions for their games and apply them to their clan, friends, and others.

Mayor: Can place entities. Can easily deconstruct entities placed by other players. Can capture blueprints. Game owner is mayor by default.
Citizen: Can place entities. Can damage and destroy entities. Can't capture blueprints.
Visitor: Can't place entities. Can't damage entities. Can't capture blueprints. Can't modify terrain.

Co-op settings are present in all explore games and sandbox games.

Turn on coop mode in editor

You can turn on coop mode for your game in the editor via
Game -> Game Settings -> Multiplayer -> Co-op game

Setting up privileges

P2P game

When hosting a standard P2P game, you can set up co-op privileges via
In-game escape menu-> Multiplayer settings -> Co-op game settings

Rented dedicated server

Set up Co-op priviliges for your rented server via
Main Menu -> Hosting -> My Servers -> Select server -> Manage -> Co-op game

Coop Server commands

Alternative way to set up privileges is via entering commands into the server console
This is also the only way to set up privileges on the NUDS(Nitrado user dedicated server)

Command structure:

   * /setCoop category-privilege

Categories:

   * friends
   * clan
   * others

Privileges:

   * mayor
   * citizen
   * visitor

Examples:

   */setCoop friends-mayor
   */setCoop clan-citizen
   */setCoop others-visitor