Jump to content
Sign in to follow this  
JFisher

Module Option for Pre-Placed objects

Recommended Posts

I'm using zeus a lot. But everytime im on my server & open zeus I need to use ARES to add all players to zeus so I can follow them.

Can't there be a module for like adding all pre-placed objects into the zeus interface?

 

Would love this feature

Share this post


Link to post
Share on other sites

Not sure about the performance hit, but on the server execute:

[] spawn {
your_curator_module addcuratoreditableobjects [allmissionobjects,true];
while {true} do {
your_curator_module addcuratoreditableobjects [allplayers,true];
sleep 30;
};
};

For fanciness and possibly performance, change the above so that instead of

your_curator_module addcuratoreditableobjects [allplayers,true];

being stuck in an infinite loop, it executes when players respawn, if they do.

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  

×