-
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
Floating base parts #448
Comments
Admin camera lol, the stock admin tools are poor at best, You could either write a delete cursor target option or take the delete object script from my admin tools chap |
The admin camera is already part of the admin tools. I helped micovery test port it over. The current ones are pretty good if you add a couple easy things to them. Most just copy what louDnl did. We set our deletevehicle to a limit so that would cause kicks a lot of the time. Trust me I spent a couple days trying to add some kind of delete cursor target tool. I'm not really good a coding if I don't have an example to just copy. The idea of just adding it to the admin cam is something I got from infiSTAR. |
Well I've spent the last week or so tinkering with mine, New admin GUI and playerSelect GUI Lots of other tools to, |
But now you mention it a feecam option would also be a good idea. |
Yeah you told me to join your server to see them. That's not the easiest way to see anything you do. I have to go through a bunch of stuff just to see what you did and use some kind of diff program like beyond compare. This is what I did to the admin panel basically coping what loudnl and others have done. |
oh well I can't help you in that that respect as I'm laid in bed :-) I'll upload my mission to GitHub tomorrow |
Don't worry about that. It helps when reporting issues or talking about things you have done. I don't know how you keep track of it really. It's for you though and it's more about the commits. Loudnl and TOP Arma really did a good job of this and they are still helping the A3W community (at least me) today with their nicely done commits. |
I'm the prodigal Frankenstein coder lol, It's quite easy in my own way of doing things tbh. Torn and Maca don't do things for me except point me in the right direction as 'that's the only way I'll learn' grrr :-) |
Hey Matt I've just recently noticed the old script that tptome and such uses for the player list array is broken as well. And have been beating my head on the desk trying to finger out that one. Is there any chance I could have a look at What you have going on for that? I dig what you say about Torn and MAca, LouD did the same to me but now he's not interested at all sadly poor guy got burnt out from arma I think. I need those pointing again... I miss them. :) |
That whole script is a bit wonky. Try the commit here if you want it in the player management and logged for misuse. A3Armory/A3A_A3Wasteland.Altis@2032cf0 |
That is much tidier than that seriously old & as you say wonky, dude that's very wonky to say the least it's old fusionsmenu script from a2 lol Thank you sir. |
Gigatek in the wasteland confit you need to disable spawn base parts in town. Then there is Matt's Object Deleter that can be added to the admin panel so any admin can delete any object on the map that players leave laying around like walls. I'm on the wall but will post how to enable it after I get home |
Above I meant to say WASTELAND SERVER CONFIG. Disable spawning base parts in towns!!! |
Here is how to implement Matt's Object Deleter which will allow you to delete objects and vehicles: `#define adminMenu_option 50001 private ["_start","_panelOptions","_displayAdmin","_adminSelect"];
See where I have my located starting from Player Management at line 0 down its at line 9. Then you have to open your optionsSelect.sqf in the same directory and since Matt76 Ojbect Deleter is on line 9 I you have to put it in the same case # which equals the same line number for example:
Keep in mind if your going to use my full admin menu the Teleport player to me and Teleport me to player DOES NOT WORK at this time thanks to Bohemia after the 1.64 update. I wish Creampie, LouD or whoever created these two scripts would look through them and see if they could fix them to make them work but as of right now they wont work. They will cause the game to shutdown and you get an Access Error. I may sift through to see what I can do but I am working on something else at the moment. Anyway just use the Matt76 Deleter to deleter to delete whatever you need. The deleter says in your menu for 30 seconds and it will disappear once it does you have to bring back up the admin menu to enable it again. If you want extend how long it stays enabled just edit the deleteCursor.sqf.... Hope this helps. You can send me a PM on wasteland forums and I will send you the files or proper code as GITHUB screws up the way the code is suppose look on here for some reason!!!!! Sorry |
Thanks for the details man. I'll check out the deleteCursor.sqf. For a working tp to me and them check this out. Its done through the player management and logged completely. |
If you ressearch LouDs Altis 1.2 wasteland the Matt76 Object Deleter is in there if I am not mistaken... Thanks for the heads up on hte tp to me.. |
and name it deleteCursor.sqf or w/e you wish. |
That's my old old menu whatsupdoc, I've got all new tools now ;-) |
ccgmatt76 it still works with 1.3b!!!! and we still use it. Can you point me to your new tools? |
NVM just found them...thanks... |
https://github.com/ccgmatt76/Admin-Tools I will pop this on the A3 forums later and let people pick what they want, a little bit of editing is required for other communities to full use these |
matt do you have an email address because I need some help on a script that I cannot get to work. Or can I PM you on Wasteland Forums? |
Add me on steam chap Matt76 I may well be online later but I get messages on my mobile also |
If there's a way someone can fix the immersion breaking base parts floating everywhere, or add a option to delete them maybe through the admin camera, it would be appreciated.
The text was updated successfully, but these errors were encountered: