-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Dynamic Zeus Curators to A3W #376
base: dev
Are you sure you want to change the base?
Conversation
… dynamically create zeus curators in this pull request. features are only active if there is a zeusAdmin UID defined in a3wastelandsettings\zeus.sqf. if an authorized zeusAdmin opens the zeus userinterface the server refreshes all curatorobjects for this user.
You sir are one hell of a madman! I must try this!!! |
if you run the a3w battleye filters you may have to change the mpEventHandler.txt and the createVehicle.txt: |
Thanks, I will look into this next weekend. |
I've been playing around with this, the only problem right now is if you use the artillery and have it hit near a player it kicks the play or any player in the area with the A3w anti hack system with "ModuleHQ_F" |
or this:
|
Thanks for the help, and the updates to a3w, just sent you another 15 |
thanks! |
Hi Rev, I know you didn't write this code, but I'm trying to figure out how to disable the Y key from players, It makes a sound on the client side and some players just spam it over and over. |
I don't see anything that makes sound in there... |
I know, it's total weird, maybe if I change it to another key, but every time someone pushes the Y key they're highlighted on the map and it makes a sound that only the player and admins listed that are on can here, no one else can here it. I'm sure it's just a zues thing and we are using the default key which is causing the issue. |
Ah, I found it: https://community.bistudio.com/wiki/Arma_3_Field_Manual_-_Zeus#Pinging_Zeus This is built into the game... |
Thanks Rev, I'll fit in another Donation this month for you, love your work, I will just live with it. we like using this to create admin missions or if some of the players are owning with the black foot. We will sometimes spawn in a few AI jets and problem is fixed lol. |
Add this before the last line in
I don't know if it will work but it's my only idea. |
I'll let you know, server restarts in 5 min ;-) |
huh hang on this will also prevent Zeus UI from opening... |
np |
|
It still disabled it, but thanks for the quick response, I appreciate it. |
Just sent you another 20 ;-) keep up the great work, can't wait till Tanoa |
Thanks! Here's another attempt:
|
Thanks Rev, But It still works for both player and admins |
maybe something like this will work:
i can't try it out at the moment unfortunately. If you try that code you could also replace the code around line 57 with this block inspired by agentrev's superior knowledge of arma scripting commands:
edit: i also tested this approach on our server - it should work. |
Replacing this
for this
Works fine. Tahnks! |
the second block is just tidying if the player has set his zeus function to another key. to disable the zeus pings the first block is mandatory. |
to contribute back to the community i prepared everything you need to dynamically create zeus curators in this pull request. this feature is especially nice if you want to do special events on your server.
the feature is only active if there is a zeusAdmin UID defined in A3Wasteland_settings\zeus.sqf.
sample zeus.sqf:
https://gist.github.com/wiking-at/3d16a68223d3128775d9
if an authorized zeusAdmin opens the zeus userinterface the server refreshes all curatorobjects for this user. so there should only be any performance impact if this feature is used.
took me countless iterations and a month of work to get it in this final form - so i hope people like it.