Jump to content
Sign in to follow this  
Doke

Set Game Master/Moderator Rights

Recommended Posts

Hello guys, hello Bohemia,

i have the following problem. I just played some Zeus as Game Master on my own server (I am the admin) and then swapped the slot with a player so he can be Zeus. I took over the Game Moderator slot and set the rights for the Moderator to be the same as for the Game Master so i can help him to create the mission. The problem is i got into game but still had not rights. I think i would have to restart the match and set it again BEFORE starting the match. But isn't there any other option to enable/disable full rights for the game moderator? I would need it seriously. :)

Share this post


Link to post
Share on other sites

I had the same issue when I started my mission off. I got around this by adding the following to my description.ext

class Params

{

class CuratorModeratorRights

//paramsArray[0]

{

title = "Game Moderator rights"; //--- ToDo: Localize

values[] = {0,1,2};

texts[] = {"Cannot create objects (only editing is allowed)","Can create all objects","Can create only modules"}; //--- ToDo: Localize

default = 1;

};

};

It seemed to fix it for me.

Share this post


Link to post
Share on other sites

You mean you set this in a custom zeus mission? I am talking about the official ones. I dont know where that description.ext is located at. :eek:

Share this post


Link to post
Share on other sites

That's strange, I've never had that issue before from a stock ZGM.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×